Changeset 3202 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Jun 21, 2007 11:50:26 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22160
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r3183 r3202 992 992 <cstring>unnamed</cstring> 993 993 </property> 994 <widget class="Q LayoutWidget">994 <widget class="QGroupBox"> 995 995 <property name="name"> 996 <cstring>layout147</cstring> 996 <cstring>groupBox12</cstring> 997 </property> 998 <property name="sizePolicy"> 999 <sizepolicy> 1000 <hsizetype>0</hsizetype> 1001 <vsizetype>1</vsizetype> 1002 <horstretch>0</horstretch> 1003 <verstretch>0</verstretch> 1004 </sizepolicy> 1005 </property> 1006 <property name="title"> 1007 <string>Boo&t Order</string> 997 1008 </property> 998 1009 <vbox> … … 1000 1011 <cstring>unnamed</cstring> 1001 1012 </property> 1002 <property name="margin">1003 <number>0</number>1004 </property>1005 <property name="spacing">1006 <number>0</number>1007 </property>1008 <widget class="QGroupBox">1009 <property name="name">1010 <cstring>groupBox12</cstring>1011 </property>1012 <property name="sizePolicy">1013 <sizepolicy>1014 <hsizetype>0</hsizetype>1015 <vsizetype>0</vsizetype>1016 <horstretch>0</horstretch>1017 <verstretch>0</verstretch>1018 </sizepolicy>1019 </property>1020 <property name="title">1021 <string>Boo&t Order</string>1022 </property>1023 <vbox>1024 <property name="name">1025 <cstring>unnamed</cstring>1026 </property>1027 </vbox>1028 </widget>1029 <spacer>1030 <property name="name">1031 <cstring>spacer129</cstring>1032 </property>1033 <property name="orientation">1034 <enum>Vertical</enum>1035 </property>1036 <property name="sizeType">1037 <enum>Minimum</enum>1038 </property>1039 <property name="sizeHint">1040 <size>1041 <width>21</width>1042 <height>0</height>1043 </size>1044 </property>1045 </spacer>1046 1013 </vbox> 1047 1014 </widget> 1048 <widget class="Q LayoutWidget">1015 <widget class="QGroupBox"> 1049 1016 <property name="name"> 1050 <cstring>layout146</cstring> 1017 <cstring>groupBox23</cstring> 1018 </property> 1019 <property name="sizePolicy"> 1020 <sizepolicy> 1021 <hsizetype>7</hsizetype> 1022 <vsizetype>1</vsizetype> 1023 <horstretch>1</horstretch> 1024 <verstretch>0</verstretch> 1025 </sizepolicy> 1026 </property> 1027 <property name="title"> 1028 <string>Extended Features</string> 1051 1029 </property> 1052 1030 <vbox> … … 1054 1032 <cstring>unnamed</cstring> 1055 1033 </property> 1056 <property name="margin"> 1057 <number>0</number> 1058 </property> 1059 <property name="spacing"> 1060 <number>0</number> 1061 </property> 1062 <widget class="QGroupBox"> 1034 <widget class="QCheckBox"> 1063 1035 <property name="name"> 1064 <cstring> groupBox23</cstring>1036 <cstring>chbEnableACPI</cstring> 1065 1037 </property> 1066 <property name="sizePolicy"> 1067 <sizepolicy> 1068 <hsizetype>7</hsizetype> 1069 <vsizetype>0</vsizetype> 1070 <horstretch>1</horstretch> 1071 <verstretch>0</verstretch> 1072 </sizepolicy> 1038 <property name="text"> 1039 <string>Enable A&CPI</string> 1073 1040 </property> 1074 <property name=" title">1075 <string> Extended Features</string>1041 <property name="accel"> 1042 <string>Alt+C</string> 1076 1043 </property> 1077 <vbox> 1078 <property name="name"> 1079 <cstring>unnamed</cstring> 1080 </property> 1081 <widget class="QCheckBox"> 1082 <property name="name"> 1083 <cstring>chbEnableACPI</cstring> 1084 </property> 1085 <property name="text"> 1086 <string>Enable A&CPI</string> 1087 </property> 1088 <property name="accel"> 1089 <string>Alt+C</string> 1090 </property> 1091 <property name="whatsThis" stdset="0"> 1092 <string><qt>When checked, the virtual machine will support 1044 <property name="whatsThis" stdset="0"> 1045 <string><qt>When checked, the virtual machine will support 1093 1046 the Advanced Configuration and Power Management Interface (ACPI). <b>Note:</b> don't disable 1094 1047 this feature after having installed a Windows guest operating system!</qt></string> 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1048 </property> 1049 </widget> 1050 <widget class="QCheckBox"> 1051 <property name="name"> 1052 <cstring>chbEnableIOAPIC</cstring> 1053 </property> 1054 <property name="text"> 1055 <string>Enable IO A&PIC</string> 1056 </property> 1057 <property name="accel"> 1058 <string>Alt+P</string> 1059 </property> 1060 <property name="whatsThis" stdset="0"> 1061 <string><qt>When checked, the virtual machine will support 1109 1062 the Input Output APIC (IO APIC), which may slightly decrease the VM performance. <b>Note:</b> don't disable 1110 1063 this feature after having installed a Windows guest operating system!</qt></string> 1111 </property> 1112 </widget> 1113 <widget class="QCheckBox"> 1114 <property name="name"> 1115 <cstring>chbVTX</cstring> 1116 </property> 1117 <property name="text"> 1118 <string>Enable &VT-x/AMD-V</string> 1119 </property> 1120 <property name="accel"> 1121 <string>Alt+V</string> 1122 </property> 1123 <property name="tristate"> 1124 <bool>true</bool> 1125 </property> 1126 <property name="whatsThis" stdset="0"> 1127 <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. The third checkbox state means that this setting is determined by the value of the global setting.</string> 1128 </property> 1129 </widget> 1130 </vbox> 1064 </property> 1131 1065 </widget> 1132 < spacer>1066 <widget class="QCheckBox"> 1133 1067 <property name="name"> 1134 <cstring> spacer128</cstring>1068 <cstring>chbVTX</cstring> 1135 1069 </property> 1136 <property name=" orientation">1137 < enum>Vertical</enum>1070 <property name="text"> 1071 <string>Enable &VT-x/AMD-V</string> 1138 1072 </property> 1139 <property name=" sizeType">1140 < enum>Minimum</enum>1073 <property name="accel"> 1074 <string>Alt+V</string> 1141 1075 </property> 1142 <property name="sizeHint"> 1143 <size> 1144 <width>20</width> 1145 <height>0</height> 1146 </size> 1076 <property name="tristate"> 1077 <bool>true</bool> 1147 1078 </property> 1148 </spacer> 1079 <property name="whatsThis" stdset="0"> 1080 <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. The third checkbox state means that this setting is determined by the value of the global setting.</string> 1081 </property> 1082 </widget> 1149 1083 </vbox> 1150 1084 </widget> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h
r3183 r3202 248 248 mBtnUp = new QToolButton (this, "mBtnUp"); 249 249 mBtnDown = new QToolButton (this, "mBtnDown"); 250 mBtnUp->setSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed); 251 mBtnDown->setSizePolicy (QSizePolicy::Fixed, QSizePolicy::Fixed); 250 252 QWhatsThis::add (mBtnUp, tr ("Moves the selected boot device up.")); 251 253 QWhatsThis::add (mBtnDown, tr ("Moves the selected boot device down.")); … … 261 263 "list_movedown_disabled_16px.png")); 262 264 QSpacerItem *spacer = new QSpacerItem (0, 0, QSizePolicy::Minimum, 263 QSizePolicy:: Expanding);265 QSizePolicy::Minimum); 264 266 connect (mBtnUp, SIGNAL (clicked()), this, SLOT (moveItemUp())); 265 267 connect (mBtnDown, SIGNAL (clicked()), this, SLOT (moveItemDown()));
Note:
See TracChangeset
for help on using the changeset viewer.