Changeset 17049 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui
- Timestamp:
- Feb 24, 2009 9:53:17 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/ui
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxImportApplianceWgt.ui
r16994 r17049 1 <ui version="4.0" > 2 <class>VBoxImportApplianceDlg</class> 3 <widget class="QIDialog" name="VBoxImportApplianceDlg" > 4 <property name="geometry" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>VBoxImportApplianceWgt</class> 4 <widget class="QWidget" name="VBoxImportApplianceWgt"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> 7 8 <y>0</y> 8 <width> 573</width>9 <height> 476</height>9 <width>459</width> 10 <height>305</height> 10 11 </rect> 11 12 </property> 12 <property name="windowTitle" 13 <string> Appliance Import Settings</string>13 <property name="windowTitle"> 14 <string>Form</string> 14 15 </property> 15 <property name="sizeGripEnabled" > 16 <bool>true</bool> 17 </property> 18 <property name="modal" > 19 <bool>true</bool> 20 </property> 21 <layout class="QGridLayout" name="gridLayout" > 22 <item row="0" column="0" > 23 <widget class="QLabel" name="mInfoText" > 24 <property name="text" > 25 <string>These are the Virtual Machines as described in the Appliance. VirtualBox has done some initial mapping of the various values. You can change most of the shown properties by double clicking on the items. To disable some of them use the check box near the values.</string> 26 </property> 27 <property name="alignment" > 28 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 29 </property> 30 <property name="wordWrap" > 31 <bool>true</bool> 32 </property> 33 </widget> 34 </item> 35 <item row="1" column="0" > 36 <widget class="QTreeView" name="mTvSettings" > 37 <property name="sizePolicy" > 38 <sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" > 16 <layout class="QVBoxLayout" name="verticalLayout_2"> 17 <property name="margin"> 18 <number>0</number> 19 </property> 20 <item> 21 <widget class="QTreeView" name="mTvSettings"> 22 <property name="sizePolicy"> 23 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding"> 39 24 <horstretch>0</horstretch> 40 25 <verstretch>0</verstretch> … … 43 28 </widget> 44 29 </item> 45 <item row="2" column="0">46 <widget class="QWidget" na tive="1" name="mWarningWidget">47 <property name="sizePolicy" 48 <sizepolicy vsizetype="Maximum" hsizetype="Preferred">30 <item> 31 <widget class="QWidget" name="mWarningWidget" native="true"> 32 <property name="sizePolicy"> 33 <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> 49 34 <horstretch>0</horstretch> 50 35 <verstretch>0</verstretch> 51 36 </sizepolicy> 52 37 </property> 53 <layout class="QVBoxLayout" name="verticalLayout" 54 <property name="sizeConstraint" 38 <layout class="QVBoxLayout" name="verticalLayout"> 39 <property name="sizeConstraint"> 55 40 <enum>QLayout::SetDefaultConstraint</enum> 56 41 </property> 57 <property name="margin" 42 <property name="margin"> 58 43 <number>0</number> 59 44 </property> 60 45 <item> 61 <widget class="QLabel" name="label" 62 <property name="text" 46 <widget class="QLabel" name="label"> 47 <property name="text"> 63 48 <string>Warnings:</string> 64 49 </property> … … 66 51 </item> 67 52 <item> 68 <widget class="QTextEdit" name="mWarningTextEdit" 69 <property name="maximumSize" 53 <widget class="QTextEdit" name="mWarningTextEdit"> 54 <property name="maximumSize"> 70 55 <size> 71 56 <width>16777215</width> … … 73 58 </size> 74 59 </property> 75 <property name="autoFormatting" 60 <property name="autoFormatting"> 76 61 <set>QTextEdit::AutoBulletList</set> 77 62 </property> 78 <property name="readOnly" 63 <property name="readOnly"> 79 64 <bool>true</bool> 80 65 </property> … … 84 69 </widget> 85 70 </item> 86 <item row="3" column="0" >87 <widget class="QIDialogButtonBox" name="mButtonBox" >88 <property name="orientation" >89 <enum>Qt::Horizontal</enum>90 </property>91 <property name="standardButtons" >92 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>93 </property>94 </widget>95 </item>96 71 </layout> 97 72 </widget> 98 <customwidgets>99 <customwidget>100 <class>QIDialog</class>101 <extends>QDialog</extends>102 <header>QIDialog.h</header>103 <container>1</container>104 </customwidget>105 <customwidget>106 <class>QIDialogButtonBox</class>107 <extends>QDialogButtonBox</extends>108 <header>QIDialogButtonBox.h</header>109 </customwidget>110 </customwidgets>111 73 <resources/> 112 <connections> 113 <connection> 114 <sender>mButtonBox</sender> 115 <signal>accepted()</signal> 116 <receiver>VBoxImportApplianceDlg</receiver> 117 <slot>accept()</slot> 118 <hints> 119 <hint type="sourcelabel" > 120 <x>248</x> 121 <y>254</y> 122 </hint> 123 <hint type="destinationlabel" > 124 <x>157</x> 125 <y>274</y> 126 </hint> 127 </hints> 128 </connection> 129 <connection> 130 <sender>mButtonBox</sender> 131 <signal>rejected()</signal> 132 <receiver>VBoxImportApplianceDlg</receiver> 133 <slot>reject()</slot> 134 <hints> 135 <hint type="sourcelabel" > 136 <x>316</x> 137 <y>260</y> 138 </hint> 139 <hint type="destinationlabel" > 140 <x>286</x> 141 <y>274</y> 142 </hint> 143 </hints> 144 </connection> 145 </connections> 74 <connections/> 146 75 </ui>
Note:
See TracChangeset
for help on using the changeset viewer.