0
|
1 |
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
2 |
<class>FindForm</class>
|
|
3 |
<widget class="QDialog">
|
|
4 |
<property name="name">
|
|
5 |
<cstring>FindForm</cstring>
|
|
6 |
</property>
|
|
7 |
<property name="geometry">
|
|
8 |
<rect>
|
|
9 |
<x>0</x>
|
|
10 |
<y>0</y>
|
|
11 |
<width>353</width>
|
|
12 |
<height>124</height>
|
|
13 |
</rect>
|
|
14 |
</property>
|
|
15 |
<property name="caption">
|
|
16 |
<string>Color Tool -- Find</string>
|
|
17 |
</property>
|
|
18 |
<vbox>
|
|
19 |
<property name="name">
|
|
20 |
<cstring>unnamed</cstring>
|
|
21 |
</property>
|
|
22 |
<widget class="QLayoutWidget">
|
|
23 |
<property name="name">
|
|
24 |
<cstring>Layout2</cstring>
|
|
25 |
</property>
|
|
26 |
<hbox>
|
|
27 |
<property name="name">
|
|
28 |
<cstring>unnamed</cstring>
|
|
29 |
</property>
|
|
30 |
<widget class="QLabel">
|
|
31 |
<property name="name">
|
|
32 |
<cstring>TextLabel1</cstring>
|
|
33 |
</property>
|
|
34 |
<property name="text">
|
|
35 |
<string>&Look for</string>
|
|
36 |
</property>
|
|
37 |
<property name="buddy" stdset="0">
|
|
38 |
<cstring>findLineEdit</cstring>
|
|
39 |
</property>
|
|
40 |
</widget>
|
|
41 |
<widget class="QLineEdit">
|
|
42 |
<property name="name">
|
|
43 |
<cstring>findLineEdit</cstring>
|
|
44 |
</property>
|
|
45 |
</widget>
|
|
46 |
</hbox>
|
|
47 |
</widget>
|
|
48 |
<widget class="QLayoutWidget">
|
|
49 |
<property name="name">
|
|
50 |
<cstring>Layout1</cstring>
|
|
51 |
</property>
|
|
52 |
<hbox>
|
|
53 |
<property name="name">
|
|
54 |
<cstring>unnamed</cstring>
|
|
55 |
</property>
|
|
56 |
<spacer>
|
|
57 |
<property name="name">
|
|
58 |
<cstring>Spacer1</cstring>
|
|
59 |
</property>
|
|
60 |
<property name="orientation">
|
|
61 |
<enum>Horizontal</enum>
|
|
62 |
</property>
|
|
63 |
<property name="sizeType">
|
|
64 |
<enum>Expanding</enum>
|
|
65 |
</property>
|
|
66 |
<property name="sizeHint">
|
|
67 |
<size>
|
|
68 |
<width>0</width>
|
|
69 |
<height>16</height>
|
|
70 |
</size>
|
|
71 |
</property>
|
|
72 |
</spacer>
|
|
73 |
<widget class="QPushButton">
|
|
74 |
<property name="name">
|
|
75 |
<cstring>findPushButton</cstring>
|
|
76 |
</property>
|
|
77 |
<property name="text">
|
|
78 |
<string>&Find</string>
|
|
79 |
</property>
|
|
80 |
<property name="default">
|
|
81 |
<bool>true</bool>
|
|
82 |
</property>
|
|
83 |
</widget>
|
|
84 |
<widget class="QPushButton">
|
|
85 |
<property name="name">
|
|
86 |
<cstring>closePushButton</cstring>
|
|
87 |
</property>
|
|
88 |
<property name="text">
|
|
89 |
<string>Close</string>
|
|
90 |
</property>
|
|
91 |
</widget>
|
|
92 |
</hbox>
|
|
93 |
</widget>
|
|
94 |
</vbox>
|
|
95 |
</widget>
|
|
96 |
<connections>
|
|
97 |
<connection>
|
|
98 |
<sender>closePushButton</sender>
|
|
99 |
<signal>clicked()</signal>
|
|
100 |
<receiver>FindForm</receiver>
|
|
101 |
<slot>accept()</slot>
|
|
102 |
</connection>
|
|
103 |
<connection>
|
|
104 |
<sender>findPushButton</sender>
|
|
105 |
<signal>clicked()</signal>
|
|
106 |
<receiver>FindForm</receiver>
|
|
107 |
<slot>find()</slot>
|
|
108 |
</connection>
|
|
109 |
</connections>
|
|
110 |
<includes>
|
|
111 |
<include location="local" impldecl="in implementation">findform.ui.h</include>
|
|
112 |
</includes>
|
|
113 |
<signals>
|
|
114 |
<signal>lookfor(const QString&)</signal>
|
|
115 |
</signals>
|
|
116 |
<slots>
|
|
117 |
<slot>find()</slot>
|
|
118 |
</slots>
|
|
119 |
<functions>
|
|
120 |
<function>notfound()</function>
|
|
121 |
</functions>
|
|
122 |
<layoutdefaults spacing="6" margin="11"/>
|
|
123 |
</UI>
|