Tizen 2.1 base
[platform/upstream/hplip.git] / ui / setupmanualfind_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>SetupManualFind_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>SetupManualFind_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>646</width>
12             <height>226</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Manually Find Device</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <spacer row="3" column="0">
23             <property name="name">
24                 <cstring>spacer19</cstring>
25             </property>
26             <property name="orientation">
27                 <enum>Horizontal</enum>
28             </property>
29             <property name="sizeType">
30                 <enum>Expanding</enum>
31             </property>
32             <property name="sizeHint">
33                 <size>
34                     <width>331</width>
35                     <height>20</height>
36                 </size>
37             </property>
38         </spacer>
39         <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
40             <property name="name">
41                 <cstring>findHeadingText</cstring>
42             </property>
43             <property name="text">
44                 <string>TEXT</string>
45             </property>
46             <property name="alignment">
47                 <set>WordBreak|AlignVCenter</set>
48             </property>
49         </widget>
50         <widget class="QPushButton" row="3" column="1">
51             <property name="name">
52                 <cstring>pushButton12</cstring>
53             </property>
54             <property name="text">
55                 <string>Cancel</string>
56             </property>
57         </widget>
58         <widget class="QPushButton" row="3" column="2">
59             <property name="name">
60                 <cstring>pushButton11</cstring>
61             </property>
62             <property name="text">
63                 <string>Find</string>
64             </property>
65             <property name="default">
66                 <bool>true</bool>
67             </property>
68         </widget>
69         <spacer row="2" column="0">
70             <property name="name">
71                 <cstring>spacer21</cstring>
72             </property>
73             <property name="orientation">
74                 <enum>Vertical</enum>
75             </property>
76             <property name="sizeType">
77                 <enum>Expanding</enum>
78             </property>
79             <property name="sizeHint">
80                 <size>
81                     <width>20</width>
82                     <height>40</height>
83                 </size>
84             </property>
85         </spacer>
86         <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="3">
87             <property name="name">
88                 <cstring>layout3</cstring>
89             </property>
90             <grid>
91                 <property name="name">
92                     <cstring>unnamed</cstring>
93                 </property>
94                 <widget class="QLineEdit" row="0" column="1">
95                     <property name="name">
96                         <cstring>findLineEdit</cstring>
97                     </property>
98                     <property name="maxLength">
99                         <number>50</number>
100                     </property>
101                 </widget>
102                 <widget class="QLabel" row="1" column="1">
103                     <property name="name">
104                         <cstring>hintTextLabel</cstring>
105                     </property>
106                     <property name="text">
107                         <string>textLabel1</string>
108                     </property>
109                     <property name="alignment">
110                         <set>WordBreak|AlignVCenter</set>
111                     </property>
112                 </widget>
113                 <widget class="QLabel" row="0" column="0">
114                     <property name="name">
115                         <cstring>findTextLabel</cstring>
116                     </property>
117                     <property name="text">
118                         <string>IP/HN/SER/USB/DEV:</string>
119                     </property>
120                 </widget>
121             </grid>
122         </widget>
123     </grid>
124 </widget>
125 <connections>
126     <connection>
127         <sender>pushButton12</sender>
128         <signal>clicked()</signal>
129         <receiver>SetupManualFind_base</receiver>
130         <slot>reject()</slot>
131     </connection>
132     <connection>
133         <sender>pushButton11</sender>
134         <signal>clicked()</signal>
135         <receiver>SetupManualFind_base</receiver>
136         <slot>accept()</slot>
137     </connection>
138     <connection>
139         <sender>findLineEdit</sender>
140         <signal>textChanged(const QString&amp;)</signal>
141         <receiver>SetupManualFind_base</receiver>
142         <slot>findLineEdit_textChanged(const QString&amp;)</slot>
143     </connection>
144 </connections>
145 <tabstops>
146     <tabstop>findLineEdit</tabstop>
147     <tabstop>pushButton12</tabstop>
148     <tabstop>pushButton11</tabstop>
149 </tabstops>
150 <slots>
151     <slot>findLineEdit_textChanged( const QString &amp; )</slot>
152 </slots>
153 <layoutdefaults spacing="6" margin="11"/>
154 </UI>