VirtualBox

Ignore:
Timestamp:
Jul 15, 2008 1:36:57 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4:

  • Renamed VBoxPathSelector to VBoxFilePathSelectorWidget
  • Added VBoxFilePathSelectorWidget to the global general settings
Location:
trunk/src/VBox/Frontends/VirtualBox4/ui
Files:
2 edited

Legend:

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

    r10536 r10658  
    2323    <x>0</x>
    2424    <y>0</y>
    25     <width>363</width>
    26     <height>144</height>
     25    <width>377</width>
     26    <height>162</height>
    2727   </rect>
    2828  </property>
     
    4949     </property>
    5050     <property name="buddy" >
    51       <cstring>mLeVdi</cstring>
     51      <cstring>mPsVdi</cstring>
    5252     </property>
    5353    </widget>
    5454   </item>
    5555   <item row="0" column="1" >
    56     <widget class="QLineEdit" name="mLeVdi" >
    57      <property name="sizePolicy" >
    58       <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
    59        <horstretch>0</horstretch>
    60        <verstretch>0</verstretch>
    61       </sizepolicy>
    62      </property>
    63      <property name="whatsThis" >
    64       <string>Displays the path to the default VDI folder. This folder is used, if not explicitly specified otherwise, when adding existing or creating new virtual hard disks.</string>
    65      </property>
    66     </widget>
    67    </item>
    68    <item row="0" column="2" >
    69     <widget class="QToolButton" name="mTbVdiSelect" >
    70      <property name="whatsThis" >
    71       <string>Opens a dialog to select the default VDI folder.</string>
    72      </property>
    73      <property name="icon" >
    74       <iconset resource="../VirtualBox.qrc" >:/select_file_16px.png</iconset>
    75      </property>
    76      <property name="autoRaise" >
    77       <bool>true</bool>
    78      </property>
    79     </widget>
    80    </item>
    81    <item row="0" column="3" >
    82     <widget class="QToolButton" name="mTbVdiReset" >
    83      <property name="whatsThis" >
    84       <string>Resets the VDI folder path to the default value. The actual default path will be displayed after accepting the changes and opening this dialog again.</string>
    85      </property>
    86      <property name="icon" >
    87       <iconset resource="../VirtualBox.qrc" >:/eraser_16px.png</iconset>
    88      </property>
    89      <property name="autoRaise" >
    90       <bool>true</bool>
    91      </property>
    92     </widget>
     56    <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsVdi" />
    9357   </item>
    9458   <item row="1" column="0" >
     
    10165     </property>
    10266     <property name="buddy" >
    103       <cstring>mLeMach</cstring>
     67      <cstring>mPsMach</cstring>
    10468     </property>
    10569    </widget>
    10670   </item>
    10771   <item row="1" column="1" >
    108     <widget class="QLineEdit" name="mLeMach" >
    109      <property name="whatsThis" >
    110       <string>Displays the path to the default virtual machine folder. This folder is used, if not explicitly specified otherwise, when creating new virtual machines.</string>
    111      </property>
    112     </widget>
     72    <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsMach" />
    11373   </item>
    114    <item row="1" column="2" >
    115     <widget class="QToolButton" name="mTbMachSelect" >
    116      <property name="whatsThis" >
    117       <string>Opens a dialog to select the default virtual machine folder.</string>
    118      </property>
    119      <property name="icon" >
    120       <iconset resource="../VirtualBox.qrc" >:/select_file_16px.png</iconset>
    121      </property>
    122      <property name="autoRaise" >
    123       <bool>true</bool>
    124      </property>
    125     </widget>
    126    </item>
    127    <item row="1" column="3" >
    128     <widget class="QToolButton" name="mTbMachReset" >
    129      <property name="whatsThis" >
    130       <string>Resets the virtual machine folder path to the default value. The actual default path will be displayed after accepting the changes and opening this dialog again.</string>
    131      </property>
    132      <property name="icon" >
    133       <iconset resource="../VirtualBox.qrc" >:/eraser_16px.png</iconset>
    134      </property>
    135      <property name="autoRaise" >
    136       <bool>true</bool>
    137      </property>
    138     </widget>
    139    </item>
    140    <item row="2" column="0" colspan="4" >
     74   <item row="2" column="0" colspan="2" >
    14175    <widget class="Line" name="line" >
    14276     <property name="orientation" >
     
    15488     </property>
    15589     <property name="buddy" >
    156       <cstring>mLeVRDP</cstring>
     90      <cstring>mPsVRDP</cstring>
    15791     </property>
    15892    </widget>
    15993   </item>
    16094   <item row="3" column="1" >
    161     <widget class="QLineEdit" name="mLeVRDP" >
    162      <property name="whatsThis" >
    163       <string>Displays the path to the library that provides authentication for Remote Display (VRDP) clients.</string>
    164      </property>
    165     </widget>
    166    </item>
    167    <item row="3" column="2" >
    168     <widget class="QToolButton" name="mTbVRDPSelect" >
    169      <property name="whatsThis" >
    170       <string>Opens a dialog to select the VRDP authentication library file.</string>
    171      </property>
    172      <property name="icon" >
    173       <iconset resource="../VirtualBox.qrc" >:/select_file_16px.png</iconset>
    174      </property>
    175      <property name="autoRaise" >
    176       <bool>true</bool>
    177      </property>
    178     </widget>
    179    </item>
    180    <item row="3" column="3" >
    181     <widget class="QToolButton" name="mTbVRDPReset" >
    182      <property name="whatsThis" >
    183       <string>Resets the authentication library file to the default value. The actual default library file will be displayed after accepting the changes and opening this dialog again.</string>
    184      </property>
    185      <property name="icon" >
    186       <iconset resource="../VirtualBox.qrc" >:/eraser_16px.png</iconset>
    187      </property>
    188      <property name="autoRaise" >
    189       <bool>true</bool>
    190      </property>
    191     </widget>
     95    <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsVRDP" />
    19296   </item>
    19397   <item row="4" column="1" >
     
    206110  </layout>
    207111 </widget>
     112 <customwidgets>
     113  <customwidget>
     114   <class>VBoxFilePathSelectorWidget</class>
     115   <extends>QWidget</extends>
     116   <header>VBoxPathSelector.h</header>
     117   <container>1</container>
     118  </customwidget>
     119 </customwidgets>
    208120 <resources>
    209121  <include location="../VirtualBox.qrc" />
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsGeneral.ui

    r10650 r10658  
    852852       </item>
    853853       <item row="4" column="1" >
    854         <widget class="VBoxPathSelector" native="1" name="mPsSnapshot" />
     854        <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsSnapshot" />
    855855       </item>
    856856       <item row="5" column="1" >
     
    977977  </customwidget>
    978978  <customwidget>
    979    <class>VBoxPathSelector</class>
     979   <class>VBoxFilePathSelectorWidget</class>
    980980   <extends>QWidget</extends>
    981    <header>VBoxPathSelector.h</header>
     981   <header>VBoxFilePathSelectorWidget.h</header>
    982982   <container>1</container>
    983983  </customwidget>
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