Assign buddies for password and port input

svn path=/trunk/kdenetwork/krfb/; revision=167456
This commit is contained in:
Tim Jansen
2002-07-19 00:05:23 +00:00
parent ce6a610f2a
commit 02e33233ee

View File

@@ -208,7 +208,10 @@
</sizepolicy>
</property>
<property name="text">
<string>Password:</string>
<string>&amp;Password:</string>
</property>
<property name="buddy" stdset="0">
<cstring>passwordInput</cstring>
</property>
</widget>
<widget class="QLineEdit">
@@ -239,6 +242,12 @@
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</vbox>
</widget>
@@ -281,7 +290,7 @@
<cstring>autoPortCB</cstring>
</property>
<property name="text">
<string>Assign &amp;port automatically</string>
<string>A&amp;ssign port automatically</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -318,7 +327,10 @@
<cstring>TextLabel1_2</cstring>
</property>
<property name="text">
<string>Port:</string>
<string>&amp;Port:</string>
</property>
<property name="buddy" stdset="0">
<cstring>portInput</cstring>
</property>
</widget>
<widget class="KIntNumInput">
@@ -356,6 +368,12 @@ Most VNC clients use a display number instead of the actual port. This display n
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</vbox>
</widget>