1 | <ui version="4.0" >
|
---|
2 | <comment>
|
---|
3 | VBox frontends: Qt4 GUI ("VirtualBox"):
|
---|
4 |
|
---|
5 | Copyright (C) 2008 Sun Microsystems, Inc.
|
---|
6 |
|
---|
7 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
8 | available from http://www.virtualbox.org. This file is free software;
|
---|
9 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
10 | General Public License (GPL) as published by the Free Software
|
---|
11 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
12 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
13 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
14 |
|
---|
15 | Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
|
---|
16 | Clara, CA 95054 USA or visit http://www.sun.com if you need
|
---|
17 | additional information or have any questions.
|
---|
18 | </comment>
|
---|
19 | <class>VBoxGLSettingsGeneral</class>
|
---|
20 | <widget class="QWidget" name="VBoxGLSettingsGeneral" >
|
---|
21 | <property name="geometry" >
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>400</width>
|
---|
26 | <height>296</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <layout class="QVBoxLayout" >
|
---|
30 | <property name="leftMargin" >
|
---|
31 | <number>0</number>
|
---|
32 | </property>
|
---|
33 | <property name="topMargin" >
|
---|
34 | <number>5</number>
|
---|
35 | </property>
|
---|
36 | <property name="rightMargin" >
|
---|
37 | <number>0</number>
|
---|
38 | </property>
|
---|
39 | <property name="bottomMargin" >
|
---|
40 | <number>5</number>
|
---|
41 | </property>
|
---|
42 | <item>
|
---|
43 | <widget class="QGroupBox" name="mGbDefault" >
|
---|
44 | <property name="title" >
|
---|
45 | <string>Default &Folders</string>
|
---|
46 | </property>
|
---|
47 | <layout class="QGridLayout" >
|
---|
48 | <property name="topMargin" >
|
---|
49 | <number>5</number>
|
---|
50 | </property>
|
---|
51 | <item row="0" column="0" >
|
---|
52 | <widget class="QLabel" name="mLbVdi" >
|
---|
53 | <property name="text" >
|
---|
54 | <string>&VDI files</string>
|
---|
55 | </property>
|
---|
56 | <property name="buddy" >
|
---|
57 | <cstring>mLeVdi</cstring>
|
---|
58 | </property>
|
---|
59 | </widget>
|
---|
60 | </item>
|
---|
61 | <item row="0" column="1" >
|
---|
62 | <widget class="QLineEdit" name="mLeVdi" >
|
---|
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="1" column="0" >
|
---|
69 | <widget class="QLabel" name="mLbMach" >
|
---|
70 | <property name="text" >
|
---|
71 | <string>&Machines</string>
|
---|
72 | </property>
|
---|
73 | <property name="buddy" >
|
---|
74 | <cstring>mLeMach</cstring>
|
---|
75 | </property>
|
---|
76 | </widget>
|
---|
77 | </item>
|
---|
78 | <item row="1" column="1" >
|
---|
79 | <widget class="QLineEdit" name="mLeMach" >
|
---|
80 | <property name="whatsThis" >
|
---|
81 | <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>
|
---|
82 | </property>
|
---|
83 | </widget>
|
---|
84 | </item>
|
---|
85 | <item row="0" column="2" >
|
---|
86 | <widget class="QToolButton" name="mTbVdiSelect" >
|
---|
87 | <property name="whatsThis" >
|
---|
88 | <string>Opens a dialog to select the default VDI folder.</string>
|
---|
89 | </property>
|
---|
90 | <property name="icon" >
|
---|
91 | <iconset resource="../VirtualBox.qrc" >:/select_file_16px.png</iconset>
|
---|
92 | </property>
|
---|
93 | <property name="autoRaise" >
|
---|
94 | <bool>true</bool>
|
---|
95 | </property>
|
---|
96 | </widget>
|
---|
97 | </item>
|
---|
98 | <item row="1" column="2" >
|
---|
99 | <widget class="QToolButton" name="mTbMachSelect" >
|
---|
100 | <property name="whatsThis" >
|
---|
101 | <string>Opens a dialog to select the default virtual machine folder.</string>
|
---|
102 | </property>
|
---|
103 | <property name="icon" >
|
---|
104 | <iconset resource="../VirtualBox.qrc" >:/select_file_16px.png</iconset>
|
---|
105 | </property>
|
---|
106 | <property name="autoRaise" >
|
---|
107 | <bool>true</bool>
|
---|
108 | </property>
|
---|
109 | </widget>
|
---|
110 | </item>
|
---|
111 | <item row="0" column="3" >
|
---|
112 | <widget class="QToolButton" name="mTbVdiReset" >
|
---|
113 | <property name="whatsThis" >
|
---|
114 | <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>
|
---|
115 | </property>
|
---|
116 | <property name="icon" >
|
---|
117 | <iconset resource="../VirtualBox.qrc" >:/eraser_16px.png</iconset>
|
---|
118 | </property>
|
---|
119 | <property name="autoRaise" >
|
---|
120 | <bool>true</bool>
|
---|
121 | </property>
|
---|
122 | </widget>
|
---|
123 | </item>
|
---|
124 | <item row="1" column="3" >
|
---|
125 | <widget class="QToolButton" name="mTbMachReset" >
|
---|
126 | <property name="whatsThis" >
|
---|
127 | <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>
|
---|
128 | </property>
|
---|
129 | <property name="icon" >
|
---|
130 | <iconset resource="../VirtualBox.qrc" >:/eraser_16px.png</iconset>
|
---|
131 | </property>
|
---|
132 | <property name="autoRaise" >
|
---|
133 | <bool>true</bool>
|
---|
134 | </property>
|
---|
135 | </widget>
|
---|
136 | </item>
|
---|
137 | </layout>
|
---|
138 | </widget>
|
---|
139 | </item>
|
---|
140 | <item>
|
---|
141 | <widget class="QGroupBox" name="mGbVRDP" >
|
---|
142 | <property name="title" >
|
---|
143 | <string>V&RDP Authentication Library</string>
|
---|
144 | </property>
|
---|
145 | <layout class="QHBoxLayout" >
|
---|
146 | <property name="topMargin" >
|
---|
147 | <number>5</number>
|
---|
148 | </property>
|
---|
149 | <item>
|
---|
150 | <widget class="QLineEdit" name="mLeVRDP" >
|
---|
151 | <property name="whatsThis" >
|
---|
152 | <string>Displays the path to the library that provides authentication for Remote Display (VRDP) clients.</string>
|
---|
153 | </property>
|
---|
154 | </widget>
|
---|
155 | </item>
|
---|
156 | <item>
|
---|
157 | <widget class="QToolButton" name="mTbVRDPSelect" >
|
---|
158 | <property name="whatsThis" >
|
---|
159 | <string>Opens a dialog to select the VRDP authentication library file.</string>
|
---|
160 | </property>
|
---|
161 | <property name="icon" >
|
---|
162 | <iconset resource="../VirtualBox.qrc" >:/select_file_16px.png</iconset>
|
---|
163 | </property>
|
---|
164 | <property name="autoRaise" >
|
---|
165 | <bool>true</bool>
|
---|
166 | </property>
|
---|
167 | </widget>
|
---|
168 | </item>
|
---|
169 | <item>
|
---|
170 | <widget class="QToolButton" name="mTbVRDPReset" >
|
---|
171 | <property name="whatsThis" >
|
---|
172 | <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>
|
---|
173 | </property>
|
---|
174 | <property name="icon" >
|
---|
175 | <iconset resource="../VirtualBox.qrc" >:/eraser_16px.png</iconset>
|
---|
176 | </property>
|
---|
177 | <property name="autoRaise" >
|
---|
178 | <bool>true</bool>
|
---|
179 | </property>
|
---|
180 | </widget>
|
---|
181 | </item>
|
---|
182 | </layout>
|
---|
183 | </widget>
|
---|
184 | </item>
|
---|
185 | <item>
|
---|
186 | <spacer>
|
---|
187 | <property name="orientation" >
|
---|
188 | <enum>Qt::Vertical</enum>
|
---|
189 | </property>
|
---|
190 | <property name="sizeHint" >
|
---|
191 | <size>
|
---|
192 | <width>20</width>
|
---|
193 | <height>0</height>
|
---|
194 | </size>
|
---|
195 | </property>
|
---|
196 | </spacer>
|
---|
197 | </item>
|
---|
198 | </layout>
|
---|
199 | </widget>
|
---|
200 | <resources>
|
---|
201 | <include location="../VirtualBox.qrc" />
|
---|
202 | </resources>
|
---|
203 | <connections/>
|
---|
204 | </ui>
|
---|