- Timestamp:
- Jul 1, 2009 1:10:27 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDisplay.ui
r20275 r21119 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <comment> 3 VBox frontends: Qt4 GUI ( "VirtualBox"):4 VBox frontends: Qt4 GUI ("VirtualBox"): 4 5 5 6 Copyright (C) 2008-2009 Sun Microsystems, Inc. … … 9 10 you can redistribute it and/or modify it under the terms of the GNU 10 11 General Public License (GPL) as published by the Free Software 11 Foundation, in version 2 as it comes in the "COPYING"file of the12 Foundation, in version 2 as it comes in the "COPYING" file of the 12 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. … … 18 19 </comment> 19 20 <class>VBoxVMSettingsDisplay</class> 20 <widget class="QWidget" name="VBoxVMSettingsDisplay" 21 <property name="geometry" 21 <widget class="QWidget" name="VBoxVMSettingsDisplay"> 22 <property name="geometry"> 22 23 <rect> 23 24 <x>0</x> … … 27 28 </rect> 28 29 </property> 29 <layout class="QVBoxLayout" name="mLtMain" 30 <layout class="QVBoxLayout" name="mLtMain"> 30 31 <item> 31 <widget class="QTabWidget" name="mTwDisplay" 32 <widget class="QWidget" name="mTabVideo" 33 <attribute name="title" 32 <widget class="QTabWidget" name="mTwDisplay"> 33 <widget class="QWidget" name="mTabVideo"> 34 <attribute name="title"> 34 35 <string>&Video</string> 35 36 </attribute> 36 <layout class="QVBoxLayout" name="mLtVideoPage" 37 <property name="spacing" 37 <layout class="QVBoxLayout" name="mLtVideoPage"> 38 <property name="spacing"> 38 39 <number>0</number> 39 40 </property> 40 41 <item> 41 <widget class="QWidget" na tive="1" name="mWtVideo">42 <property name="sizePolicy" 43 <sizepolicy vsizetype="Fixed" hsizetype="Preferred">42 <widget class="QWidget" name="mWtVideo" native="true"> 43 <property name="sizePolicy"> 44 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 44 45 <horstretch>0</horstretch> 45 46 <verstretch>0</verstretch> 46 47 </sizepolicy> 47 48 </property> 48 <layout class="QGridLayout" name="mLtVideoItems" 49 <property name="margin" 49 <layout class="QGridLayout" name="mLtVideoItems"> 50 <property name="margin"> 50 51 <number>0</number> 51 52 </property> 52 <item row="0" column="0" 53 <widget class="QLabel" name="mLbMemory" 54 <property name="text" 53 <item row="0" column="0"> 54 <widget class="QLabel" name="mLbMemory"> 55 <property name="text"> 55 56 <string>Video &Memory:</string> 56 57 </property> 57 <property name="alignment" 58 <property name="alignment"> 58 59 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 59 60 </property> 60 <property name="buddy" 61 <property name="buddy"> 61 62 <cstring>mLeMemory</cstring> 62 63 </property> 63 64 </widget> 64 65 </item> 65 <item row span="2" row="0" column="1">66 <layout class="QVBoxLayout" name="mLtMemorySlider" 67 <property name="spacing" 66 <item row="0" column="1" rowspan="2"> 67 <layout class="QVBoxLayout" name="mLtMemorySlider"> 68 <property name="spacing"> 68 69 <number>0</number> 69 70 </property> 70 71 <item> 71 <widget class="Q Slider" name="mSlMemory">72 <property name="whatsThis" 72 <widget class="QIAdvancedSlider" name="mSlMemory"> 73 <property name="whatsThis"> 73 74 <string>Controls the amount of video memory provided to the virtual machine.</string> 74 75 </property> 75 <property name="orientation" 76 <property name="orientation"> 76 77 <enum>Qt::Horizontal</enum> 77 78 </property> 78 <property name="tickPosition" 79 <property name="tickPosition"> 79 80 <enum>QSlider::TicksBelow</enum> 80 81 </property> … … 82 83 </item> 83 84 <item> 84 <layout class="QHBoxLayout" name="mLtMemoryLegend" 85 <layout class="QHBoxLayout" name="mLtMemoryLegend"> 85 86 <item> 86 <widget class="QLabel" name="mLbMemoryMin" 87 <property name="sizePolicy" 88 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">87 <widget class="QLabel" name="mLbMemoryMin"> 88 <property name="sizePolicy"> 89 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 89 90 <horstretch>0</horstretch> 90 91 <verstretch>0</verstretch> … … 94 95 </item> 95 96 <item> 96 <spacer name="mSpHor1" 97 <property name="orientation" 97 <spacer name="mSpHor1"> 98 <property name="orientation"> 98 99 <enum>Qt::Horizontal</enum> 99 100 </property> 100 <property name="sizeHint" stdset="0" 101 <property name="sizeHint" stdset="0"> 101 102 <size> 102 103 <width>0</width> … … 107 108 </item> 108 109 <item> 109 <widget class="QLabel" name="mLbMemoryMax" 110 <property name="sizePolicy" 111 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">110 <widget class="QLabel" name="mLbMemoryMax"> 111 <property name="sizePolicy"> 112 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 112 113 <horstretch>0</horstretch> 113 114 <verstretch>0</verstretch> 114 115 </sizepolicy> 115 116 </property> 116 <property name="alignment" 117 <property name="alignment"> 117 118 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 118 119 </property> … … 123 124 </layout> 124 125 </item> 125 <item row="0" column="2" 126 <layout class="QHBoxLayout" name="mLtMemorySize" 127 <property name="spacing" 126 <item row="0" column="2"> 127 <layout class="QHBoxLayout" name="mLtMemorySize"> 128 <property name="spacing"> 128 129 <number>4</number> 129 130 </property> 130 131 <item> 131 <widget class="QILineEdit" name="mLeMemory" 132 <property name="whatsThis" 132 <widget class="QILineEdit" name="mLeMemory"> 133 <property name="whatsThis"> 133 134 <string>Controls the amount of video memory provided to the virtual machine.</string> 134 135 </property> … … 136 137 </item> 137 138 <item> 138 <widget class="QLabel" name="mLbMemoryUnit" 139 <property name="sizePolicy" 140 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">139 <widget class="QLabel" name="mLbMemoryUnit"> 140 <property name="sizePolicy"> 141 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 141 142 <horstretch>0</horstretch> 142 143 <verstretch>0</verstretch> 143 144 </sizepolicy> 144 145 </property> 145 <property name="text" 146 <property name="text"> 146 147 <string>MB</string> 147 148 </property> … … 150 151 </layout> 151 152 </item> 152 <item row="2" column="0" 153 <widget class="QLabel" name="mLbOptions" 154 <property name="text" 153 <item row="2" column="0"> 154 <widget class="QLabel" name="mLbOptions"> 155 <property name="text"> 155 156 <string>Extended Features:</string> 156 157 </property> 157 <property name="alignment" 158 <property name="alignment"> 158 159 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 159 160 </property> 160 161 </widget> 161 162 </item> 162 <item row="2" column="1" colspan="2" 163 <widget class="QCheckBox" name="mCb3D" 164 <property name="sizePolicy" 165 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding">163 <item row="2" column="1" colspan="2"> 164 <widget class="QCheckBox" name="mCb3D"> 165 <property name="sizePolicy"> 166 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 166 167 <horstretch>0</horstretch> 167 168 <verstretch>0</verstretch> 168 169 </sizepolicy> 169 170 </property> 170 <property name="whatsThis" 171 <property name="whatsThis"> 171 172 <string>When checked, the virtual machine will get access to the 3D graphics capabilities available on the host.</string> 172 173 </property> 173 <property name="text" 174 <property name="text"> 174 175 <string>Enable &3D Acceleration</string> 175 176 </property> … … 180 181 </item> 181 182 <item> 182 <spacer name="mSpVer1" 183 <property name="orientation" 183 <spacer name="mSpVer1"> 184 <property name="orientation"> 184 185 <enum>Qt::Vertical</enum> 185 186 </property> 186 <property name="sizeHint" stdset="0" 187 <property name="sizeHint" stdset="0"> 187 188 <size> 188 189 <width>20</width> … … 194 195 </layout> 195 196 </widget> 196 <widget class="QWidget" name="mTabVRDP" 197 <attribute name="title" 197 <widget class="QWidget" name="mTabVRDP"> 198 <attribute name="title"> 198 199 <string>&Remote Display</string> 199 200 </attribute> 200 <layout class="QVBoxLayout" name="mLtVRDPPage" 201 <property name="spacing" 201 <layout class="QVBoxLayout" name="mLtVRDPPage"> 202 <property name="spacing"> 202 203 <number>0</number> 203 204 </property> 204 205 <item> 205 <widget class="QWidget" na tive="1" name="mWtVRDP">206 <property name="sizePolicy" 207 <sizepolicy vsizetype="Fixed" hsizetype="Preferred">206 <widget class="QWidget" name="mWtVRDP" native="true"> 207 <property name="sizePolicy"> 208 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 208 209 <horstretch>0</horstretch> 209 210 <verstretch>0</verstretch> 210 211 </sizepolicy> 211 212 </property> 212 <layout class="QVBoxLayout" name="mLtVRDPItems" 213 <property name="margin" 213 <layout class="QVBoxLayout" name="mLtVRDPItems"> 214 <property name="margin"> 214 215 <number>0</number> 215 216 </property> 216 217 <item> 217 <widget class="QCheckBox" name="mCbVRDP" 218 <property name="whatsThis" 218 <widget class="QCheckBox" name="mCbVRDP"> 219 <property name="whatsThis"> 219 220 <string>When checked, the VM will act as a Remote Desktop Protocol (RDP) server, allowing remote clients to connect and operate the VM (when it is running) using a standard RDP client.</string> 220 221 </property> 221 <property name="text" 222 <property name="text"> 222 223 <string>&Enable Server</string> 223 224 </property> 224 <property name="checked" 225 <property name="checked"> 225 226 <bool>true</bool> 226 227 </property> … … 228 229 </item> 229 230 <item> 230 <widget class="QWidget" na tive="1" name="mWtVRDPServer">231 <property name="sizePolicy" 232 <sizepolicy vsizetype="Fixed" hsizetype="Preferred">231 <widget class="QWidget" name="mWtVRDPServer" native="true"> 232 <property name="sizePolicy"> 233 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 233 234 <horstretch>0</horstretch> 234 235 <verstretch>0</verstretch> 235 236 </sizepolicy> 236 237 </property> 237 <layout class="QGridLayout" name="mLtVRDPServerItems" 238 <property name="margin" 238 <layout class="QGridLayout" name="mLtVRDPServerItems"> 239 <property name="margin"> 239 240 <number>0</number> 240 241 </property> 241 <item row span="3" row="1" column="0">242 <spacer name="mSpHor2" 243 <property name="orientation" 242 <item row="1" column="0" rowspan="3"> 243 <spacer name="mSpHor2"> 244 <property name="orientation"> 244 245 <enum>Qt::Horizontal</enum> 245 246 </property> 246 <property name="sizeType" 247 <property name="sizeType"> 247 248 <enum>QSizePolicy::Fixed</enum> 248 249 </property> 249 <property name="sizeHint" stdset="0" 250 <property name="sizeHint" stdset="0"> 250 251 <size> 251 252 <width>20</width> … … 255 256 </spacer> 256 257 </item> 257 <item row="1" column="1" 258 <widget class="QLabel" name="mLbVRDPPort" 259 <property name="text" 258 <item row="1" column="1"> 259 <widget class="QLabel" name="mLbVRDPPort"> 260 <property name="text"> 260 261 <string>Server &Port:</string> 261 262 </property> 262 <property name="alignment" 263 <property name="alignment"> 263 264 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 264 265 </property> 265 <property name="buddy" 266 <property name="buddy"> 266 267 <cstring>mLeVRDPPort</cstring> 267 268 </property> 268 269 </widget> 269 270 </item> 270 <item row="1" column="2" 271 <widget class="QLineEdit" name="mLeVRDPPort" 272 <property name="whatsThis" 273 <string>Displays the VRDP Server port number. You may specify <tt >0</tt>(zero) to reset the port to the default value.</string>274 </property> 275 </widget> 276 </item> 277 <item row="2" column="1" 278 <widget class="QLabel" name="mLbVRDPMethod" 279 <property name="text" 271 <item row="1" column="2"> 272 <widget class="QLineEdit" name="mLeVRDPPort"> 273 <property name="whatsThis"> 274 <string>Displays the VRDP Server port number. You may specify <tt>0</tt> (zero) to reset the port to the default value.</string> 275 </property> 276 </widget> 277 </item> 278 <item row="2" column="1"> 279 <widget class="QLabel" name="mLbVRDPMethod"> 280 <property name="text"> 280 281 <string>Authentication &Method:</string> 281 282 </property> 282 <property name="alignment" 283 <property name="alignment"> 283 284 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 284 285 </property> 285 <property name="buddy" 286 <property name="buddy"> 286 287 <cstring>mCbVRDPMethod</cstring> 287 288 </property> 288 289 </widget> 289 290 </item> 290 <item row="2" column="2" 291 <widget class="QComboBox" name="mCbVRDPMethod" 292 <property name="sizePolicy" 293 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">291 <item row="2" column="2"> 292 <widget class="QComboBox" name="mCbVRDPMethod"> 293 <property name="sizePolicy"> 294 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 294 295 <horstretch>0</horstretch> 295 296 <verstretch>0</verstretch> 296 297 </sizepolicy> 297 298 </property> 298 <property name="whatsThis" 299 <property name="whatsThis"> 299 300 <string>Defines the VRDP authentication method.</string> 300 301 </property> 301 302 </widget> 302 303 </item> 303 <item row="3" column="1" 304 <widget class="QLabel" name="mLbVRDPTimeout" 305 <property name="text" 304 <item row="3" column="1"> 305 <widget class="QLabel" name="mLbVRDPTimeout"> 306 <property name="text"> 306 307 <string>Authentication &Timeout:</string> 307 308 </property> 308 <property name="alignment" 309 <property name="alignment"> 309 310 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 310 311 </property> 311 <property name="buddy" 312 <property name="buddy"> 312 313 <cstring>mLeVRDPTimeout</cstring> 313 314 </property> 314 315 </widget> 315 316 </item> 316 <item row="3" column="2" 317 <widget class="QLineEdit" name="mLeVRDPTimeout" 318 <property name="whatsThis" 317 <item row="3" column="2"> 318 <widget class="QLineEdit" name="mLeVRDPTimeout"> 319 <property name="whatsThis"> 319 320 <string>Specifies the timeout for guest authentication, in milliseconds.</string> 320 321 </property> … … 328 329 </item> 329 330 <item> 330 <spacer name="mSpVer2" 331 <property name="orientation" 331 <spacer name="mSpVer2"> 332 <property name="orientation"> 332 333 <enum>Qt::Vertical</enum> 333 334 </property> 334 <property name="sizeHint" stdset="0" 335 <property name="sizeHint" stdset="0"> 335 336 <size> 336 337 <width>20</width> … … 345 346 </item> 346 347 </layout> 347 <zorder>mTwDisplay</zorder>348 348 </widget> 349 349 <customwidgets> … … 352 352 <extends>QLineEdit</extends> 353 353 <header>QILineEdit.h</header> 354 </customwidget> 355 <customwidget> 356 <class>QIAdvancedSlider</class> 357 <extends>QSlider</extends> 358 <header>QIAdvancedSlider.h</header> 354 359 </customwidget> 355 360 </customwidgets> … … 362 367 <slot>setEnabled(bool)</slot> 363 368 <hints> 364 <hint type="sourcelabel" 369 <hint type="sourcelabel"> 365 370 <x>80</x> 366 371 <y>20</y> 367 372 </hint> 368 <hint type="destinationlabel" 373 <hint type="destinationlabel"> 369 374 <x>159</x> 370 375 <y>88</y> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui
r19864 r21119 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <comment> 3 VBox frontends: Qt4 GUI ( "VirtualBox"):4 VBox frontends: Qt4 GUI ("VirtualBox"): 4 5 5 6 Copyright (C) 2008 Sun Microsystems, Inc. … … 9 10 you can redistribute it and/or modify it under the terms of the GNU 10 11 General Public License (GPL) as published by the Free Software 11 Foundation, in version 2 as it comes in the "COPYING"file of the12 Foundation, in version 2 as it comes in the "COPYING" file of the 12 13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 13 14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. … … 18 19 </comment> 19 20 <class>VBoxVMSettingsSystem</class> 20 <widget class="QWidget" name="VBoxVMSettingsSystem" 21 <property name="geometry" 21 <widget class="QWidget" name="VBoxVMSettingsSystem"> 22 <property name="geometry"> 22 23 <rect> 23 24 <x>0</x> 24 25 <y>0</y> 25 <width>4 29</width>26 <height>3 60</height>26 <width>461</width> 27 <height>378</height> 27 28 </rect> 28 29 </property> 29 <layout class="QVBoxLayout" name="mLtMain" 30 <layout class="QVBoxLayout" name="mLtMain"> 30 31 <item> 31 <widget class="QTabWidget" name="mTwSystem" 32 <property name="currentIndex" 32 <widget class="QTabWidget" name="mTwSystem"> 33 <property name="currentIndex"> 33 34 <number>0</number> 34 35 </property> 35 <widget class="QWidget" name="mTabMotherboard" 36 <attribute name="title" 36 <widget class="QWidget" name="mTabMotherboard"> 37 <attribute name="title"> 37 38 <string>&Motherboard</string> 38 39 </attribute> 39 <layout class="QGridLayout" name="mLtMotherboard" 40 <item row="0" column="0" 41 <widget class="QLabel" name="mLbMemory" 42 <property name="sizePolicy" 43 <sizepolicy vsizetype="Fixed" hsizetype="Minimum">44 <horstretch>0</horstretch> 45 <verstretch>0</verstretch> 46 </sizepolicy> 47 </property> 48 <property name="text" 40 <layout class="QGridLayout" name="mLtMotherboard"> 41 <item row="0" column="0"> 42 <widget class="QLabel" name="mLbMemory"> 43 <property name="sizePolicy"> 44 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 45 <horstretch>0</horstretch> 46 <verstretch>0</verstretch> 47 </sizepolicy> 48 </property> 49 <property name="text"> 49 50 <string>Base &Memory:</string> 50 51 </property> 51 <property name="alignment" 52 <property name="alignment"> 52 53 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 53 54 </property> 54 <property name="buddy" 55 <property name="buddy"> 55 56 <cstring>mLeMemory</cstring> 56 57 </property> 57 58 </widget> 58 59 </item> 59 <item row span="2" row="0" column="1">60 <layout class="QVBoxLayout" name="mLtMemorySlider" 61 <property name="spacing" 60 <item row="0" column="1" rowspan="2"> 61 <layout class="QVBoxLayout" name="mLtMemorySlider"> 62 <property name="spacing"> 62 63 <number>0</number> 63 64 </property> 64 65 <item> 65 <widget class="Q Slider" name="mSlMemory">66 <property name="whatsThis" 66 <widget class="QIAdvancedSlider" name="mSlMemory"> 67 <property name="whatsThis"> 67 68 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string> 68 69 </property> 69 <property name="maximum" 70 <property name="maximum"> 70 71 <number>4096</number> 71 72 </property> 72 <property name="singleStep" 73 <property name="singleStep"> 73 74 <number>200</number> 74 75 </property> 75 <property name="value" 76 <property name="value"> 76 77 <number>512</number> 77 78 </property> 78 <property name="orientation" 79 <property name="orientation"> 79 80 <enum>Qt::Horizontal</enum> 80 81 </property> 81 <property name="tickPosition" 82 <property name="tickPosition"> 82 83 <enum>QSlider::TicksBelow</enum> 83 84 </property> … … 85 86 </item> 86 87 <item> 87 <layout class="QHBoxLayout" name="mLtMemoryLegend" 88 <property name="spacing" 88 <layout class="QHBoxLayout" name="mLtMemoryLegend"> 89 <property name="spacing"> 89 90 <number>0</number> 90 91 </property> 91 92 <item> 92 <widget class="QLabel" name="mLbMemoryMin" 93 <property name="sizePolicy" 94 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">93 <widget class="QLabel" name="mLbMemoryMin"> 94 <property name="sizePolicy"> 95 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 95 96 <horstretch>0</horstretch> 96 97 <verstretch>0</verstretch> … … 100 101 </item> 101 102 <item> 102 <spacer name="mSpHor1" 103 <property name="orientation" 103 <spacer name="mSpHor1"> 104 <property name="orientation"> 104 105 <enum>Qt::Horizontal</enum> 105 106 </property> 106 <property name="sizeHint" stdset="0" 107 <property name="sizeHint" stdset="0"> 107 108 <size> 108 109 <width>0</width> … … 113 114 </item> 114 115 <item> 115 <widget class="QLabel" name="mLbMemoryMax" 116 <property name="sizePolicy" 117 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">116 <widget class="QLabel" name="mLbMemoryMax"> 117 <property name="sizePolicy"> 118 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 118 119 <horstretch>0</horstretch> 119 120 <verstretch>0</verstretch> 120 121 </sizepolicy> 121 122 </property> 122 <property name="alignment" 123 <property name="alignment"> 123 124 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 124 125 </property> … … 129 130 </layout> 130 131 </item> 131 <item row="0" column="2" 132 <layout class="QHBoxLayout" name="mLtMemoryUnits" 133 <item> 134 <widget class="QILineEdit" name="mLeMemory" 135 <property name="sizePolicy" 136 <sizepolicy vsizetype="Fixed" hsizetype="Minimum">132 <item row="0" column="2"> 133 <layout class="QHBoxLayout" name="mLtMemoryUnits"> 134 <item> 135 <widget class="QILineEdit" name="mLeMemory"> 136 <property name="sizePolicy"> 137 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 137 138 <horstretch>0</horstretch> 138 139 <verstretch>0</verstretch> 139 140 </sizepolicy> 140 141 </property> 141 <property name="whatsThis" 142 <property name="whatsThis"> 142 143 <string>Controls the amount of memory provided to the virtual machine. If you assign too much, the machine might not start.</string> 143 144 </property> … … 145 146 </item> 146 147 <item> 147 <widget class="QLabel" name="mLbMemoryUnit" 148 <property name="sizePolicy" 149 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">148 <widget class="QLabel" name="mLbMemoryUnit"> 149 <property name="sizePolicy"> 150 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 150 151 <horstretch>0</horstretch> 151 152 <verstretch>0</verstretch> 152 153 </sizepolicy> 153 154 </property> 154 <property name="text" 155 <property name="text"> 155 156 <string>MB</string> 156 157 </property> … … 159 160 </layout> 160 161 </item> 161 <item row="2" column="0" 162 <widget class="QLabel" name="mLbBootOrder" 163 <property name="sizePolicy" 164 <sizepolicy vsizetype="Fixed" hsizetype="Minimum">165 <horstretch>0</horstretch> 166 <verstretch>0</verstretch> 167 </sizepolicy> 168 </property> 169 <property name="text" 162 <item row="2" column="0"> 163 <widget class="QLabel" name="mLbBootOrder"> 164 <property name="sizePolicy"> 165 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 166 <horstretch>0</horstretch> 167 <verstretch>0</verstretch> 168 </sizepolicy> 169 </property> 170 <property name="text"> 170 171 <string>&Boot Order:</string> 171 172 </property> 172 <property name="alignment" 173 <property name="alignment"> 173 174 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 174 175 </property> 175 <property name="buddy" 176 <property name="buddy"> 176 177 <cstring>mTwBootOrder</cstring> 177 178 </property> 178 179 </widget> 179 180 </item> 180 <item row span="2" row="2" column="1" colspan="2">181 <layout class="QHBoxLayout" name="mLtBootOrder" 182 <property name="spacing" 181 <item row="2" column="1" rowspan="2" colspan="2"> 182 <layout class="QHBoxLayout" name="mLtBootOrder"> 183 <property name="spacing"> 183 184 <number>1</number> 184 185 </property> 185 186 <item> 186 <widget class="BootItemsTable" name="mTwBootOrder" 187 <property name="sizePolicy" 188 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">187 <widget class="BootItemsTable" name="mTwBootOrder"> 188 <property name="sizePolicy"> 189 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 189 190 <horstretch>0</horstretch> 190 191 <verstretch>0</verstretch> 191 192 </sizepolicy> 192 193 </property> 193 <property name="whatsThis" 194 <property name="whatsThis"> 194 195 <string>Defines the boot device order. Use checkboxes to the left to enable or disable individual boot devices. Move items up and down to change the device order.</string> 195 196 </property> 196 <property name="verticalScrollBarPolicy" 197 <property name="verticalScrollBarPolicy"> 197 198 <enum>Qt::ScrollBarAlwaysOff</enum> 198 199 </property> 199 <property name="horizontalScrollBarPolicy" 200 <property name="horizontalScrollBarPolicy"> 200 201 <enum>Qt::ScrollBarAlwaysOff</enum> 201 202 </property> 202 <property name="alternatingRowColors" 203 <property name="alternatingRowColors"> 203 204 <bool>true</bool> 204 205 </property> 205 <property name="rootIsDecorated" 206 <property name="rootIsDecorated"> 206 207 <bool>false</bool> 207 208 </property> 208 <property name="uniformRowHeights" 209 <property name="uniformRowHeights"> 209 210 <bool>true</bool> 210 211 </property> 211 212 <column> 212 <property name="text" 213 <property name="text"> 213 214 <string/> 214 215 </property> … … 217 218 </item> 218 219 <item> 219 <layout class="QVBoxLayout" name="mLtBootOrderButtons" 220 <property name="spacing" 220 <layout class="QVBoxLayout" name="mLtBootOrderButtons"> 221 <property name="spacing"> 221 222 <number>0</number> 222 223 </property> 223 224 <item> 224 <widget class="QToolButton" name="mTbBootItemUp" 225 <property name="enabled" 225 <widget class="QToolButton" name="mTbBootItemUp"> 226 <property name="enabled"> 226 227 <bool>false</bool> 227 228 </property> 228 <property name="focusPolicy" 229 <property name="focusPolicy"> 229 230 <enum>Qt::StrongFocus</enum> 230 231 </property> 231 <property name="toolTip" 232 <property name="toolTip"> 232 233 <string>Move Down (Ctrl-Down)</string> 233 234 </property> 234 <property name="whatsThis" 235 <property name="whatsThis"> 235 236 <string>Moves the selected boot device down.</string> 236 237 </property> 237 <property name="text" 238 <property name="text"> 238 239 <string/> 239 240 </property> 240 <property name="icon" 241 <property name="icon"> 241 242 <iconset> 242 243 <normaloff>../images/list_moveup_16px.png</normaloff>../images/list_moveup_16px.png</iconset> 243 244 </property> 244 <property name="autoRaise" 245 <property name="autoRaise"> 245 246 <bool>true</bool> 246 247 </property> … … 248 249 </item> 249 250 <item> 250 <widget class="QToolButton" name="mTbBootItemDown" 251 <property name="enabled" 251 <widget class="QToolButton" name="mTbBootItemDown"> 252 <property name="enabled"> 252 253 <bool>false</bool> 253 254 </property> 254 <property name="focusPolicy" 255 <property name="focusPolicy"> 255 256 <enum>Qt::StrongFocus</enum> 256 257 </property> 257 <property name="toolTip" 258 <property name="toolTip"> 258 259 <string>Move Up (Ctrl-Up)</string> 259 260 </property> 260 <property name="whatsThis" 261 <property name="whatsThis"> 261 262 <string>Moves the selected boot device up.</string> 262 263 </property> 263 <property name="text" 264 <property name="text"> 264 265 <string/> 265 266 </property> 266 <property name="icon" 267 <property name="icon"> 267 268 <iconset> 268 269 <normaloff>../images/list_movedown_16px.png</normaloff>../images/list_movedown_16px.png</iconset> 269 270 </property> 270 <property name="autoRaise" 271 <property name="autoRaise"> 271 272 <bool>true</bool> 272 273 </property> … … 274 275 </item> 275 276 <item> 276 <spacer name="mSpVer2" 277 <property name="orientation" 277 <spacer name="mSpVer2"> 278 <property name="orientation"> 278 279 <enum>Qt::Vertical</enum> 279 280 </property> 280 <property name="sizeHint" stdset="0" 281 <property name="sizeHint" stdset="0"> 281 282 <size> 282 283 <width>0</width> … … 289 290 </item> 290 291 <item> 291 <spacer name="mSpHor2" 292 <property name="orientation" 292 <spacer name="mSpHor2"> 293 <property name="orientation"> 293 294 <enum>Qt::Horizontal</enum> 294 295 </property> 295 <property name="sizeHint" stdset="0" 296 <property name="sizeHint" stdset="0"> 296 297 <size> 297 298 <width>0</width> … … 303 304 </layout> 304 305 </item> 305 <item row="4" column="0" 306 <widget class="QLabel" name="mLbMotherboardExtended" 307 <property name="sizePolicy" 308 <sizepolicy vsizetype="Fixed" hsizetype="Minimum">309 <horstretch>0</horstretch> 310 <verstretch>0</verstretch> 311 </sizepolicy> 312 </property> 313 <property name="text" 306 <item row="4" column="0"> 307 <widget class="QLabel" name="mLbMotherboardExtended"> 308 <property name="sizePolicy"> 309 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 310 <horstretch>0</horstretch> 311 <verstretch>0</verstretch> 312 </sizepolicy> 313 </property> 314 <property name="text"> 314 315 <string>Extended Features:</string> 315 316 </property> 316 <property name="alignment" 317 <property name="alignment"> 317 318 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 318 319 </property> 319 320 </widget> 320 321 </item> 321 <item row="4" column="1" colspan="2" 322 <widget class="QCheckBox" name="mCbAcpi" 323 <property name="sizePolicy" 324 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">325 <horstretch>0</horstretch> 326 <verstretch>0</verstretch> 327 </sizepolicy> 328 </property> 329 <property name="whatsThis" 330 <string>When checked, the virtual machine will support the Advanced Configuration and Power Management Interface (ACPI). <b >Note:</b>don't disable this feature after having installed a Windows guest operating system!</string>331 </property> 332 <property name="text" 322 <item row="4" column="1" colspan="2"> 323 <widget class="QCheckBox" name="mCbAcpi"> 324 <property name="sizePolicy"> 325 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 326 <horstretch>0</horstretch> 327 <verstretch>0</verstretch> 328 </sizepolicy> 329 </property> 330 <property name="whatsThis"> 331 <string>When checked, the virtual machine will support the Advanced Configuration and Power Management Interface (ACPI). <b>Note:</b> don't disable this feature after having installed a Windows guest operating system!</string> 332 </property> 333 <property name="text"> 333 334 <string>Enable &ACPI</string> 334 335 </property> 335 336 </widget> 336 337 </item> 337 <item row="5" column="1" colspan="2" 338 <widget class="QCheckBox" name="mCbApic" 339 <property name="sizePolicy" 340 <sizepolicy vsizetype="Fixed" hsizetype="Expanding">341 <horstretch>0</horstretch> 342 <verstretch>0</verstretch> 343 </sizepolicy> 344 </property> 345 <property name="whatsThis" 346 <string>When checked, the virtual machine will support the Input Output APIC (IO APIC), which may slightly decrease the VM performance. <b >Note:</b>don't disable this feature after having installed a Windows guest operating system!</string>347 </property> 348 <property name="text" 338 <item row="5" column="1" colspan="2"> 339 <widget class="QCheckBox" name="mCbApic"> 340 <property name="sizePolicy"> 341 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 342 <horstretch>0</horstretch> 343 <verstretch>0</verstretch> 344 </sizepolicy> 345 </property> 346 <property name="whatsThis"> 347 <string>When checked, the virtual machine will support the Input Output APIC (IO APIC), which may slightly decrease the VM performance. <b>Note:</b> don't disable this feature after having installed a Windows guest operating system!</string> 348 </property> 349 <property name="text"> 349 350 <string>Enable &IO APIC</string> 350 351 </property> 351 352 </widget> 352 353 </item> 353 <item row="6" column="0" colspan="3" 354 <spacer name="mSpVer1" 355 <property name="orientation" 354 <item row="6" column="0" colspan="3"> 355 <spacer name="mSpVer1"> 356 <property name="orientation"> 356 357 <enum>Qt::Vertical</enum> 357 358 </property> 358 <property name="sizeHint" stdset="0" 359 <property name="sizeHint" stdset="0"> 359 360 <size> 360 361 <width>0</width> … … 366 367 </layout> 367 368 </widget> 368 <widget class="QWidget" name="mTabProcessor" 369 <attribute name="title" 369 <widget class="QWidget" name="mTabProcessor"> 370 <attribute name="title"> 370 371 <string>&Processor</string> 371 372 </attribute> 372 <layout class="QGridLayout" name="mLtProcessor" 373 <item row="0" column="0" 374 <widget class="QLabel" name="mLbCPU" 375 <property name="sizePolicy" 376 <sizepolicy vsizetype="Fixed" hsizetype="Minimum">377 <horstretch>0</horstretch> 378 <verstretch>0</verstretch> 379 </sizepolicy> 380 </property> 381 <property name="text" 373 <layout class="QGridLayout" name="mLtProcessor"> 374 <item row="0" column="0"> 375 <widget class="QLabel" name="mLbCPU"> 376 <property name="sizePolicy"> 377 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 378 <horstretch>0</horstretch> 379 <verstretch>0</verstretch> 380 </sizepolicy> 381 </property> 382 <property name="text"> 382 383 <string>&Processor(s):</string> 383 384 </property> 384 <property name="alignment" 385 <property name="alignment"> 385 386 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 386 387 </property> 387 <property name="buddy" 388 <property name="buddy"> 388 389 <cstring>mLeCPU</cstring> 389 390 </property> 390 391 </widget> 391 392 </item> 392 <item row span="2" row="0" column="1">393 <layout class="QVBoxLayout" name="mLtCPUSlider" 394 <property name="spacing" 393 <item row="0" column="1" rowspan="2"> 394 <layout class="QVBoxLayout" name="mLtCPUSlider"> 395 <property name="spacing"> 395 396 <number>0</number> 396 397 </property> 397 398 <item> 398 <widget class="QSlider" name="mSlCPU" 399 <property name="whatsThis" 399 <widget class="QSlider" name="mSlCPU"> 400 <property name="whatsThis"> 400 401 <string>Controls the number of virtual CPUs in the virtual machine.</string> 401 402 </property> 402 <property name="maximum" 403 <property name="maximum"> 403 404 <number>4096</number> 404 405 </property> 405 <property name="singleStep" 406 <property name="singleStep"> 406 407 <number>200</number> 407 408 </property> 408 <property name="value" 409 <property name="value"> 409 410 <number>512</number> 410 411 </property> 411 <property name="orientation" 412 <property name="orientation"> 412 413 <enum>Qt::Horizontal</enum> 413 414 </property> 414 <property name="tickPosition" 415 <property name="tickPosition"> 415 416 <enum>QSlider::TicksBelow</enum> 416 417 </property> … … 418 419 </item> 419 420 <item> 420 <layout class="QHBoxLayout" name="mLtCPULegend" 421 <property name="spacing" 421 <layout class="QHBoxLayout" name="mLtCPULegend"> 422 <property name="spacing"> 422 423 <number>0</number> 423 424 </property> 424 425 <item> 425 <widget class="QLabel" name="mLbCPUMin" 426 <property name="sizePolicy" 427 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">426 <widget class="QLabel" name="mLbCPUMin"> 427 <property name="sizePolicy"> 428 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 428 429 <horstretch>0</horstretch> 429 430 <verstretch>0</verstretch> … … 433 434 </item> 434 435 <item> 435 <spacer name="mSpHor4" 436 <property name="orientation" 436 <spacer name="mSpHor4"> 437 <property name="orientation"> 437 438 <enum>Qt::Horizontal</enum> 438 439 </property> 439 <property name="sizeHint" stdset="0" 440 <property name="sizeHint" stdset="0"> 440 441 <size> 441 442 <width>0</width> … … 446 447 </item> 447 448 <item> 448 <widget class="QLabel" name="mLbCPUMax" 449 <property name="sizePolicy" 450 <sizepolicy vsizetype="Fixed" hsizetype="Fixed">449 <widget class="QLabel" name="mLbCPUMax"> 450 <property name="sizePolicy"> 451 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 451 452 <horstretch>0</horstretch> 452 453 <verstretch>0</verstretch> 453 454 </sizepolicy> 454 455 </property> 455 <property name="alignment" 456 <property name="alignment"> 456 457 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 457 458 </property> … … 462 463 </layout> 463 464 </item> 464 <item row="0" column="2" 465 <widget class="QILineEdit" name="mLeCPU" 466 <property name="sizePolicy" 467 <sizepolicy vsizetype="Fixed" hsizetype="Minimum">468 <horstretch>0</horstretch> 469 <verstretch>0</verstretch> 470 </sizepolicy> 471 </property> 472 <property name="whatsThis" 465 <item row="0" column="2"> 466 <widget class="QILineEdit" name="mLeCPU"> 467 <property name="sizePolicy"> 468 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 469 <horstretch>0</horstretch> 470 <verstretch>0</verstretch> 471 </sizepolicy> 472 </property> 473 <property name="whatsThis"> 473 474 <string>Controls the number of virtual CPUs in the virtual machine.</string> 474 475 </property> 475 476 </widget> 476 477 </item> 477 <item row="2" column="0" 478 <widget class="QLabel" name="mLbProcessorExtended" 479 <property name="text" 478 <item row="2" column="0"> 479 <widget class="QLabel" name="mLbProcessorExtended"> 480 <property name="text"> 480 481 <string>Extended Features:</string> 481 482 </property> 482 <property name="alignment" 483 <property name="alignment"> 483 484 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 484 485 </property> 485 486 </widget> 486 487 </item> 487 <item row="2" column="1" colspan="2" 488 <widget class="QCheckBox" name="mCbPae" 489 <property name="sizePolicy" 490 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding">491 <horstretch>0</horstretch> 492 <verstretch>0</verstretch> 493 </sizepolicy> 494 </property> 495 <property name="whatsThis" 488 <item row="2" column="1" colspan="2"> 489 <widget class="QCheckBox" name="mCbPae"> 490 <property name="sizePolicy"> 491 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 492 <horstretch>0</horstretch> 493 <verstretch>0</verstretch> 494 </sizepolicy> 495 </property> 496 <property name="whatsThis"> 496 497 <string>When checked, the Physical Address Extension (PAE) feature of the host CPU will be exposed to the virtual machine.</string> 497 498 </property> 498 <property name="text" 499 <property name="text"> 499 500 <string>Enable PA&E/NX</string> 500 501 </property> 501 502 </widget> 502 503 </item> 503 <item row="3" column="0" colspan="3" 504 <spacer name="mSpVer3" 505 <property name="orientation" 504 <item row="3" column="0" colspan="3"> 505 <spacer name="mSpVer3"> 506 <property name="orientation"> 506 507 <enum>Qt::Vertical</enum> 507 508 </property> 508 <property name="sizeHint" stdset="0" 509 <property name="sizeHint" stdset="0"> 509 510 <size> 510 511 <width>0</width> … … 516 517 </layout> 517 518 </widget> 518 <widget class="QWidget" name="mTabAcceleration" 519 <attribute name="title" 519 <widget class="QWidget" name="mTabAcceleration"> 520 <attribute name="title"> 520 521 <string>Acce&leration</string> 521 522 </attribute> 522 <layout class="QGridLayout" name="mLtAcceleration" 523 <item row="0" column="0" 524 <widget class="QLabel" name="mLbVirt" 525 <property name="text" 523 <layout class="QGridLayout" name="mLtAcceleration"> 524 <item row="0" column="0"> 525 <widget class="QLabel" name="mLbVirt"> 526 <property name="text"> 526 527 <string>Hardware Virtualization:</string> 527 528 </property> 528 529 </widget> 529 530 </item> 530 <item row="0" column="1" 531 <widget class="QCheckBox" name="mCbVirt" 532 <property name="sizePolicy" 533 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding">534 <horstretch>0</horstretch> 535 <verstretch>0</verstretch> 536 </sizepolicy> 537 </property> 538 <property name="whatsThis" 531 <item row="0" column="1"> 532 <widget class="QCheckBox" name="mCbVirt"> 533 <property name="sizePolicy"> 534 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 535 <horstretch>0</horstretch> 536 <verstretch>0</verstretch> 537 </sizepolicy> 538 </property> 539 <property name="whatsThis"> 539 540 <string>When checked, the virtual machine will try to make use of the host CPU's hardware virtualization extensions such as Intel VT-x and AMD-V.</string> 540 541 </property> 541 <property name="text" 542 <property name="text"> 542 543 <string>Enable &VT-x/AMD-V</string> 543 544 </property> 544 <property name="checked" 545 <property name="checked"> 545 546 <bool>true</bool> 546 547 </property> 547 548 </widget> 548 549 </item> 549 <item row="1" column="1" 550 <widget class="QCheckBox" name="mCbNestedPaging" 551 <property name="sizePolicy" 552 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding">553 <horstretch>0</horstretch> 554 <verstretch>0</verstretch> 555 </sizepolicy> 556 </property> 557 <property name="whatsThis" 550 <item row="1" column="1"> 551 <widget class="QCheckBox" name="mCbNestedPaging"> 552 <property name="sizePolicy"> 553 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 554 <horstretch>0</horstretch> 555 <verstretch>0</verstretch> 556 </sizepolicy> 557 </property> 558 <property name="whatsThis"> 558 559 <string>When checked, the virtual machine will try to make use of the nested paging extension of Intel VT-x and AMD-V.</string> 559 560 </property> 560 <property name="text" 561 <property name="text"> 561 562 <string>Enable Nested Pa&ging</string> 562 563 </property> 563 <property name="checked" 564 <property name="checked"> 564 565 <bool>true</bool> 565 566 </property> 566 567 </widget> 567 568 </item> 568 <item row="2" column="0" colspan="2" 569 <spacer name="verticalSpacer" 570 <property name="orientation" 569 <item row="2" column="0" colspan="2"> 570 <spacer name="verticalSpacer"> 571 <property name="orientation"> 571 572 <enum>Qt::Vertical</enum> 572 573 </property> 573 <property name="sizeHint" stdset="0" 574 <property name="sizeHint" stdset="0"> 574 575 <size> 575 576 <width>20</width> … … 596 597 <header>QILineEdit.h</header> 597 598 </customwidget> 599 <customwidget> 600 <class>QIAdvancedSlider</class> 601 <extends>QSlider</extends> 602 <header>QIAdvancedSlider.h</header> 603 </customwidget> 598 604 </customwidgets> 599 605 <resources/> … … 605 611 <slot>setEnabled(bool)</slot> 606 612 <hints> 607 <hint type="sourcelabel" 613 <hint type="sourcelabel"> 608 614 <x>195</x> 609 615 <y>50</y> 610 616 </hint> 611 <hint type="destinationlabel" 617 <hint type="destinationlabel"> 612 618 <x>196</x> 613 619 <y>72</y>
Note:
See TracChangeset
for help on using the changeset viewer.