Changeset 17901 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Mar 15, 2009 10:28:33 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 44460
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui
r17784 r17901 85 85 </widget> 86 86 </item> 87 <item row="0" column="1" >87 <item row="0" column="1" colspan="2" > 88 88 <widget class="QComboBox" name="mCbAdapterType" > 89 89 <property name="whatsThis" > 90 90 <string>Selects the type of the virtual network adapter. Depending on this value, VirtualBox will provide different network hardware to the virtual machine.</string> 91 </property>92 </widget>93 </item>94 <item row="0" column="2" >95 <widget class="QToolButton" name="mTbCable" >96 <property name="whatsThis" >97 <string>Indicates whether the virtual network cable is plugged in on machine startup or not.</string>98 </property>99 <property name="autoRaise" >100 <bool>true</bool>101 91 </property> 102 92 </widget> … … 132 122 </widget> 133 123 </item> 124 <item row="2" column="1" colspan="2" > 125 <widget class="QLabel" name="mLbInfo" > 126 <property name="alignment" > 127 <set>Qt::AlignLeft|Qt::AlignTop</set> 128 </property> 129 <property name="sizePolicy" > 130 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" > 131 <horstretch>0</horstretch> 132 <verstretch>0</verstretch> 133 </sizepolicy> 134 </property> 135 <property name="wordWrap" > 136 <bool>true</bool> 137 </property> 138 </widget> 139 </item> 134 140 </layout> 135 141 </widget> … … 144 150 <width>40</width> 145 151 <height>20</height> 146 </size>147 </property>148 </spacer>149 </item>150 <item row="2" column="1" >151 <spacer>152 <property name="orientation" >153 <enum>Qt::Vertical</enum>154 </property>155 <property name="sizeHint" >156 <size>157 <width>20</width>158 <height>40</height>159 152 </size> 160 153 </property> -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetworkDetails.ui
r17846 r17901 348 348 </widget> 349 349 </item> 350 <item row="12" column="0" colspan="5" > 350 <item row="12" column="2" colspan="3" > 351 <widget class="QCheckBox" name="mCbCable" > 352 <property name="text" > 353 <string>&Cable connected</string> 354 </property> 355 <property name="toolTip" > 356 <string>Indicates whether the virtual network cable is plugged in on machine startup or not.</string> 357 </property> 358 </widget> 359 </item> 360 <item row="13" column="0" colspan="5" > 351 361 <spacer name="verticalSpacer" > 352 362 <property name="orientation" > … … 361 371 </spacer> 362 372 </item> 363 <item row="1 3" column="0" colspan="5" >373 <item row="14" column="0" colspan="5" > 364 374 <widget class="QIDialogButtonBox" name="mButtonBox" > 365 375 <property name="standardButtons" >
Note:
See TracChangeset
for help on using the changeset viewer.