summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/opietooth2/OTManageGUI.ui
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/opietooth2/OTManageGUI.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/opietooth2/OTManageGUI.ui198
1 files changed, 198 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/opietooth2/OTManageGUI.ui b/noncore/settings/networksettings2/opietooth2/OTManageGUI.ui
new file mode 100644
index 0000000..6f4db07
--- a/dev/null
+++ b/noncore/settings/networksettings2/opietooth2/OTManageGUI.ui
@@ -0,0 +1,198 @@
1<!DOCTYPE UI><UI>
2<class>OTManageGUI</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>OTManageGUI</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>203</width>
15 <height>390</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Manage local devices</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <property>
26 <name>layoutSpacing</name>
27 </property>
28 <vbox>
29 <property stdset="1">
30 <name>margin</name>
31 <number>0</number>
32 </property>
33 <property stdset="1">
34 <name>spacing</name>
35 <number>3</number>
36 </property>
37 <widget>
38 <class>QListView</class>
39 <column>
40 <property>
41 <name>text</name>
42 <string>Device</string>
43 </property>
44 <property>
45 <name>clickable</name>
46 <bool>true</bool>
47 </property>
48 <property>
49 <name>resizeable</name>
50 <bool>true</bool>
51 </property>
52 </column>
53 <column>
54 <property>
55 <name>text</name>
56 <string>New Column</string>
57 </property>
58 <property>
59 <name>clickable</name>
60 <bool>true</bool>
61 </property>
62 <property>
63 <name>resizeable</name>
64 <bool>true</bool>
65 </property>
66 </column>
67 <property stdset="1">
68 <name>name</name>
69 <cstring>AllDrivers_LV</cstring>
70 </property>
71 <property stdset="1">
72 <name>allColumnsShowFocus</name>
73 <bool>true</bool>
74 </property>
75 <property stdset="1">
76 <name>rootIsDecorated</name>
77 <bool>true</bool>
78 </property>
79 </widget>
80 <widget>
81 <class>QLayoutWidget</class>
82 <property stdset="1">
83 <name>name</name>
84 <cstring>Layout11</cstring>
85 </property>
86 <hbox>
87 <property stdset="1">
88 <name>margin</name>
89 <number>0</number>
90 </property>
91 <property stdset="1">
92 <name>spacing</name>
93 <number>6</number>
94 </property>
95 <widget>
96 <class>QCheckBox</class>
97 <property stdset="1">
98 <name>name</name>
99 <cstring>DriverIsUp_CB</cstring>
100 </property>
101 <property stdset="1">
102 <name>sizePolicy</name>
103 <sizepolicy>
104 <hsizetype>7</hsizetype>
105 <vsizetype>0</vsizetype>
106 </sizepolicy>
107 </property>
108 <property stdset="1">
109 <name>text</name>
110 <string>Is Up</string>
111 </property>
112 </widget>
113 <widget>
114 <class>QLabel</class>
115 <property stdset="1">
116 <name>name</name>
117 <cstring>TextLabel3</cstring>
118 </property>
119 <property stdset="1">
120 <name>sizePolicy</name>
121 <sizepolicy>
122 <hsizetype>1</hsizetype>
123 <vsizetype>1</vsizetype>
124 </sizepolicy>
125 </property>
126 <property stdset="1">
127 <name>text</name>
128 <string>Auto refresh</string>
129 </property>
130 </widget>
131 <widget>
132 <class>QSpinBox</class>
133 <property stdset="1">
134 <name>name</name>
135 <cstring>RefreshTimer_SB</cstring>
136 </property>
137 <property stdset="1">
138 <name>maximumSize</name>
139 <size>
140 <width>60</width>
141 <height>32767</height>
142 </size>
143 </property>
144 <property stdset="1">
145 <name>margin</name>
146 <number>0</number>
147 </property>
148 <property stdset="1">
149 <name>suffix</name>
150 <string>s</string>
151 </property>
152 <property stdset="1">
153 <name>specialValueText</name>
154 <string>Default</string>
155 </property>
156 <property stdset="1">
157 <name>buttonSymbols</name>
158 <enum>PlusMinus</enum>
159 </property>
160 <property stdset="1">
161 <name>maxValue</name>
162 <number>10</number>
163 </property>
164 </widget>
165 </hbox>
166 </widget>
167 </vbox>
168</widget>
169<connections>
170 <connection>
171 <sender>DriverIsUp_CB</sender>
172 <signal>toggled(bool)</signal>
173 <receiver>OTManageGUI</receiver>
174 <slot>SLOT_UpDriver( bool)</slot>
175 </connection>
176 <connection>
177 <sender>RefreshTimer_SB</sender>
178 <signal>valueChanged(int)</signal>
179 <receiver>OTManageGUI</receiver>
180 <slot>SLOT_SetRefreshTimer( int )</slot>
181 </connection>
182 <connection>
183 <sender>AllDrivers_LV</sender>
184 <signal>currentChanged(QListViewItem*)</signal>
185 <receiver>OTManageGUI</receiver>
186 <slot>SLOT_ShowDriver( QListViewItem *)</slot>
187 </connection>
188 <connection>
189 <sender>AllDrivers_LV</sender>
190 <signal>clicked(QListViewItem*)</signal>
191 <receiver>OTManageGUI</receiver>
192 <slot>SLOT_ShowDriver( QListViewItem *)</slot>
193 </connection>
194 <slot access="public">SLOT_SetRefreshTimer( int )</slot>
195 <slot access="public">SLOT_ShowDriver( QListViewItem *)</slot>
196 <slot access="public">SLOT_UpDriver( bool)</slot>
197</connections>
198</UI>