author | wimpie <wimpie> | 2005-01-06 15:16:00 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2005-01-06 15:16:00 (UTC) |
commit | 2ea6ee1c761f888d6cdd8a64ec15936050bf8967 (patch) (unidiff) | |
tree | e4b5ecc09926203bb19761dd4349740e1f7f9178 | |
parent | 0baf6b4c6862738d712f479cb7e99a5f2534d74d (diff) | |
download | opie-2ea6ee1c761f888d6cdd8a64ec15936050bf8967.zip opie-2ea6ee1c761f888d6cdd8a64ec15936050bf8967.tar.gz opie-2ea6ee1c761f888d6cdd8a64ec15936050bf8967.tar.bz2 |
Forgot this file
-rw-r--r-- | noncore/settings/networksettings2/opietooth2/OTSniffGUI.ui | 261 |
1 files changed, 261 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/opietooth2/OTSniffGUI.ui b/noncore/settings/networksettings2/opietooth2/OTSniffGUI.ui new file mode 100644 index 0000000..9ef540e --- a/dev/null +++ b/noncore/settings/networksettings2/opietooth2/OTSniffGUI.ui | |||
@@ -0,0 +1,261 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>OTSniffGUI</class> | ||
3 | <widget> | ||
4 | <class>QWidget</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>OTSniffGUI</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>274</width> | ||
15 | <height>160</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>Bluetooth Sniffing</string> | ||
21 | </property> | ||
22 | <property> | ||
23 | <name>layoutMargin</name> | ||
24 | </property> | ||
25 | <vbox> | ||
26 | <property stdset="1"> | ||
27 | <name>margin</name> | ||
28 | <number>3</number> | ||
29 | </property> | ||
30 | <property stdset="1"> | ||
31 | <name>spacing</name> | ||
32 | <number>6</number> | ||
33 | </property> | ||
34 | <widget> | ||
35 | <class>QLayoutWidget</class> | ||
36 | <property stdset="1"> | ||
37 | <name>name</name> | ||
38 | <cstring>Layout3</cstring> | ||
39 | </property> | ||
40 | <hbox> | ||
41 | <property stdset="1"> | ||
42 | <name>margin</name> | ||
43 | <number>0</number> | ||
44 | </property> | ||
45 | <property stdset="1"> | ||
46 | <name>spacing</name> | ||
47 | <number>6</number> | ||
48 | </property> | ||
49 | <widget> | ||
50 | <class>QLabel</class> | ||
51 | <property stdset="1"> | ||
52 | <name>name</name> | ||
53 | <cstring>TextLabel1</cstring> | ||
54 | </property> | ||
55 | <property stdset="1"> | ||
56 | <name>sizePolicy</name> | ||
57 | <sizepolicy> | ||
58 | <hsizetype>0</hsizetype> | ||
59 | <vsizetype>1</vsizetype> | ||
60 | </sizepolicy> | ||
61 | </property> | ||
62 | <property stdset="1"> | ||
63 | <name>text</name> | ||
64 | <string>Display data</string> | ||
65 | </property> | ||
66 | </widget> | ||
67 | <widget> | ||
68 | <class>QComboBox</class> | ||
69 | <item> | ||
70 | <property> | ||
71 | <name>text</name> | ||
72 | <string>Hex</string> | ||
73 | </property> | ||
74 | </item> | ||
75 | <item> | ||
76 | <property> | ||
77 | <name>text</name> | ||
78 | <string>Ascii</string> | ||
79 | </property> | ||
80 | </item> | ||
81 | <item> | ||
82 | <property> | ||
83 | <name>text</name> | ||
84 | <string>Both</string> | ||
85 | </property> | ||
86 | </item> | ||
87 | <property stdset="1"> | ||
88 | <name>name</name> | ||
89 | <cstring>DataFormat_CB</cstring> | ||
90 | </property> | ||
91 | </widget> | ||
92 | <spacer> | ||
93 | <property> | ||
94 | <name>name</name> | ||
95 | <cstring>Spacer1</cstring> | ||
96 | </property> | ||
97 | <property stdset="1"> | ||
98 | <name>orientation</name> | ||
99 | <enum>Horizontal</enum> | ||
100 | </property> | ||
101 | <property stdset="1"> | ||
102 | <name>sizeType</name> | ||
103 | <enum>Expanding</enum> | ||
104 | </property> | ||
105 | <property> | ||
106 | <name>sizeHint</name> | ||
107 | <size> | ||
108 | <width>20</width> | ||
109 | <height>20</height> | ||
110 | </size> | ||
111 | </property> | ||
112 | </spacer> | ||
113 | <widget> | ||
114 | <class>QCheckBox</class> | ||
115 | <property stdset="1"> | ||
116 | <name>name</name> | ||
117 | <cstring>EnableTrace_CB</cstring> | ||
118 | </property> | ||
119 | <property stdset="1"> | ||
120 | <name>text</name> | ||
121 | <string>Trace</string> | ||
122 | </property> | ||
123 | </widget> | ||
124 | </hbox> | ||
125 | </widget> | ||
126 | <widget> | ||
127 | <class>QListBox</class> | ||
128 | <property stdset="1"> | ||
129 | <name>name</name> | ||
130 | <cstring>Output_LB</cstring> | ||
131 | </property> | ||
132 | <property stdset="1"> | ||
133 | <name>selectionMode</name> | ||
134 | <enum>NoSelection</enum> | ||
135 | </property> | ||
136 | </widget> | ||
137 | <widget> | ||
138 | <class>QLayoutWidget</class> | ||
139 | <property stdset="1"> | ||
140 | <name>name</name> | ||
141 | <cstring>Layout3</cstring> | ||
142 | </property> | ||
143 | <hbox> | ||
144 | <property stdset="1"> | ||
145 | <name>margin</name> | ||
146 | <number>0</number> | ||
147 | </property> | ||
148 | <property stdset="1"> | ||
149 | <name>spacing</name> | ||
150 | <number>6</number> | ||
151 | </property> | ||
152 | <widget> | ||
153 | <class>QPushButton</class> | ||
154 | <property stdset="1"> | ||
155 | <name>name</name> | ||
156 | <cstring>Save_But</cstring> | ||
157 | </property> | ||
158 | <property stdset="1"> | ||
159 | <name>text</name> | ||
160 | <string>Save</string> | ||
161 | </property> | ||
162 | </widget> | ||
163 | <spacer> | ||
164 | <property> | ||
165 | <name>name</name> | ||
166 | <cstring>Spacer2_2</cstring> | ||
167 | </property> | ||
168 | <property stdset="1"> | ||
169 | <name>orientation</name> | ||
170 | <enum>Horizontal</enum> | ||
171 | </property> | ||
172 | <property stdset="1"> | ||
173 | <name>sizeType</name> | ||
174 | <enum>Expanding</enum> | ||
175 | </property> | ||
176 | <property> | ||
177 | <name>sizeHint</name> | ||
178 | <size> | ||
179 | <width>20</width> | ||
180 | <height>20</height> | ||
181 | </size> | ||
182 | </property> | ||
183 | </spacer> | ||
184 | <widget> | ||
185 | <class>QPushButton</class> | ||
186 | <property stdset="1"> | ||
187 | <name>name</name> | ||
188 | <cstring>Load_But</cstring> | ||
189 | </property> | ||
190 | <property stdset="1"> | ||
191 | <name>text</name> | ||
192 | <string>Load</string> | ||
193 | </property> | ||
194 | </widget> | ||
195 | <spacer> | ||
196 | <property> | ||
197 | <name>name</name> | ||
198 | <cstring>Spacer2</cstring> | ||
199 | </property> | ||
200 | <property stdset="1"> | ||
201 | <name>orientation</name> | ||
202 | <enum>Horizontal</enum> | ||
203 | </property> | ||
204 | <property stdset="1"> | ||
205 | <name>sizeType</name> | ||
206 | <enum>Expanding</enum> | ||
207 | </property> | ||
208 | <property> | ||
209 | <name>sizeHint</name> | ||
210 | <size> | ||
211 | <width>20</width> | ||
212 | <height>20</height> | ||
213 | </size> | ||
214 | </property> | ||
215 | </spacer> | ||
216 | <widget> | ||
217 | <class>QPushButton</class> | ||
218 | <property stdset="1"> | ||
219 | <name>name</name> | ||
220 | <cstring>ClearLog_But</cstring> | ||
221 | </property> | ||
222 | <property stdset="1"> | ||
223 | <name>text</name> | ||
224 | <string>Clear log</string> | ||
225 | </property> | ||
226 | </widget> | ||
227 | </hbox> | ||
228 | </widget> | ||
229 | </vbox> | ||
230 | </widget> | ||
231 | <connections> | ||
232 | <connection> | ||
233 | <sender>EnableTrace_CB</sender> | ||
234 | <signal>toggled(bool)</signal> | ||
235 | <receiver>OTSniffGUI</receiver> | ||
236 | <slot>SLOT_Trace( bool )</slot> | ||
237 | </connection> | ||
238 | <connection> | ||
239 | <sender>ClearLog_But</sender> | ||
240 | <signal>clicked()</signal> | ||
241 | <receiver>OTSniffGUI</receiver> | ||
242 | <slot>SLOT_ClearLog()</slot> | ||
243 | </connection> | ||
244 | <connection> | ||
245 | <sender>Save_But</sender> | ||
246 | <signal>clicked()</signal> | ||
247 | <receiver>OTSniffGUI</receiver> | ||
248 | <slot>SLOT_Save()</slot> | ||
249 | </connection> | ||
250 | <connection> | ||
251 | <sender>Load_But</sender> | ||
252 | <signal>clicked()</signal> | ||
253 | <receiver>OTSniffGUI</receiver> | ||
254 | <slot>SLOT_Load()</slot> | ||
255 | </connection> | ||
256 | <slot access="public">SLOT_ClearLog()</slot> | ||
257 | <slot access="public">SLOT_Save()</slot> | ||
258 | <slot access="public">SLOT_Trace( bool )</slot> | ||
259 | <slot access="public">SLOT_Load()</slot> | ||
260 | </connections> | ||
261 | </UI> | ||