VBoxImportApplianceDlg.ui revision 94eb4c40aabf9f75b9b827c9069a789015f33b81
<ui version="4.0" >
<class>VBoxImportApplianceDlg</class>
<widget class="QIDialog" name="VBoxImportApplianceDlg" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>627</width>
<height>401</height>
</rect>
</property>
<property name="windowTitle" >
<string>Appliance Import Settings</string>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<property name="modal" >
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0" >
<widget class="QTreeView" name="mTvSettings" >
<property name="sizePolicy" >
<sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QWidget" native="1" name="mWarningWidget" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<property name="sizeConstraint" >
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>Warnings:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="mWarningTextEdit" >
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>107</height>
</size>
</property>
<property name="autoFormatting" >
<set>QTextEdit::AutoBulletList</set>
</property>
<property name="readOnly" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0" >
<widget class="QIDialogButtonBox" name="mButtonBox" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QIDialog</class>
<extends>QDialog</extends>
<header>QIDialog.h</header>
</customwidget>
<customwidget>
<class>QIDialogButtonBox</class>
<extends>QDialogButtonBox</extends>
<header>QIDialogButtonBox.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>mButtonBox</sender>
<signal>accepted()</signal>
<receiver>VBoxImportApplianceDlg</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel" >
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>mButtonBox</sender>
<signal>rejected()</signal>
<receiver>VBoxImportApplianceDlg</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel" >
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>