Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 1 | <?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 Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 26 | <property name="enabled"> |
| 27 | <bool>true</bool> |
| 28 | </property> |
| 29 | <property name="sizePolicy"> |
| 30 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 31 | <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> |
| 41 | <property name="maximumSize"> |
| 42 | <size> |
| 43 | <width>550</width> |
| 44 | <height>300</height> |
| 45 | </size> |
| 46 | </property> |
| 47 | <property name="baseSize"> |
| 48 | <size> |
| 49 | <width>0</width> |
| 50 | <height>0</height> |
| 51 | </size> |
| 52 | </property> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 53 | <widget class="QWidget" name="generalSettingsWidget" native="true"> |
| 54 | <property name="geometry"> |
| 55 | <rect> |
| 56 | <x>10</x> |
| 57 | <y>50</y> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 58 | <width>520</width> |
| 59 | <height>240</height> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 60 | </rect> |
| 61 | </property> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 62 | <property name="sizePolicy"> |
| 63 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 64 | <horstretch>0</horstretch> |
| 65 | <verstretch>0</verstretch> |
| 66 | </sizepolicy> |
| 67 | </property> |
| 68 | <property name="maximumSize"> |
| 69 | <size> |
| 70 | <width>520</width> |
| 71 | <height>240</height> |
| 72 | </size> |
| 73 | </property> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 74 | <widget class="QGroupBox" name="groupBox"> |
| 75 | <property name="geometry"> |
| 76 | <rect> |
| 77 | <x>10</x> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 78 | <y>10</y> |
| 79 | <width>500</width> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 80 | <height>141</height> |
| 81 | </rect> |
| 82 | </property> |
| 83 | <property name="styleSheet"> |
| 84 | <string notr="true">QGroupBox#groupBox { |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 85 | border: 1px solid gray; |
| 86 | border-radius: 5px; |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 87 | }</string> |
| 88 | </property> |
| 89 | <property name="title"> |
| 90 | <string/> |
| 91 | </property> |
| 92 | <property name="flat"> |
| 93 | <bool>false</bool> |
| 94 | </property> |
| 95 | <widget class="QCheckBox" name="shutdownCheckbox"> |
| 96 | <property name="geometry"> |
| 97 | <rect> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 98 | <x>10</x> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 99 | <y>110</y> |
| 100 | <width>441</width> |
| 101 | <height>22</height> |
| 102 | </rect> |
| 103 | </property> |
| 104 | <property name="font"> |
| 105 | <font> |
| 106 | <pointsize>13</pointsize> |
| 107 | </font> |
| 108 | </property> |
| 109 | <property name="text"> |
| 110 | <string>Shutdown NDN daemon on exit</string> |
| 111 | </property> |
| 112 | </widget> |
| 113 | <widget class="QCheckBox" name="softwareUpdateCheckbox"> |
| 114 | <property name="geometry"> |
| 115 | <rect> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 116 | <x>10</x> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 117 | <y>80</y> |
| 118 | <width>441</width> |
| 119 | <height>22</height> |
| 120 | </rect> |
| 121 | </property> |
| 122 | <property name="font"> |
| 123 | <font> |
| 124 | <pointsize>13</pointsize> |
| 125 | </font> |
| 126 | </property> |
| 127 | <property name="text"> |
| 128 | <string>Check for software updates</string> |
| 129 | </property> |
| 130 | </widget> |
| 131 | <widget class="QCheckBox" name="hubDiscoveryCheckbox"> |
| 132 | <property name="geometry"> |
| 133 | <rect> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 134 | <x>10</x> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 135 | <y>50</y> |
| 136 | <width>431</width> |
| 137 | <height>22</height> |
| 138 | </rect> |
| 139 | </property> |
| 140 | <property name="font"> |
| 141 | <font> |
| 142 | <pointsize>13</pointsize> |
| 143 | </font> |
| 144 | </property> |
| 145 | <property name="text"> |
| 146 | <string>Discover nearest NDN-hub</string> |
| 147 | </property> |
| 148 | </widget> |
| 149 | <widget class="QCheckBox" name="loginStartCheckbox"> |
| 150 | <property name="geometry"> |
| 151 | <rect> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 152 | <x>10</x> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 153 | <y>20</y> |
| 154 | <width>451</width> |
| 155 | <height>22</height> |
| 156 | </rect> |
| 157 | </property> |
| 158 | <property name="font"> |
| 159 | <font> |
| 160 | <pointsize>13</pointsize> |
| 161 | </font> |
| 162 | </property> |
| 163 | <property name="text"> |
| 164 | <string>Automatically start NDNx Control Center at login</string> |
| 165 | </property> |
| 166 | </widget> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 167 | </widget> |
| 168 | <widget class="QGroupBox" name="groupBox_2"> |
| 169 | <property name="geometry"> |
| 170 | <rect> |
| 171 | <x>10</x> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 172 | <y>160</y> |
| 173 | <width>500</width> |
| 174 | <height>75</height> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 175 | </rect> |
| 176 | </property> |
| 177 | <property name="styleSheet"> |
| 178 | <string notr="true">QGroupBox#groupBox_2 { |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 179 | border: 1px solid gray; |
| 180 | border-radius: 5px; |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 181 | }</string> |
| 182 | </property> |
| 183 | <property name="title"> |
| 184 | <string/> |
| 185 | </property> |
| 186 | <widget class="QPushButton" name="openTrafficMapButton"> |
| 187 | <property name="geometry"> |
| 188 | <rect> |
| 189 | <x>10</x> |
| 190 | <y>10</y> |
| 191 | <width>241</width> |
| 192 | <height>27</height> |
| 193 | </rect> |
| 194 | </property> |
| 195 | <property name="text"> |
| 196 | <string>Open Testbed Traffic Map</string> |
| 197 | </property> |
| 198 | </widget> |
| 199 | <widget class="QPushButton" name="openRoutingStatusButton"> |
| 200 | <property name="geometry"> |
| 201 | <rect> |
| 202 | <x>10</x> |
| 203 | <y>40</y> |
| 204 | <width>241</width> |
| 205 | <height>27</height> |
| 206 | </rect> |
| 207 | </property> |
| 208 | <property name="text"> |
| 209 | <string>Open Testbed Routing Status</string> |
| 210 | </property> |
| 211 | </widget> |
| 212 | </widget> |
| 213 | </widget> |
| 214 | <widget class="QWidget" name="forwardingSettingsWidget" native="true"> |
| 215 | <property name="geometry"> |
| 216 | <rect> |
| 217 | <x>10</x> |
| 218 | <y>50</y> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 219 | <width>530</width> |
| 220 | <height>250</height> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 221 | </rect> |
| 222 | </property> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 223 | <property name="sizePolicy"> |
| 224 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 225 | <horstretch>0</horstretch> |
| 226 | <verstretch>0</verstretch> |
| 227 | </sizepolicy> |
| 228 | </property> |
| 229 | <property name="maximumSize"> |
| 230 | <size> |
| 231 | <width>530</width> |
| 232 | <height>250</height> |
| 233 | </size> |
| 234 | </property> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 235 | <widget class="QLabel" name="label"> |
| 236 | <property name="geometry"> |
| 237 | <rect> |
| 238 | <x>10</x> |
| 239 | <y>10</y> |
| 240 | <width>66</width> |
| 241 | <height>17</height> |
| 242 | </rect> |
| 243 | </property> |
| 244 | <property name="styleSheet"> |
| 245 | <string notr="true">font: 18pt;</string> |
| 246 | </property> |
| 247 | <property name="text"> |
| 248 | <string>FIB</string> |
| 249 | </property> |
| 250 | </widget> |
| 251 | <widget class="QTableView" name="tableView"> |
| 252 | <property name="geometry"> |
| 253 | <rect> |
| 254 | <x>10</x> |
| 255 | <y>30</y> |
| 256 | <width>511</width> |
| 257 | <height>181</height> |
| 258 | </rect> |
| 259 | </property> |
| 260 | </widget> |
| 261 | <widget class="QToolButton" name="addFibButton"> |
| 262 | <property name="geometry"> |
| 263 | <rect> |
| 264 | <x>10</x> |
| 265 | <y>220</y> |
| 266 | <width>23</width> |
| 267 | <height>25</height> |
| 268 | </rect> |
| 269 | </property> |
| 270 | <property name="text"> |
| 271 | <string>+</string> |
| 272 | </property> |
| 273 | </widget> |
| 274 | <widget class="QToolButton" name="deleteFibButton"> |
| 275 | <property name="geometry"> |
| 276 | <rect> |
| 277 | <x>40</x> |
| 278 | <y>220</y> |
| 279 | <width>23</width> |
| 280 | <height>25</height> |
| 281 | </rect> |
| 282 | </property> |
| 283 | <property name="text"> |
| 284 | <string>-</string> |
| 285 | </property> |
| 286 | </widget> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 287 | </widget> |
| 288 | <widget class="QWidget" name="securitySettingsWidget" native="true"> |
| 289 | <property name="geometry"> |
| 290 | <rect> |
| 291 | <x>10</x> |
| 292 | <y>50</y> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 293 | <width>520</width> |
| 294 | <height>240</height> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 295 | </rect> |
| 296 | </property> |
Ilya Moiseenko | 393cbdc | 2013-10-29 00:45:40 -0700 | [diff] [blame] | 297 | <property name="sizePolicy"> |
| 298 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 299 | <horstretch>0</horstretch> |
| 300 | <verstretch>0</verstretch> |
| 301 | </sizepolicy> |
| 302 | </property> |
| 303 | <property name="maximumSize"> |
| 304 | <size> |
| 305 | <width>520</width> |
| 306 | <height>240</height> |
| 307 | </size> |
| 308 | </property> |
| 309 | <widget class="QGroupBox" name="groupBox_3"> |
| 310 | <property name="geometry"> |
| 311 | <rect> |
| 312 | <x>10</x> |
| 313 | <y>10</y> |
| 314 | <width>500</width> |
| 315 | <height>200</height> |
| 316 | </rect> |
| 317 | </property> |
| 318 | <property name="styleSheet"> |
| 319 | <string notr="true">QGroupBox#groupBox_3 { |
| 320 | border: 1px solid gray; |
| 321 | border-radius: 5px; |
| 322 | }</string> |
| 323 | </property> |
| 324 | <property name="title"> |
| 325 | <string/> |
| 326 | </property> |
| 327 | <widget class="QPushButton" name="openNdnCertificationButton"> |
| 328 | <property name="geometry"> |
| 329 | <rect> |
| 330 | <x>10</x> |
| 331 | <y>20</y> |
| 332 | <width>201</width> |
| 333 | <height>27</height> |
| 334 | </rect> |
| 335 | </property> |
| 336 | <property name="text"> |
| 337 | <string>Obtain NDN Certificate</string> |
| 338 | </property> |
| 339 | </widget> |
| 340 | </widget> |
Ilya Moiseenko | 18c8a13 | 2013-10-24 01:52:52 -0700 | [diff] [blame] | 341 | </widget> |
| 342 | </widget> |
| 343 | <widget class="QStatusBar" name="statusBar"/> |
| 344 | <widget class="QToolBar" name="toolBar"> |
| 345 | <property name="enabled"> |
| 346 | <bool>true</bool> |
| 347 | </property> |
| 348 | <property name="sizePolicy"> |
| 349 | <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> |
| 350 | <horstretch>0</horstretch> |
| 351 | <verstretch>0</verstretch> |
| 352 | </sizepolicy> |
| 353 | </property> |
| 354 | <property name="contextMenuPolicy"> |
| 355 | <enum>Qt::DefaultContextMenu</enum> |
| 356 | </property> |
| 357 | <property name="autoFillBackground"> |
| 358 | <bool>false</bool> |
| 359 | </property> |
| 360 | <property name="styleSheet"> |
| 361 | <string notr="true"/> |
| 362 | </property> |
| 363 | <property name="movable"> |
| 364 | <bool>false</bool> |
| 365 | </property> |
| 366 | <property name="allowedAreas"> |
| 367 | <set>Qt::TopToolBarArea</set> |
| 368 | </property> |
| 369 | <property name="iconSize"> |
| 370 | <size> |
| 371 | <width>25</width> |
| 372 | <height>17</height> |
| 373 | </size> |
| 374 | </property> |
| 375 | <property name="toolButtonStyle"> |
| 376 | <enum>Qt::ToolButtonTextUnderIcon</enum> |
| 377 | </property> |
| 378 | <attribute name="toolBarArea"> |
| 379 | <enum>TopToolBarArea</enum> |
| 380 | </attribute> |
| 381 | <attribute name="toolBarBreak"> |
| 382 | <bool>false</bool> |
| 383 | </attribute> |
| 384 | </widget> |
| 385 | </widget> |
| 386 | <layoutdefault spacing="6" margin="11"/> |
| 387 | <resources/> |
| 388 | <connections/> |
| 389 | </ui> |