blob: 428f3432f3dd69551f3069e385a9c4cbb3d9f192 [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">
26 <widget class="QWidget" name="generalSettingsWidget" native="true">
27 <property name="geometry">
28 <rect>
29 <x>10</x>
30 <y>50</y>
31 <width>521</width>
32 <height>241</height>
33 </rect>
34 </property>
35 <widget class="QGroupBox" name="groupBox">
36 <property name="geometry">
37 <rect>
38 <x>10</x>
39 <y>0</y>
40 <width>471</width>
41 <height>141</height>
42 </rect>
43 </property>
44 <property name="styleSheet">
45 <string notr="true">QGroupBox#groupBox {
46border: 2px solid gray;
47border-radius: 7px;
48}</string>
49 </property>
50 <property name="title">
51 <string/>
52 </property>
53 <property name="flat">
54 <bool>false</bool>
55 </property>
56 <widget class="QCheckBox" name="shutdownCheckbox">
57 <property name="geometry">
58 <rect>
59 <x>0</x>
60 <y>110</y>
61 <width>441</width>
62 <height>22</height>
63 </rect>
64 </property>
65 <property name="font">
66 <font>
67 <pointsize>13</pointsize>
68 </font>
69 </property>
70 <property name="text">
71 <string>Shutdown NDN daemon on exit</string>
72 </property>
73 </widget>
74 <widget class="QCheckBox" name="softwareUpdateCheckbox">
75 <property name="geometry">
76 <rect>
77 <x>0</x>
78 <y>80</y>
79 <width>441</width>
80 <height>22</height>
81 </rect>
82 </property>
83 <property name="font">
84 <font>
85 <pointsize>13</pointsize>
86 </font>
87 </property>
88 <property name="text">
89 <string>Check for software updates</string>
90 </property>
91 </widget>
92 <widget class="QCheckBox" name="hubDiscoveryCheckbox">
93 <property name="geometry">
94 <rect>
95 <x>0</x>
96 <y>50</y>
97 <width>431</width>
98 <height>22</height>
99 </rect>
100 </property>
101 <property name="font">
102 <font>
103 <pointsize>13</pointsize>
104 </font>
105 </property>
106 <property name="text">
107 <string>Discover nearest NDN-hub</string>
108 </property>
109 </widget>
110 <widget class="QCheckBox" name="loginStartCheckbox">
111 <property name="geometry">
112 <rect>
113 <x>0</x>
114 <y>20</y>
115 <width>451</width>
116 <height>22</height>
117 </rect>
118 </property>
119 <property name="font">
120 <font>
121 <pointsize>13</pointsize>
122 </font>
123 </property>
124 <property name="text">
125 <string>Automatically start NDNx Control Center at login</string>
126 </property>
127 </widget>
128 <zorder>shutdownCheckbox</zorder>
129 <zorder>softwareUpdateCheckbox</zorder>
130 <zorder>hubDiscoveryCheckbox</zorder>
131 <zorder>loginStartCheckbox</zorder>
132 <zorder>forwardingSettingsWidget</zorder>
133 </widget>
134 <widget class="QGroupBox" name="groupBox_2">
135 <property name="geometry">
136 <rect>
137 <x>10</x>
138 <y>150</y>
139 <width>471</width>
140 <height>81</height>
141 </rect>
142 </property>
143 <property name="styleSheet">
144 <string notr="true">QGroupBox#groupBox_2 {
145border: 2px solid gray;
146border-radius: 7px;
147}</string>
148 </property>
149 <property name="title">
150 <string/>
151 </property>
152 <widget class="QPushButton" name="openTrafficMapButton">
153 <property name="geometry">
154 <rect>
155 <x>10</x>
156 <y>10</y>
157 <width>241</width>
158 <height>27</height>
159 </rect>
160 </property>
161 <property name="text">
162 <string>Open Testbed Traffic Map</string>
163 </property>
164 </widget>
165 <widget class="QPushButton" name="openRoutingStatusButton">
166 <property name="geometry">
167 <rect>
168 <x>10</x>
169 <y>40</y>
170 <width>241</width>
171 <height>27</height>
172 </rect>
173 </property>
174 <property name="text">
175 <string>Open Testbed Routing Status</string>
176 </property>
177 </widget>
178 </widget>
179 </widget>
180 <widget class="QWidget" name="forwardingSettingsWidget" native="true">
181 <property name="geometry">
182 <rect>
183 <x>10</x>
184 <y>50</y>
185 <width>521</width>
186 <height>251</height>
187 </rect>
188 </property>
189 <widget class="QLabel" name="label">
190 <property name="geometry">
191 <rect>
192 <x>10</x>
193 <y>10</y>
194 <width>66</width>
195 <height>17</height>
196 </rect>
197 </property>
198 <property name="styleSheet">
199 <string notr="true">font: 18pt;</string>
200 </property>
201 <property name="text">
202 <string>FIB</string>
203 </property>
204 </widget>
205 <widget class="QTableView" name="tableView">
206 <property name="geometry">
207 <rect>
208 <x>10</x>
209 <y>30</y>
210 <width>511</width>
211 <height>181</height>
212 </rect>
213 </property>
214 </widget>
215 <widget class="QToolButton" name="addFibButton">
216 <property name="geometry">
217 <rect>
218 <x>10</x>
219 <y>220</y>
220 <width>23</width>
221 <height>25</height>
222 </rect>
223 </property>
224 <property name="text">
225 <string>+</string>
226 </property>
227 </widget>
228 <widget class="QToolButton" name="deleteFibButton">
229 <property name="geometry">
230 <rect>
231 <x>40</x>
232 <y>220</y>
233 <width>23</width>
234 <height>25</height>
235 </rect>
236 </property>
237 <property name="text">
238 <string>-</string>
239 </property>
240 </widget>
241 <zorder>label</zorder>
242 <zorder>tableView</zorder>
243 <zorder>addFibButton</zorder>
244 <zorder>deleteFibButton</zorder>
245 <zorder>securitySettingsWidget</zorder>
246 </widget>
247 <widget class="QWidget" name="securitySettingsWidget" native="true">
248 <property name="geometry">
249 <rect>
250 <x>10</x>
251 <y>50</y>
252 <width>521</width>
253 <height>241</height>
254 </rect>
255 </property>
256 </widget>
257 </widget>
258 <widget class="QStatusBar" name="statusBar"/>
259 <widget class="QToolBar" name="toolBar">
260 <property name="enabled">
261 <bool>true</bool>
262 </property>
263 <property name="sizePolicy">
264 <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
265 <horstretch>0</horstretch>
266 <verstretch>0</verstretch>
267 </sizepolicy>
268 </property>
269 <property name="contextMenuPolicy">
270 <enum>Qt::DefaultContextMenu</enum>
271 </property>
272 <property name="autoFillBackground">
273 <bool>false</bool>
274 </property>
275 <property name="styleSheet">
276 <string notr="true"/>
277 </property>
278 <property name="movable">
279 <bool>false</bool>
280 </property>
281 <property name="allowedAreas">
282 <set>Qt::TopToolBarArea</set>
283 </property>
284 <property name="iconSize">
285 <size>
286 <width>25</width>
287 <height>17</height>
288 </size>
289 </property>
290 <property name="toolButtonStyle">
291 <enum>Qt::ToolButtonTextUnderIcon</enum>
292 </property>
293 <attribute name="toolBarArea">
294 <enum>TopToolBarArea</enum>
295 </attribute>
296 <attribute name="toolBarBreak">
297 <bool>false</bool>
298 </attribute>
299 </widget>
300 </widget>
301 <layoutdefault spacing="6" margin="11"/>
302 <resources/>
303 <connections/>
304</ui>