Changeset 46405 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 6, 2013 12:44:43 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.ui
r43106 r46405 3 3 VBox frontends: Qt4 GUI ("VirtualBox"): 4 4 5 Copyright (C) 2008-201 2Oracle Corporation5 Copyright (C) 2008-2013 Oracle Corporation 6 6 7 7 This file is part of VirtualBox Open Source Edition (OSE), as … … 31 31 </attribute> 32 32 <layout class="QVBoxLayout" name="mLtVideoPage"> 33 <property name="spacing">34 <number>0</number>35 </property>36 33 <item> 37 <widget class="QWidget" name="mWtVideo" native="true"> 38 <property name="sizePolicy"> 39 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 40 <horstretch>0</horstretch> 41 <verstretch>0</verstretch> 42 </sizepolicy> 43 </property> 34 <widget class="QWidget" name="mWtVideo"> 44 35 <layout class="QGridLayout" name="mLtVideoItems"> 45 <property name="margin">46 <number>0</number>47 </property>48 36 <item row="0" column="0"> 49 37 <widget class="QLabel" name="mLbMemory"> … … 110 98 </sizepolicy> 111 99 </property> 112 <property name="alignment">113 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>114 </property>115 100 </widget> 116 101 </item> … … 123 108 <item> 124 109 <widget class="QILineEdit" name="mLeMemory"> 110 <property name="sizePolicy"> 111 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 112 <horstretch>0</horstretch> 113 <verstretch>0</verstretch> 114 </sizepolicy> 115 </property> 125 116 <property name="whatsThis"> 126 117 <string>Controls the amount of video memory provided to the virtual machine.</string> … … 207 198 </sizepolicy> 208 199 </property> 209 <property name="alignment">210 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>211 </property>212 200 </widget> 213 201 </item> … … 218 206 <item row="2" column="2"> 219 207 <layout class="QHBoxLayout" name="mLtMonitorsSize"> 220 <property name="spacing">221 <number>4</number>222 </property>223 208 <item> 224 209 <widget class="QILineEdit" name="mLeMonitors"> … … 304 289 </attribute> 305 290 <layout class="QVBoxLayout" name="mLtVRDPPage"> 306 <property name="spacing">307 <number>0</number>308 </property>309 291 <item> 310 <widget class="QWidget" name="mWtVRDP" native="true"> 311 <property name="sizePolicy"> 312 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 313 <horstretch>0</horstretch> 314 <verstretch>0</verstretch> 315 </sizepolicy> 316 </property> 292 <widget class="QWidget" name="mWtVRDP"> 317 293 <layout class="QVBoxLayout" name="mLtVRDPItems"> 318 <property name="margin">319 <number>0</number>320 </property>321 294 <item> 322 295 <widget class="QCheckBox" name="mCbVRDE"> … … 328 301 </property> 329 302 <property name="checked"> 330 <bool> true</bool>303 <bool>false</bool> 331 304 </property> 332 305 </widget> 333 306 </item> 334 307 <item> 335 <widget class="QWidget" name="mWtVRDPServer" native="true"> 336 <property name="sizePolicy"> 337 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 338 <horstretch>0</horstretch> 339 <verstretch>0</verstretch> 340 </sizepolicy> 341 </property> 308 <widget class="QWidget" name="mWtVRDPServer"> 342 309 <layout class="QGridLayout" name="mLtVRDPServerItems"> 343 <property name="margin">344 <number>0</number>345 </property>346 310 <item row="1" column="0" rowspan="3"> 347 311 <spacer name="mSpHor3"> … … 355 319 <size> 356 320 <width>20</width> 357 <height> 20</height>321 <height>0</height> 358 322 </size> 359 323 </property> … … 395 359 <item row="2" column="2"> 396 360 <widget class="QComboBox" name="mCbVRDEMethod"> 397 <property name="sizePolicy">398 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">399 <horstretch>0</horstretch>400 <verstretch>0</verstretch>401 </sizepolicy>402 </property>403 361 <property name="whatsThis"> 404 362 <string>Defines the VRDP authentication method.</string> … … 465 423 <property name="sizeHint" stdset="0"> 466 424 <size> 467 <width> 20</width>425 <width>0</width> 468 426 <height>0</height> 469 427 </size> … … 501 459 <receiver>mWtVRDPServer</receiver> 502 460 <slot>setEnabled(bool)</slot> 503 <hints>504 <hint type="sourcelabel">505 <x>80</x>506 <y>20</y>507 </hint>508 <hint type="destinationlabel">509 <x>159</x>510 <y>88</y>511 </hint>512 </hints>513 461 </connection> 514 462 </connections>
Note:
See TracChangeset
for help on using the changeset viewer.