VirtualBox

Ignore:
Timestamp:
Feb 24, 2009 9:53:17 AM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Initial version of the converted import appliance wizard.

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">
    56   <rect>
    67    <x>0</x>
    78    <y>0</y>
    8     <width>573</width>
    9     <height>476</height>
     9    <width>459</width>
     10    <height>305</height>
    1011   </rect>
    1112  </property>
    12   <property name="windowTitle" >
    13    <string>Appliance Import Settings</string>
     13  <property name="windowTitle">
     14   <string>Form</string>
    1415  </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">
    3924       <horstretch>0</horstretch>
    4025       <verstretch>0</verstretch>
     
    4328    </widget>
    4429   </item>
    45    <item row="2" column="0" >
    46     <widget class="QWidget" native="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">
    4934       <horstretch>0</horstretch>
    5035       <verstretch>0</verstretch>
    5136      </sizepolicy>
    5237     </property>
    53      <layout class="QVBoxLayout" name="verticalLayout" >
    54       <property name="sizeConstraint" >
     38     <layout class="QVBoxLayout" name="verticalLayout">
     39      <property name="sizeConstraint">
    5540       <enum>QLayout::SetDefaultConstraint</enum>
    5641      </property>
    57       <property name="margin" >
     42      <property name="margin">
    5843       <number>0</number>
    5944      </property>
    6045      <item>
    61        <widget class="QLabel" name="label" >
    62         <property name="text" >
     46       <widget class="QLabel" name="label">
     47        <property name="text">
    6348         <string>Warnings:</string>
    6449        </property>
     
    6651      </item>
    6752      <item>
    68        <widget class="QTextEdit" name="mWarningTextEdit" >
    69         <property name="maximumSize" >
     53       <widget class="QTextEdit" name="mWarningTextEdit">
     54        <property name="maximumSize">
    7055         <size>
    7156          <width>16777215</width>
     
    7358         </size>
    7459        </property>
    75         <property name="autoFormatting" >
     60        <property name="autoFormatting">
    7661         <set>QTextEdit::AutoBulletList</set>
    7762        </property>
    78         <property name="readOnly" >
     63        <property name="readOnly">
    7964         <bool>true</bool>
    8065        </property>
     
    8469    </widget>
    8570   </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>
    9671  </layout>
    9772 </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>
    11173 <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/>
    14675</ui>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette