blob: 9861777272f724af65bd82fcf96f97c91eb91d7b [file] [log] [blame]
Ilya Moiseenko18c8a132013-10-24 01:52:52 -07001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>TrayMenu</class>
4 <widget class="QMainWindow" name="TrayMenu">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>551</width>
10 <height>332</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>NDNx preferences</string>
21 </property>
22 <property name="animated">
23 <bool>true</bool>
24 </property>
25 <widget class="QWidget" name="centralWidget">
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -070026 <property name="enabled">
27 <bool>true</bool>
28 </property>
29 <property name="sizePolicy">
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -080030 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -070031 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="minimumSize">
36 <size>
37 <width>550</width>
38 <height>300</height>
39 </size>
40 </property>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -070041 <property name="baseSize">
42 <size>
43 <width>0</width>
44 <height>0</height>
45 </size>
46 </property>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -070047 <widget class="QWidget" name="generalSettingsWidget" native="true">
48 <property name="geometry">
49 <rect>
50 <x>10</x>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -080051 <y>0</y>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -070052 <width>520</width>
53 <height>240</height>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -070054 </rect>
55 </property>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -070056 <property name="sizePolicy">
57 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
58 <horstretch>0</horstretch>
59 <verstretch>0</verstretch>
60 </sizepolicy>
61 </property>
62 <property name="maximumSize">
63 <size>
64 <width>520</width>
65 <height>240</height>
66 </size>
67 </property>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -070068 <widget class="QGroupBox" name="groupBox">
69 <property name="geometry">
70 <rect>
71 <x>10</x>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -070072 <y>10</y>
73 <width>500</width>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -080074 <height>100</height>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -070075 </rect>
76 </property>
77 <property name="styleSheet">
78 <string notr="true">QGroupBox#groupBox {
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -070079border: 1px solid gray;
80border-radius: 5px;
Ilya Moiseenko18c8a132013-10-24 01:52:52 -070081}</string>
82 </property>
83 <property name="title">
84 <string/>
85 </property>
86 <property name="flat">
87 <bool>false</bool>
88 </property>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -070089 <widget class="QCheckBox" name="hubDiscoveryCheckbox">
90 <property name="geometry">
91 <rect>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -070092 <x>10</x>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -070093 <y>50</y>
94 <width>431</width>
95 <height>22</height>
96 </rect>
97 </property>
98 <property name="font">
99 <font>
100 <pointsize>13</pointsize>
101 </font>
102 </property>
103 <property name="text">
104 <string>Discover nearest NDN-hub</string>
105 </property>
106 </widget>
107 <widget class="QCheckBox" name="loginStartCheckbox">
108 <property name="geometry">
109 <rect>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700110 <x>10</x>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700111 <y>20</y>
112 <width>451</width>
113 <height>22</height>
114 </rect>
115 </property>
116 <property name="font">
117 <font>
118 <pointsize>13</pointsize>
119 </font>
120 </property>
121 <property name="text">
122 <string>Automatically start NDNx Control Center at login</string>
123 </property>
124 </widget>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700125 </widget>
126 <widget class="QGroupBox" name="groupBox_2">
127 <property name="geometry">
128 <rect>
129 <x>10</x>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800130 <y>120</y>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700131 <width>500</width>
132 <height>75</height>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700133 </rect>
134 </property>
135 <property name="styleSheet">
136 <string notr="true">QGroupBox#groupBox_2 {
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700137border: 1px solid gray;
138border-radius: 5px;
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700139}</string>
140 </property>
141 <property name="title">
142 <string/>
143 </property>
144 <widget class="QPushButton" name="openTrafficMapButton">
145 <property name="geometry">
146 <rect>
147 <x>10</x>
148 <y>10</y>
149 <width>241</width>
150 <height>27</height>
151 </rect>
152 </property>
153 <property name="text">
154 <string>Open Testbed Traffic Map</string>
155 </property>
156 </widget>
157 <widget class="QPushButton" name="openRoutingStatusButton">
158 <property name="geometry">
159 <rect>
160 <x>10</x>
161 <y>40</y>
162 <width>241</width>
163 <height>27</height>
164 </rect>
165 </property>
166 <property name="text">
167 <string>Open Testbed Routing Status</string>
168 </property>
169 </widget>
170 </widget>
171 </widget>
172 <widget class="QWidget" name="forwardingSettingsWidget" native="true">
173 <property name="geometry">
174 <rect>
175 <x>10</x>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800176 <y>0</y>
177 <width>520</width>
178 <height>240</height>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700179 </rect>
180 </property>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700181 <property name="sizePolicy">
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800182 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700183 <horstretch>0</horstretch>
184 <verstretch>0</verstretch>
185 </sizepolicy>
186 </property>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800187 <property name="minimumSize">
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700188 <size>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800189 <width>520</width>
190 <height>240</height>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700191 </size>
192 </property>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700193 <widget class="QLabel" name="label">
194 <property name="geometry">
195 <rect>
196 <x>10</x>
197 <y>10</y>
198 <width>66</width>
199 <height>17</height>
200 </rect>
201 </property>
202 <property name="styleSheet">
203 <string notr="true">font: 18pt;</string>
204 </property>
205 <property name="text">
206 <string>FIB</string>
207 </property>
208 </widget>
209 <widget class="QTableView" name="tableView">
210 <property name="geometry">
211 <rect>
212 <x>10</x>
213 <y>30</y>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800214 <width>500</width>
215 <height>180</height>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700216 </rect>
217 </property>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800218 <property name="sizePolicy">
219 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
220 <horstretch>0</horstretch>
221 <verstretch>0</verstretch>
222 </sizepolicy>
223 </property>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700224 </widget>
225 <widget class="QToolButton" name="addFibButton">
226 <property name="geometry">
227 <rect>
228 <x>10</x>
229 <y>220</y>
230 <width>23</width>
231 <height>25</height>
232 </rect>
233 </property>
234 <property name="text">
235 <string>+</string>
236 </property>
237 </widget>
238 <widget class="QToolButton" name="deleteFibButton">
239 <property name="geometry">
240 <rect>
241 <x>40</x>
242 <y>220</y>
243 <width>23</width>
244 <height>25</height>
245 </rect>
246 </property>
247 <property name="text">
248 <string>-</string>
249 </property>
250 </widget>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700251 </widget>
252 <widget class="QWidget" name="securitySettingsWidget" native="true">
253 <property name="geometry">
254 <rect>
255 <x>10</x>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800256 <y>0</y>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700257 <width>520</width>
258 <height>240</height>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700259 </rect>
260 </property>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700261 <property name="sizePolicy">
262 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
263 <horstretch>0</horstretch>
264 <verstretch>0</verstretch>
265 </sizepolicy>
266 </property>
267 <property name="maximumSize">
268 <size>
269 <width>520</width>
270 <height>240</height>
271 </size>
272 </property>
273 <widget class="QGroupBox" name="groupBox_3">
274 <property name="geometry">
275 <rect>
276 <x>10</x>
277 <y>10</y>
278 <width>500</width>
Ilya Moiseenkoa439f3d2013-11-09 18:41:46 -0800279 <height>75</height>
Ilya Moiseenko393cbdc2013-10-29 00:45:40 -0700280 </rect>
281 </property>
282 <property name="styleSheet">
283 <string notr="true">QGroupBox#groupBox_3 {
284border: 1px solid gray;
285border-radius: 5px;
286}</string>
287 </property>
288 <property name="title">
289 <string/>
290 </property>
291 <widget class="QPushButton" name="openNdnCertificationButton">
292 <property name="geometry">
293 <rect>
294 <x>10</x>
295 <y>20</y>
296 <width>201</width>
297 <height>27</height>
298 </rect>
299 </property>
300 <property name="text">
301 <string>Obtain NDN Certificate</string>
302 </property>
303 </widget>
304 </widget>
Ilya Moiseenko18c8a132013-10-24 01:52:52 -0700305 </widget>
306 </widget>
307 <widget class="QStatusBar" name="statusBar"/>
308 <widget class="QToolBar" name="toolBar">
309 <property name="enabled">
310 <bool>true</bool>
311 </property>
312 <property name="sizePolicy">
313 <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
314 <horstretch>0</horstretch>
315 <verstretch>0</verstretch>
316 </sizepolicy>
317 </property>
318 <property name="contextMenuPolicy">
319 <enum>Qt::DefaultContextMenu</enum>
320 </property>
321 <property name="autoFillBackground">
322 <bool>false</bool>
323 </property>
324 <property name="styleSheet">
325 <string notr="true"/>
326 </property>
327 <property name="movable">
328 <bool>false</bool>
329 </property>
330 <property name="allowedAreas">
331 <set>Qt::TopToolBarArea</set>
332 </property>
333 <property name="iconSize">
334 <size>
335 <width>25</width>
336 <height>17</height>
337 </size>
338 </property>
339 <property name="toolButtonStyle">
340 <enum>Qt::ToolButtonTextUnderIcon</enum>
341 </property>
342 <attribute name="toolBarArea">
343 <enum>TopToolBarArea</enum>
344 </attribute>
345 <attribute name="toolBarBreak">
346 <bool>false</bool>
347 </attribute>
348 </widget>
349 </widget>
350 <layoutdefault spacing="6" margin="11"/>
351 <resources/>
352 <connections/>
353</ui>