Changeset 10688 in vbox
- Timestamp:
- Jul 16, 2008 9:40:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsVRDP.ui
r10167 r10688 23 23 <x>0</x> 24 24 <y>0</y> 25 <width> 365</width>26 <height>1 85</height>25 <width>277</width> 26 <height>151</height> 27 27 </rect> 28 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" > 29 <layout class="QGridLayout" > 30 <item row="0" column="0" colspan="2" > 31 <widget class="QCheckBox" name="mGbVRDP" > 44 32 <property name="whatsThis" > 45 33 <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 34 </property> 47 <property name="t itle" >35 <property name="text" > 48 36 <string>&Enable VRDP Server</string> 49 37 </property> 50 <property name="check able" >38 <property name="checked" > 51 39 <bool>true</bool> 52 40 </property> 53 <property name="checked" > 54 <bool>false</bool> 41 </widget> 42 </item> 43 <item row="1" column="0" > 44 <spacer> 45 <property name="orientation" > 46 <enum>Qt::Horizontal</enum> 55 47 </property> 48 <property name="sizeType" > 49 <enum>QSizePolicy::Fixed</enum> 50 </property> 51 <property name="sizeHint" > 52 <size> 53 <width>20</width> 54 <height>20</height> 55 </size> 56 </property> 57 </spacer> 58 </item> 59 <item row="1" column="1" > 60 <widget class="QWidget" native="1" name="mVRDPChild" > 56 61 <layout class="QGridLayout" > 62 <property name="leftMargin" > 63 <number>0</number> 64 </property> 57 65 <property name="topMargin" > 58 <number>5</number> 66 <number>0</number> 67 </property> 68 <property name="rightMargin" > 69 <number>0</number> 70 </property> 71 <property name="bottomMargin" > 72 <number>0</number> 59 73 </property> 60 74 <item row="0" column="0" > 61 75 <widget class="QLabel" name="mLbVRDPPort" > 62 76 <property name="text" > 63 <string>Server &Port</string> 77 <string>Server &Port:</string> 78 </property> 79 <property name="alignment" > 80 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 64 81 </property> 65 82 <property name="buddy" > … … 70 87 <item row="0" column="1" > 71 88 <widget class="QLineEdit" name="mLeVRDPPort" > 89 <property name="sizePolicy" > 90 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > 91 <horstretch>0</horstretch> 92 <verstretch>0</verstretch> 93 </sizepolicy> 94 </property> 72 95 <property name="whatsThis" > 73 96 <string>Displays the VRDP Server port number. You may specify <tt>0</tt> (zero) to reset the port to the default value.</string> … … 75 98 </widget> 76 99 </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 100 <item row="1" column="0" > 91 101 <widget class="QLabel" name="mLbVRDPMethod" > 92 102 <property name="text" > 93 <string>Authentication &Method</string> 103 <string>Authentication &Method:</string> 104 </property> 105 <property name="alignment" > 106 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 94 107 </property> 95 108 <property name="buddy" > … … 105 118 </widget> 106 119 </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 120 <item row="2" column="0" > 121 121 <widget class="QLabel" name="mLbVRDPTimeout" > 122 122 <property name="text" > 123 <string>Authentication &Timeout</string> 123 <string>Authentication &Timeout:</string> 124 </property> 125 <property name="alignment" > 126 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 124 127 </property> 125 128 <property name="buddy" > … … 130 133 <item row="2" column="1" > 131 134 <widget class="QLineEdit" name="mLeVRDPTimeout" > 135 <property name="sizePolicy" > 136 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" > 137 <horstretch>0</horstretch> 138 <verstretch>0</verstretch> 139 </sizepolicy> 140 </property> 132 141 <property name="whatsThis" > 133 142 <string>Specifies the timeout for guest authentication, in milliseconds.</string> … … 135 144 </widget> 136 145 </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 146 </layout> 151 147 </widget> 152 148 </item> 153 <item> 149 <item row="1" column="2" > 150 <spacer> 151 <property name="orientation" > 152 <enum>Qt::Horizontal</enum> 153 </property> 154 <property name="sizeHint" > 155 <size> 156 <width>40</width> 157 <height>20</height> 158 </size> 159 </property> 160 </spacer> 161 </item> 162 <item row="2" column="1" > 154 163 <spacer> 155 164 <property name="orientation" > … … 159 168 <size> 160 169 <width>20</width> 161 <height> 0</height>170 <height>40</height> 162 171 </size> 163 172 </property> … … 167 176 </widget> 168 177 <resources/> 169 <connections/> 178 <connections> 179 <connection> 180 <sender>mGbVRDP</sender> 181 <signal>toggled(bool)</signal> 182 <receiver>mVRDPChild</receiver> 183 <slot>setEnabled(bool)</slot> 184 <hints> 185 <hint type="sourcelabel" > 186 <x>80</x> 187 <y>20</y> 188 </hint> 189 <hint type="destinationlabel" > 190 <x>159</x> 191 <y>88</y> 192 </hint> 193 </hints> 194 </connection> 195 </connections> 170 196 </ui>
Note:
See TracChangeset
for help on using the changeset viewer.