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>377</width>
|
---|
26 | <height>162</height>
|
---|
27 | </rect>
|
---|
28 | </property>
|
---|
29 | <layout class="QGridLayout" >
|
---|
30 | <property name="leftMargin" >
|
---|
31 | <number>0</number>
|
---|
32 | </property>
|
---|
33 | <property name="topMargin" >
|
---|
34 | <number>0</number>
|
---|
35 | </property>
|
---|
36 | <property name="rightMargin" >
|
---|
37 | <number>0</number>
|
---|
38 | </property>
|
---|
39 | <property name="bottomMargin" >
|
---|
40 | <number>0</number>
|
---|
41 | </property>
|
---|
42 | <item row="0" column="0" >
|
---|
43 | <widget class="QLabel" name="mLbVdi" >
|
---|
44 | <property name="text" >
|
---|
45 | <string>&VDI files path:</string>
|
---|
46 | </property>
|
---|
47 | <property name="alignment" >
|
---|
48 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
49 | </property>
|
---|
50 | <property name="buddy" >
|
---|
51 | <cstring>mPsVdi</cstring>
|
---|
52 | </property>
|
---|
53 | </widget>
|
---|
54 | </item>
|
---|
55 | <item row="0" column="1" >
|
---|
56 | <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsVdi" />
|
---|
57 | </item>
|
---|
58 | <item row="1" column="0" >
|
---|
59 | <widget class="QLabel" name="mLbMach" >
|
---|
60 | <property name="text" >
|
---|
61 | <string>&Machines files path:</string>
|
---|
62 | </property>
|
---|
63 | <property name="alignment" >
|
---|
64 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
65 | </property>
|
---|
66 | <property name="buddy" >
|
---|
67 | <cstring>mPsMach</cstring>
|
---|
68 | </property>
|
---|
69 | </widget>
|
---|
70 | </item>
|
---|
71 | <item row="1" column="1" >
|
---|
72 | <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsMach" />
|
---|
73 | </item>
|
---|
74 | <item row="2" column="0" colspan="2" >
|
---|
75 | <widget class="Line" name="line" >
|
---|
76 | <property name="orientation" >
|
---|
77 | <enum>Qt::Horizontal</enum>
|
---|
78 | </property>
|
---|
79 | </widget>
|
---|
80 | </item>
|
---|
81 | <item row="3" column="0" >
|
---|
82 | <widget class="QLabel" name="label_2" >
|
---|
83 | <property name="text" >
|
---|
84 | <string>V&RDP Authentication Library:</string>
|
---|
85 | </property>
|
---|
86 | <property name="alignment" >
|
---|
87 | <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
---|
88 | </property>
|
---|
89 | <property name="buddy" >
|
---|
90 | <cstring>mPsVRDP</cstring>
|
---|
91 | </property>
|
---|
92 | </widget>
|
---|
93 | </item>
|
---|
94 | <item row="3" column="1" >
|
---|
95 | <widget class="VBoxFilePathSelectorWidget" native="1" name="mPsVRDP" />
|
---|
96 | </item>
|
---|
97 | <item row="4" column="1" >
|
---|
98 | <spacer>
|
---|
99 | <property name="orientation" >
|
---|
100 | <enum>Qt::Vertical</enum>
|
---|
101 | </property>
|
---|
102 | <property name="sizeHint" >
|
---|
103 | <size>
|
---|
104 | <width>20</width>
|
---|
105 | <height>40</height>
|
---|
106 | </size>
|
---|
107 | </property>
|
---|
108 | </spacer>
|
---|
109 | </item>
|
---|
110 | </layout>
|
---|
111 | </widget>
|
---|
112 | <customwidgets>
|
---|
113 | <customwidget>
|
---|
114 | <class>VBoxFilePathSelectorWidget</class>
|
---|
115 | <extends>QWidget</extends>
|
---|
116 | <header>VBoxFilePathSelectorWidget.h</header>
|
---|
117 | <container>1</container>
|
---|
118 | </customwidget>
|
---|
119 | </customwidgets>
|
---|
120 | <resources>
|
---|
121 | <include location="../VirtualBox.qrc" />
|
---|
122 | </resources>
|
---|
123 | <connections/>
|
---|
124 | </ui>
|
---|