summaryrefslogtreecommitdiff
path: root/noncore/comm/keypebble/vncoptionsbase.ui
Unidiff
Diffstat (limited to 'noncore/comm/keypebble/vncoptionsbase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/vncoptionsbase.ui270
1 files changed, 270 insertions, 0 deletions
diff --git a/noncore/comm/keypebble/vncoptionsbase.ui b/noncore/comm/keypebble/vncoptionsbase.ui
new file mode 100644
index 0000000..d049a79
--- a/dev/null
+++ b/noncore/comm/keypebble/vncoptionsbase.ui
@@ -0,0 +1,270 @@
1<!DOCTYPE UI><UI>
2<class>VncOptionsBase</class>
3<widget>
4 <class>QDialog</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>VncOptionsBase</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>234</width>
15 <height>221</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>VNC Viewer Options</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <vbox>
26 <property stdset="1">
27 <name>margin</name>
28 <number>0</number>
29 </property>
30 <property stdset="1">
31 <name>spacing</name>
32 <number>6</number>
33 </property>
34 <widget>
35 <class>QTabWidget</class>
36 <property stdset="1">
37 <name>name</name>
38 <cstring>TabWidget3</cstring>
39 </property>
40 <widget>
41 <class>QWidget</class>
42 <property stdset="1">
43 <name>name</name>
44 <cstring>tab</cstring>
45 </property>
46 <attribute>
47 <name>title</name>
48 <string>Data Encoding</string>
49 </attribute>
50 <vbox>
51 <property stdset="1">
52 <name>margin</name>
53 <number>11</number>
54 </property>
55 <property stdset="1">
56 <name>spacing</name>
57 <number>6</number>
58 </property>
59 <widget>
60 <class>QLabel</class>
61 <property stdset="1">
62 <name>name</name>
63 <cstring>TextLabel1</cstring>
64 </property>
65 <property stdset="1">
66 <name>text</name>
67 <string>Check for screen updates every:</string>
68 </property>
69 </widget>
70 <widget>
71 <class>QLayoutWidget</class>
72 <property stdset="1">
73 <name>name</name>
74 <cstring>Layout2</cstring>
75 </property>
76 <hbox>
77 <property stdset="1">
78 <name>margin</name>
79 <number>0</number>
80 </property>
81 <property stdset="1">
82 <name>spacing</name>
83 <number>6</number>
84 </property>
85 <widget>
86 <class>QSpinBox</class>
87 <property stdset="1">
88 <name>name</name>
89 <cstring>timeBox</cstring>
90 </property>
91 <property stdset="1">
92 <name>maxValue</name>
93 <number>500</number>
94 </property>
95 <property stdset="1">
96 <name>minValue</name>
97 <number>1</number>
98 </property>
99 </widget>
100 <widget>
101 <class>QLabel</class>
102 <property stdset="1">
103 <name>name</name>
104 <cstring>TextLabel2</cstring>
105 </property>
106 <property stdset="1">
107 <name>text</name>
108 <string>Milliseconds</string>
109 </property>
110 </widget>
111 </hbox>
112 </widget>
113 <widget>
114 <class>QCheckBox</class>
115 <property stdset="1">
116 <name>name</name>
117 <cstring>bit</cstring>
118 </property>
119 <property stdset="1">
120 <name>text</name>
121 <string>Request 8-bit session</string>
122 </property>
123 </widget>
124 <widget>
125 <class>QCheckBox</class>
126 <property stdset="1">
127 <name>name</name>
128 <cstring>deIconify</cstring>
129 </property>
130 <property stdset="1">
131 <name>text</name>
132 <string>Raise on bell</string>
133 </property>
134 </widget>
135 <widget>
136 <class>QCheckBox</class>
137 <property stdset="1">
138 <name>name</name>
139 <cstring>shared</cstring>
140 </property>
141 <property stdset="1">
142 <name>text</name>
143 <string>Request shared session</string>
144 </property>
145 </widget>
146 <spacer>
147 <property>
148 <name>name</name>
149 <cstring>Spacer2</cstring>
150 </property>
151 <property stdset="1">
152 <name>orientation</name>
153 <enum>Vertical</enum>
154 </property>
155 <property stdset="1">
156 <name>sizeType</name>
157 <enum>Expanding</enum>
158 </property>
159 <property>
160 <name>sizeHint</name>
161 <size>
162 <width>20</width>
163 <height>20</height>
164 </size>
165 </property>
166 </spacer>
167 </vbox>
168 </widget>
169 <widget>
170 <class>QWidget</class>
171 <property stdset="1">
172 <name>name</name>
173 <cstring>tab</cstring>
174 </property>
175 <attribute>
176 <name>title</name>
177 <string>Connection</string>
178 </attribute>
179 <vbox>
180 <property stdset="1">
181 <name>margin</name>
182 <number>11</number>
183 </property>
184 <property stdset="1">
185 <name>spacing</name>
186 <number>6</number>
187 </property>
188 <widget>
189 <class>QCheckBox</class>
190 <property stdset="1">
191 <name>name</name>
192 <cstring>hex</cstring>
193 </property>
194 <property stdset="1">
195 <name>enabled</name>
196 <bool>false</bool>
197 </property>
198 <property stdset="1">
199 <name>text</name>
200 <string>Hextile encoding</string>
201 </property>
202 </widget>
203 <widget>
204 <class>QCheckBox</class>
205 <property stdset="1">
206 <name>name</name>
207 <cstring>corre</cstring>
208 </property>
209 <property stdset="1">
210 <name>enabled</name>
211 <bool>false</bool>
212 </property>
213 <property stdset="1">
214 <name>text</name>
215 <string>CoRRE encoding</string>
216 </property>
217 </widget>
218 <widget>
219 <class>QCheckBox</class>
220 <property stdset="1">
221 <name>name</name>
222 <cstring>rre</cstring>
223 </property>
224 <property stdset="1">
225 <name>enabled</name>
226 <bool>false</bool>
227 </property>
228 <property stdset="1">
229 <name>text</name>
230 <string>RRE encoding</string>
231 </property>
232 </widget>
233 <widget>
234 <class>QCheckBox</class>
235 <property stdset="1">
236 <name>name</name>
237 <cstring>copyRect</cstring>
238 </property>
239 <property stdset="1">
240 <name>text</name>
241 <string>Copy rectangle encoding</string>
242 </property>
243 </widget>
244 <spacer>
245 <property>
246 <name>name</name>
247 <cstring>Spacer3</cstring>
248 </property>
249 <property stdset="1">
250 <name>orientation</name>
251 <enum>Vertical</enum>
252 </property>
253 <property stdset="1">
254 <name>sizeType</name>
255 <enum>Expanding</enum>
256 </property>
257 <property>
258 <name>sizeHint</name>
259 <size>
260 <width>20</width>
261 <height>20</height>
262 </size>
263 </property>
264 </spacer>
265 </vbox>
266 </widget>
267 </widget>
268 </vbox>
269</widget>
270</UI>