0.7.1
[fapman] / searchoptions.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SearchOptions</class>
4  <widget class="QDialog" name="SearchOptions">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>475</width>
10     <height>124</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Search from...</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <property name="margin">
18     <number>3</number>
19    </property>
20    <item row="0" column="0">
21     <widget class="QCheckBox" name="checkBox_pkgname">
22      <property name="text">
23       <string>Package name</string>
24      </property>
25     </widget>
26    </item>
27    <item row="0" column="1">
28     <widget class="QCheckBox" name="checkBox_displayname">
29      <property name="text">
30       <string>Display name</string>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="0">
35     <widget class="QCheckBox" name="checkBox_descshort">
36      <property name="text">
37       <string>Short description</string>
38      </property>
39     </widget>
40    </item>
41    <item row="1" column="1">
42     <widget class="QCheckBox" name="checkBox_desclong">
43      <property name="text">
44       <string>Long description</string>
45      </property>
46     </widget>
47    </item>
48    <item row="2" column="0" colspan="2">
49     <widget class="QPushButton" name="pushButton_ok">
50      <property name="text">
51       <string>Ok</string>
52      </property>
53     </widget>
54    </item>
55   </layout>
56  </widget>
57  <resources/>
58  <connections>
59   <connection>
60    <sender>pushButton_ok</sender>
61    <signal>clicked()</signal>
62    <receiver>SearchOptions</receiver>
63    <slot>accept()</slot>
64    <hints>
65     <hint type="sourcelabel">
66      <x>237</x>
67      <y>92</y>
68     </hint>
69     <hint type="destinationlabel">
70      <x>237</x>
71      <y>61</y>
72     </hint>
73    </hints>
74   </connection>
75  </connections>
76 </ui>