VirtualBox

Ignore:
Timestamp:
Aug 7, 2008 9:24:58 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: File/Folder path selector reworked. Global/VM Settings updated with new changes.

Location:
trunk/src/VBox/Frontends/VirtualBox4/ui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsGeneral.ui

    r10772 r11229  
    2323    <x>0</x>
    2424    <y>0</y>
    25     <width>377</width>
    26     <height>162</height>
     25    <width>390</width>
     26    <height>172</height>
    2727   </rect>
    2828  </property>
     
    5454   </item>
    5555   <item row="0" column="1" >
    56     <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsVdi" />
     56    <widget class="VBoxFilePathSelectorWidget" name="mPsVdi" >
     57     <property name="sizePolicy" >
     58      <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
     59       <horstretch>0</horstretch>
     60       <verstretch>0</verstretch>
     61      </sizepolicy>
     62     </property>
     63    </widget>
    5764   </item>
    5865   <item row="1" column="0" >
     
    7077   </item>
    7178   <item row="1" column="1" >
    72     <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsMach" />
     79    <widget class="VBoxFilePathSelectorWidget" name="mPsMach" >
     80     <property name="sizePolicy" >
     81      <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
     82       <horstretch>0</horstretch>
     83       <verstretch>0</verstretch>
     84      </sizepolicy>
     85     </property>
     86    </widget>
    7387   </item>
    7488   <item row="2" column="0" colspan="2" >
    75     <widget class="Line" name="line" >
     89    <widget class="Line" name="mLnSeparator" >
    7690     <property name="orientation" >
    7791      <enum>Qt::Horizontal</enum>
     
    8094   </item>
    8195   <item row="3" column="0" >
    82     <widget class="QLabel" name="label_2" >
     96    <widget class="QLabel" name="mLbVRDP" >
    8397     <property name="text" >
    8498      <string>V&amp;RDP Authentication Library:</string>
     
    93107   </item>
    94108   <item row="3" column="1" >
    95     <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsVRDP" />
     109    <widget class="VBoxFilePathSelectorWidget" name="mPsVRDP" >
     110     <property name="sizePolicy" >
     111      <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
     112       <horstretch>0</horstretch>
     113       <verstretch>0</verstretch>
     114      </sizepolicy>
     115     </property>
     116    </widget>
    96117   </item>
    97    <item row="4" column="1" >
     118   <item row="4" column="0" colspan="2" >
    98119    <spacer>
    99120     <property name="orientation" >
     
    102123     <property name="sizeHint" >
    103124      <size>
    104        <width>20</width>
    105        <height>40</height>
     125       <width>0</width>
     126       <height>0</height>
    106127      </size>
    107128     </property>
     
    113134  <customwidget>
    114135   <class>VBoxFilePathSelectorWidget</class>
    115    <extends>QWidget</extends>
     136   <extends>QComboBox</extends>
    116137   <header>VBoxFilePathSelectorWidget.h</header>
    117138   <container>1</container>
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsGeneral.ui

    r10971 r11229  
    2424    <y>0</y>
    2525    <width>451</width>
    26     <height>477</height>
     26    <height>497</height>
    2727   </rect>
    2828  </property>
     
    843843       </item>
    844844       <item row="4" column="1" >
    845         <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsSnapshot" />
     845        <widget class="VBoxFilePathSelectorWidget" name="mPsSnapshot" >
     846         <property name="sizePolicy" >
     847          <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
     848           <horstretch>0</horstretch>
     849           <verstretch>0</verstretch>
     850          </sizepolicy>
     851         </property>
     852        </widget>
    846853       </item>
    847854       <item row="5" column="1" >
     
    958965 <customwidgets>
    959966  <customwidget>
     967   <class>VBoxFilePathSelectorWidget</class>
     968   <extends>QComboBox</extends>
     969   <header>VBoxFilePathSelectorWidget.h</header>
     970   <container>1</container>
     971  </customwidget>
     972  <customwidget>
    960973   <class>BootItemsTable</class>
    961974   <extends>QTreeWidget</extends>
     
    967980   <header>QILabelSeparator.h</header>
    968981  </customwidget>
    969   <customwidget>
    970    <class>VBoxFilePathSelectorWidget</class>
    971    <extends>QWidget</extends>
    972    <header>VBoxFilePathSelectorWidget.h</header>
    973    <container>1</container>
    974   </customwidget>
    975982 </customwidgets>
    976983 <resources/>
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsSFDetails.ui

    r10742 r11229  
    2424    <y>0</y>
    2525    <width>218</width>
    26     <height>181</height>
     26    <height>196</height>
    2727   </rect>
    2828  </property>
     
    4242   </item>
    4343   <item row="0" column="1" >
    44     <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsPath" >
    45      <property name="toolTip" >
    46       <string>Displays the path to an existing folder on the host PC.</string>
    47      </property>
    48     </widget>
     44    <widget class="VBoxFilePathSelectorWidget" name="mPsPath" />
    4945   </item>
    5046   <item row="1" column="0" >
     
    106102 <customwidgets>
    107103  <customwidget>
     104   <class>VBoxFilePathSelectorWidget</class>
     105   <extends>QComboBox</extends>
     106   <header>VBoxFilePathSelectorWidget.h</header>
     107   <container>1</container>
     108  </customwidget>
     109  <customwidget>
    108110   <class>QIDialogButtonBox</class>
    109111   <extends>QDialogButtonBox</extends>
    110112   <header>QIDialogButtonBox.h</header>
    111   </customwidget>
    112   <customwidget>
    113    <class>VBoxFilePathSelectorWidget</class>
    114    <extends>QWidget</extends>
    115    <header>VBoxFilePathSelectorWidget.h</header>
    116    <container>1</container>
    117113  </customwidget>
    118114 </customwidgets>
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