Changeset 10658 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui
- Timestamp:
- Jul 15, 2008 1:36:57 PM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsGeneral.ui
r10536 r10658 23 23 <x>0</x> 24 24 <y>0</y> 25 <width>3 63</width>26 <height>1 44</height>25 <width>377</width> 26 <height>162</height> 27 27 </rect> 28 28 </property> … … 49 49 </property> 50 50 <property name="buddy" > 51 <cstring>m LeVdi</cstring>51 <cstring>mPsVdi</cstring> 52 52 </property> 53 53 </widget> 54 54 </item> 55 55 <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" /> 93 57 </item> 94 58 <item row="1" column="0" > … … 101 65 </property> 102 66 <property name="buddy" > 103 <cstring>m LeMach</cstring>67 <cstring>mPsMach</cstring> 104 68 </property> 105 69 </widget> 106 70 </item> 107 71 <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" /> 113 73 </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" > 141 75 <widget class="Line" name="line" > 142 76 <property name="orientation" > … … 154 88 </property> 155 89 <property name="buddy" > 156 <cstring>m LeVRDP</cstring>90 <cstring>mPsVRDP</cstring> 157 91 </property> 158 92 </widget> 159 93 </item> 160 94 <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" /> 192 96 </item> 193 97 <item row="4" column="1" > … … 206 110 </layout> 207 111 </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> 208 120 <resources> 209 121 <include location="../VirtualBox.qrc" /> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsGeneral.ui
r10650 r10658 852 852 </item> 853 853 <item row="4" column="1" > 854 <widget class="VBox PathSelector" native="1" name="mPsSnapshot" />854 <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsSnapshot" /> 855 855 </item> 856 856 <item row="5" column="1" > … … 977 977 </customwidget> 978 978 <customwidget> 979 <class>VBox PathSelector</class>979 <class>VBoxFilePathSelectorWidget</class> 980 980 <extends>QWidget</extends> 981 <header>VBox PathSelector.h</header>981 <header>VBoxFilePathSelectorWidget.h</header> 982 982 <container>1</container> 983 983 </customwidget>
Note:
See TracChangeset
for help on using the changeset viewer.