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>VBoxVMSettingsVRDP</class>
|
---|
20 | <widget class="QWidget" name="VBoxVMSettingsVRDP" >
|
---|
21 | <property name="geometry" >
|
---|
22 | <rect>
|
---|
23 | <x>0</x>
|
---|
24 | <y>0</y>
|
---|
25 | <width>365</width>
|
---|
26 | <height>185</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="mGbVRDP" >
|
---|
44 | <property name="whatsThis" >
|
---|
45 | <string>When checked, the VM will act as a Remote Desktop Protocol (RDP) server, allowing remote clients to connect and operate the VM (when it is running) using a standard RDP client.</string>
|
---|
46 | </property>
|
---|
47 | <property name="title" >
|
---|
48 | <string>&Enable VRDP Server</string>
|
---|
49 | </property>
|
---|
50 | <property name="checkable" >
|
---|
51 | <bool>true</bool>
|
---|
52 | </property>
|
---|
53 | <property name="checked" >
|
---|
54 | <bool>false</bool>
|
---|
55 | </property>
|
---|
56 | <layout class="QGridLayout" >
|
---|
57 | <property name="topMargin" >
|
---|
58 | <number>5</number>
|
---|
59 | </property>
|
---|
60 | <item row="0" column="0" >
|
---|
61 | <widget class="QLabel" name="mLbVRDPPort" >
|
---|
62 | <property name="text" >
|
---|
63 | <string>Server &Port</string>
|
---|
64 | </property>
|
---|
65 | <property name="buddy" >
|
---|
66 | <cstring>mLeVRDPPort</cstring>
|
---|
67 | </property>
|
---|
68 | </widget>
|
---|
69 | </item>
|
---|
70 | <item row="0" column="1" >
|
---|
71 | <widget class="QLineEdit" name="mLeVRDPPort" >
|
---|
72 | <property name="whatsThis" >
|
---|
73 | <string>Displays the VRDP Server port number. You may specify <tt>0</tt> (zero) to reset the port to the default value.</string>
|
---|
74 | </property>
|
---|
75 | </widget>
|
---|
76 | </item>
|
---|
77 | <item row="0" column="2" >
|
---|
78 | <spacer>
|
---|
79 | <property name="orientation" >
|
---|
80 | <enum>Qt::Horizontal</enum>
|
---|
81 | </property>
|
---|
82 | <property name="sizeHint" >
|
---|
83 | <size>
|
---|
84 | <width>0</width>
|
---|
85 | <height>20</height>
|
---|
86 | </size>
|
---|
87 | </property>
|
---|
88 | </spacer>
|
---|
89 | </item>
|
---|
90 | <item row="1" column="0" >
|
---|
91 | <widget class="QLabel" name="mLbVRDPMethod" >
|
---|
92 | <property name="text" >
|
---|
93 | <string>Authentication &Method</string>
|
---|
94 | </property>
|
---|
95 | <property name="buddy" >
|
---|
96 | <cstring>mCbVRDPMethod</cstring>
|
---|
97 | </property>
|
---|
98 | </widget>
|
---|
99 | </item>
|
---|
100 | <item row="1" column="1" >
|
---|
101 | <widget class="QComboBox" name="mCbVRDPMethod" >
|
---|
102 | <property name="whatsThis" >
|
---|
103 | <string>Defines the VRDP authentication method.</string>
|
---|
104 | </property>
|
---|
105 | </widget>
|
---|
106 | </item>
|
---|
107 | <item row="1" column="2" >
|
---|
108 | <spacer>
|
---|
109 | <property name="orientation" >
|
---|
110 | <enum>Qt::Horizontal</enum>
|
---|
111 | </property>
|
---|
112 | <property name="sizeHint" >
|
---|
113 | <size>
|
---|
114 | <width>0</width>
|
---|
115 | <height>20</height>
|
---|
116 | </size>
|
---|
117 | </property>
|
---|
118 | </spacer>
|
---|
119 | </item>
|
---|
120 | <item row="2" column="0" >
|
---|
121 | <widget class="QLabel" name="mLbVRDPTimeout" >
|
---|
122 | <property name="text" >
|
---|
123 | <string>Authentication &Timeout</string>
|
---|
124 | </property>
|
---|
125 | <property name="buddy" >
|
---|
126 | <cstring>mLeVRDPTimeout</cstring>
|
---|
127 | </property>
|
---|
128 | </widget>
|
---|
129 | </item>
|
---|
130 | <item row="2" column="1" >
|
---|
131 | <widget class="QLineEdit" name="mLeVRDPTimeout" >
|
---|
132 | <property name="whatsThis" >
|
---|
133 | <string>Specifies the timeout for guest authentication, in milliseconds.</string>
|
---|
134 | </property>
|
---|
135 | </widget>
|
---|
136 | </item>
|
---|
137 | <item row="2" column="2" >
|
---|
138 | <spacer>
|
---|
139 | <property name="orientation" >
|
---|
140 | <enum>Qt::Horizontal</enum>
|
---|
141 | </property>
|
---|
142 | <property name="sizeHint" >
|
---|
143 | <size>
|
---|
144 | <width>0</width>
|
---|
145 | <height>20</height>
|
---|
146 | </size>
|
---|
147 | </property>
|
---|
148 | </spacer>
|
---|
149 | </item>
|
---|
150 | </layout>
|
---|
151 | </widget>
|
---|
152 | </item>
|
---|
153 | <item>
|
---|
154 | <spacer>
|
---|
155 | <property name="orientation" >
|
---|
156 | <enum>Qt::Vertical</enum>
|
---|
157 | </property>
|
---|
158 | <property name="sizeHint" >
|
---|
159 | <size>
|
---|
160 | <width>20</width>
|
---|
161 | <height>0</height>
|
---|
162 | </size>
|
---|
163 | </property>
|
---|
164 | </spacer>
|
---|
165 | </item>
|
---|
166 | </layout>
|
---|
167 | </widget>
|
---|
168 | <resources/>
|
---|
169 | <connections/>
|
---|
170 | </ui>
|
---|