|
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> |
|
2 <class>SearchDialog</class> |
|
3 <widget class="QDialog"> |
|
4 <property name="name"> |
|
5 <cstring>SearchDialog</cstring> |
|
6 </property> |
|
7 <property name="geometry"> |
|
8 <rect> |
|
9 <x>0</x> |
|
10 <y>0</y> |
|
11 <width>216</width> |
|
12 <height>76</height> |
|
13 </rect> |
|
14 </property> |
|
15 <property name="caption"> |
|
16 <string>Search</string> |
|
17 </property> |
|
18 <vbox> |
|
19 <property name="name"> |
|
20 <cstring>unnamed</cstring> |
|
21 </property> |
|
22 <property name="margin"> |
|
23 <number>11</number> |
|
24 </property> |
|
25 <property name="spacing"> |
|
26 <number>6</number> |
|
27 </property> |
|
28 <widget class="QLayoutWidget"> |
|
29 <property name="name"> |
|
30 <cstring>Layout3</cstring> |
|
31 </property> |
|
32 <hbox> |
|
33 <property name="name"> |
|
34 <cstring>unnamed</cstring> |
|
35 </property> |
|
36 <property name="margin"> |
|
37 <number>0</number> |
|
38 </property> |
|
39 <property name="spacing"> |
|
40 <number>6</number> |
|
41 </property> |
|
42 <widget class="QLabel"> |
|
43 <property name="name"> |
|
44 <cstring>TextLabel12</cstring> |
|
45 </property> |
|
46 <property name="text"> |
|
47 <string>Search</string> |
|
48 </property> |
|
49 </widget> |
|
50 <widget class="QLineEdit"> |
|
51 <property name="name"> |
|
52 <cstring>editSearch</cstring> |
|
53 </property> |
|
54 </widget> |
|
55 </hbox> |
|
56 </widget> |
|
57 <widget class="QLayoutWidget"> |
|
58 <property name="name"> |
|
59 <cstring>Layout4</cstring> |
|
60 </property> |
|
61 <hbox> |
|
62 <property name="name"> |
|
63 <cstring>unnamed</cstring> |
|
64 </property> |
|
65 <property name="margin"> |
|
66 <number>0</number> |
|
67 </property> |
|
68 <property name="spacing"> |
|
69 <number>6</number> |
|
70 </property> |
|
71 <spacer> |
|
72 <property name="name" stdset="0"> |
|
73 <cstring>Spacer3</cstring> |
|
74 </property> |
|
75 <property name="orientation"> |
|
76 <enum>Horizontal</enum> |
|
77 </property> |
|
78 <property name="sizeType"> |
|
79 <enum>Expanding</enum> |
|
80 </property> |
|
81 <property name="sizeHint"> |
|
82 <size> |
|
83 <width>20</width> |
|
84 <height>20</height> |
|
85 </size> |
|
86 </property> |
|
87 </spacer> |
|
88 <widget class="QPushButton"> |
|
89 <property name="name"> |
|
90 <cstring>PushButton4</cstring> |
|
91 </property> |
|
92 <property name="text"> |
|
93 <string>Search</string> |
|
94 </property> |
|
95 <property name="default"> |
|
96 <bool>true</bool> |
|
97 </property> |
|
98 </widget> |
|
99 <widget class="QPushButton"> |
|
100 <property name="name"> |
|
101 <cstring>PushButton5</cstring> |
|
102 </property> |
|
103 <property name="text"> |
|
104 <string>Close</string> |
|
105 </property> |
|
106 </widget> |
|
107 </hbox> |
|
108 </widget> |
|
109 </vbox> |
|
110 </widget> |
|
111 <connections> |
|
112 <connection> |
|
113 <sender>PushButton5</sender> |
|
114 <signal>clicked()</signal> |
|
115 <receiver>SearchDialog</receiver> |
|
116 <slot>reject()</slot> |
|
117 </connection> |
|
118 <connection> |
|
119 <sender>PushButton4</sender> |
|
120 <signal>clicked()</signal> |
|
121 <receiver>SearchDialog</receiver> |
|
122 <slot>search()</slot> |
|
123 </connection> |
|
124 </connections> |
|
125 <includes> |
|
126 <include location="local" impldecl="in implementation">search.ui.h</include> |
|
127 </includes> |
|
128 <signals> |
|
129 <signal>searchAddress( const QString & )</signal> |
|
130 </signals> |
|
131 <slots> |
|
132 <slot>search()</slot> |
|
133 </slots> |
|
134 <pixmapinproject/> |
|
135 <layoutdefaults spacing="6" margin="11"/> |
|
136 </UI> |