Changeset 14437 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Nov 20, 2008 9:37:06 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui
r13580 r14437 336 336 </property> 337 337 <item> 338 <layout class="QVBoxLayout" > 339 <property name="spacing" > 340 <number>0</number> 341 </property> 342 <item> 343 <widget class="QComboBox" name="mCbOS" > 344 <property name="sizePolicy" > 345 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" > 346 <horstretch>0</horstretch> 347 <verstretch>0</verstretch> 348 </sizepolicy> 349 </property> 350 </widget> 351 </item> 352 <item> 353 <spacer> 354 <property name="orientation" > 355 <enum>Qt::Vertical</enum> 356 </property> 357 <property name="sizeType" > 358 <enum>QSizePolicy::Expanding</enum> 359 </property> 360 <property name="sizeHint" > 361 <size> 362 <width>0</width> 363 <height>0</height> 364 </size> 365 </property> 366 </spacer> 367 </item> 368 </layout> 369 </item> 370 <item> 371 <spacer> 372 <property name="orientation" > 373 <enum>Qt::Horizontal</enum> 374 </property> 375 <property name="sizeHint" > 376 <size> 377 <width>0</width> 378 <height>0</height> 379 </size> 380 </property> 381 </spacer> 382 </item> 383 <item> 384 <widget class="QLabel" name="mPmOS" > 385 <property name="text" > 386 <string/> 387 </property> 388 <property name="alignment" > 389 <set>Qt::AlignHCenter|Qt::AlignTop</set> 390 </property> 391 </widget> 338 <widget class="VBoxOSTypeSelectorWidget" name="mOSTypeSelector" /> 392 339 </item> 393 340 </layout> … … 1217 1164 <extends>QLabel</extends> 1218 1165 <header>QILabel.h</header> 1166 </customwidget> 1167 <customwidget> 1168 <class>VBoxOSTypeSelectorWidget</class> 1169 <extends>QWidget</extends> 1170 <header>VBoxOSTypeSelectorWidget.h</header> 1219 1171 </customwidget> 1220 1172 <customwidget> … … 1238 1190 <tabstop>mBtnCancel1</tabstop> 1239 1191 <tabstop>mLeName</tabstop> 1240 <tabstop>m CbOS</tabstop>1192 <tabstop>mOSTypeSelector</tabstop> 1241 1193 <tabstop>mBtnBack2</tabstop> 1242 1194 <tabstop>mBtnNext2</tabstop> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsGeneral.ui
r14398 r14437 68 68 </item> 69 69 <item row="1" column="1" > 70 <layout class="QGridLayout" > 71 <item row="0" column="0" > 72 <widget class="QLabel" name="mLbName" > 73 <property name="text" > 74 <string>&Name:</string> 75 </property> 76 <property name="alignment" > 77 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 78 </property> 79 <property name="buddy" > 80 <cstring>mLeName</cstring> 81 </property> 82 </widget> 83 </item> 84 <item row="0" column="1" > 85 <widget class="QLineEdit" name="mLeName" > 86 <property name="whatsThis" > 87 <string>Displays the name of the virtual machine.</string> 88 </property> 89 </widget> 90 </item> 91 <item row="1" column="0" > 92 <widget class="QLabel" name="mLbOsType" > 93 <property name="text" > 94 <string>OS &Type:</string> 95 </property> 96 <property name="alignment" > 97 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 98 </property> 99 <property name="buddy" > 100 <cstring>mCbOsType</cstring> 101 </property> 102 </widget> 103 </item> 104 <item row="1" column="1" > 105 <widget class="QComboBox" name="mCbOsType" > 106 <property name="focusPolicy" > 107 <enum>Qt::StrongFocus</enum> 108 </property> 109 <property name="whatsThis" > 110 <string>Displays the operating system type that you plan to install into this virtual machine (called a guest operating system).</string> 111 </property> 112 </widget> 113 </item> 114 </layout> 70 <widget class="VBoxOSTypeSelectorWidget" name="mOSTypeSelector" > 71 <layout class="QGridLayout" > 72 <item row="0" column="0" > 73 <widget class="QLabel" name="mLbName" > 74 <property name="text" > 75 <string>&Name:</string> 76 </property> 77 <property name="alignment" > 78 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 79 </property> 80 <property name="buddy" > 81 <cstring>mLeName</cstring> 82 </property> 83 </widget> 84 </item> 85 <item row="0" column="1" colspan="2" > 86 <widget class="QLineEdit" name="mLeName" > 87 <property name="whatsThis" > 88 <string>Displays the name of the virtual machine.</string> 89 </property> 90 </widget> 91 </item> 92 </layout> 93 </widget> 115 94 </item> 116 95 <item row="2" column="0" colspan="2" > … … 949 928 <customwidgets> 950 929 <customwidget> 930 <class>VBoxOSTypeSelectorWidget</class> 931 <extends>QWidget</extends> 932 <header>VBoxOSTypeSelectorWidget.h</header> 933 </customwidget> 934 <customwidget> 951 935 <class>VBoxFilePathSelectorWidget</class> 952 936 <extends>QComboBox</extends>
Note:
See TracChangeset
for help on using the changeset viewer.