Changeset 46476 in vbox
- Timestamp:
- Jun 10, 2013 4:09:32 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86319
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.ui
r46473 r46476 48 48 </item> 49 49 <item row="0" column="1" rowspan="2"> 50 <layout class="Q VBoxLayout" name="m_pLayoutVideoMemorySizeSlider">50 <layout class="QGridLayout" name="m_pLayoutVideoMemorySizeSlider"> 51 51 <property name="spacing"> 52 52 <number>0</number> 53 53 </property> 54 <item >54 <item row="0" column="0" colspan="3"> 55 55 <widget class="QIAdvancedSlider" name="m_pSliderVideoMemorySize"> 56 56 <property name="whatsThis"> … … 65 65 </widget> 66 66 </item> 67 <item> 68 <layout class="QHBoxLayout" name="m_pLayoutVideoMemorySizeLegeng"> 69 <item> 70 <widget class="QLabel" name="m_pLabelVideoMemorySizeMin"/> 71 </item> 72 <item> 73 <spacer name="m_pSpacerVideoMemorySize"> 74 <property name="orientation"> 75 <enum>Qt::Horizontal</enum> 76 </property> 77 <property name="sizeHint" stdset="0"> 78 <size> 79 <width>0</width> 80 <height>0</height> 81 </size> 82 </property> 83 </spacer> 84 </item> 85 <item> 86 <widget class="QLabel" name="m_pLabelVideoMemorySizeMax"/> 87 </item> 88 </layout> 67 <item row="1" column="0"> 68 <widget class="QLabel" name="m_pLabelVideoMemorySizeMin"/> 69 </item> 70 <item row="1" column="1"> 71 <spacer name="m_pSpacerVideoMemorySize"> 72 <property name="orientation"> 73 <enum>Qt::Horizontal</enum> 74 </property> 75 <property name="sizeHint" stdset="0"> 76 <size> 77 <width>0</width> 78 <height>0</height> 79 </size> 80 </property> 81 </spacer> 82 </item> 83 <item row="1" column="2"> 84 <widget class="QLabel" name="m_pLabelVideoMemorySizeMax"/> 89 85 </item> 90 86 </layout> 91 87 </item> 92 88 <item row="0" column="2"> 93 <layout class="QHBoxLayout" name="m_pLayoutVideoMemorySizeEditor"> 94 <item> 95 <widget class="QILineEdit" name="m_pEditorVideoMemorySize"> 96 <property name="sizePolicy"> 97 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 98 <horstretch>0</horstretch> 99 <verstretch>0</verstretch> 100 </sizepolicy> 101 </property> 102 <property name="whatsThis"> 103 <string>Controls the amount of video memory provided to the virtual machine.</string> 104 </property> 105 </widget> 106 </item> 107 <item> 108 <widget class="QLabel" name="m_pLabelVideoMemorySizeUnit"> 109 <property name="text"> 110 <string>MB</string> 111 </property> 112 </widget> 113 </item> 114 </layout> 89 <widget class="QILineEdit" name="m_pEditorVideoMemorySize"> 90 <property name="sizePolicy"> 91 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 92 <horstretch>0</horstretch> 93 <verstretch>0</verstretch> 94 </sizepolicy> 95 </property> 96 <property name="whatsThis"> 97 <string>Controls the amount of video memory provided to the virtual machine.</string> 98 </property> 99 </widget> 100 </item> 101 <item row="0" column="3"> 102 <widget class="QLabel" name="m_pLabelVideoMemoryUnit"> 103 <property name="text"> 104 <string>MB</string> 105 </property> 106 </widget> 115 107 </item> 116 108 <item row="2" column="0"> … … 128 120 </item> 129 121 <item row="2" column="1" rowspan="2"> 130 <layout class="Q VBoxLayout" name="m_pLayoutVideoScreenCount">122 <layout class="QGridLayout" name="m_pLayoutVideoScreenCount"> 131 123 <property name="spacing"> 132 124 <number>0</number> 133 125 </property> 134 <item >126 <item row="0" column="0" colspan="3"> 135 127 <widget class="QIAdvancedSlider" name="m_pSliderVideoScreenCount"> 136 128 <property name="whatsThis"> … … 145 137 </widget> 146 138 </item> 147 <item> 148 <layout class="QHBoxLayout" name="m_pLayoutVideoScreenCountLegeng"> 149 <item> 150 <widget class="QLabel" name="m_pLabelVideoScreenCountMin"/> 151 </item> 152 <item> 153 <spacer name="m_pSpacerVideoScreenCount"> 154 <property name="orientation"> 155 <enum>Qt::Horizontal</enum> 156 </property> 157 <property name="sizeHint" stdset="0"> 158 <size> 159 <width>0</width> 160 <height>0</height> 161 </size> 162 </property> 163 </spacer> 164 </item> 165 <item> 166 <widget class="QLabel" name="m_pLabelVideoScreenCountMax"/> 167 </item> 168 </layout> 139 <item row="1" column="0"> 140 <widget class="QLabel" name="m_pLabelVideoScreenCountMin"/> 141 </item> 142 <item row="1" column="1"> 143 <spacer name="m_pSpacerVideoScreenCount"> 144 <property name="orientation"> 145 <enum>Qt::Horizontal</enum> 146 </property> 147 <property name="sizeHint" stdset="0"> 148 <size> 149 <width>0</width> 150 <height>0</height> 151 </size> 152 </property> 153 </spacer> 154 </item> 155 <item row="1" column="2"> 156 <widget class="QLabel" name="m_pLabelVideoScreenCountMax"/> 169 157 </item> 170 158 </layout> 171 159 </item> 172 160 <item row="2" column="2"> 173 <layout class="QHBoxLayout" name="m_pLayoutEditorScreens"> 174 <item> 175 <widget class="QILineEdit" name="m_pEditorVideoScreenCount"> 176 <property name="sizePolicy"> 177 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 178 <horstretch>0</horstretch> 179 <verstretch>0</verstretch> 180 </sizepolicy> 181 </property> 182 <property name="whatsThis"> 183 <string>Controls the amount of virtual monitors provided to the virtual machine.</string> 184 </property> 185 </widget> 186 </item> 187 <item> 188 <widget class="QLabel" name="m_pLabelVideoScreenCountUnit"/> 189 </item> 190 </layout> 161 <widget class="QILineEdit" name="m_pEditorVideoScreenCount"> 162 <property name="sizePolicy"> 163 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 164 <horstretch>0</horstretch> 165 <verstretch>0</verstretch> 166 </sizepolicy> 167 </property> 168 <property name="whatsThis"> 169 <string>Controls the amount of virtual monitors provided to the virtual machine.</string> 170 </property> 171 </widget> 191 172 </item> 192 173 <item row="4" column="0">
Note:
See TracChangeset
for help on using the changeset viewer.