kde-extraapps/krdc/nx/nxpreferences.ui
2014-12-27 19:00:04 +00:00

533 lines
15 KiB
XML

<ui version="4.0" >
<class>NxPreferences</class>
<widget class="QWidget" name="NxPreferences" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>561</width>
<height>471</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<widget class="QGroupBox" name="connectionGroupBox" >
<property name="title" >
<string>Connection</string>
</property>
<layout class="QFormLayout" name="formLayout" >
<item row="0" column="0" >
<layout class="QVBoxLayout" >
<item>
<widget class="QLabel" name="resolutionLabel" >
<property name="text" >
<string>Desktop &amp;resolution:</string>
</property>
<property name="buddy" >
<cstring>resolutionComboBox</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="resolutionDummyLabel" />
</item>
</layout>
</item>
<item row="0" column="1" >
<layout class="QVBoxLayout" >
<item>
<widget class="KComboBox" name="resolutionComboBox" >
<property name="minimumSize" >
<size>
<width>280</width>
<height>0</height>
</size>
</property>
<property name="whatsThis" >
<string>Here you can specify the resolution of the remote desktop. This resolution determines the size of the desktop that will be presented to you.</string>
</property>
<property name="currentIndex" >
<number>1</number>
</property>
<item>
<property name="text" >
<string>Minimal (640x480)</string>
</property>
</item>
<item>
<property name="text" >
<string>Small (800x600)</string>
</property>
</item>
<item>
<property name="text" >
<string>Normal (1024x768)</string>
</property>
</item>
<item>
<property name="text" >
<string>Large (1280x1024)</string>
</property>
</item>
<item>
<property name="text" >
<string>Very Large (1600x1200)</string>
</property>
</item>
<item>
<property name="text" >
<string>Current Screen Resolution</string>
</property>
</item>
<item>
<property name="text" >
<string>Custom Resolution (...)</string>
</property>
</item>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="widthLabel" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>&amp;Width:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>kcfg_NxWidth</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="kcfg_NxWidth" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="whatsThis" >
<string>This is the width of the remote desktop. You can only change this value manually if you select Custom as desktop resolution above.</string>
</property>
<property name="maximum" >
<number>9999</number>
</property>
<property name="value" >
<number>800</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="heightLabel" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="text" >
<string>H&amp;eight:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy" >
<cstring>kcfg_NxHeight</cstring>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="kcfg_NxHeight" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="whatsThis" >
<string>This is the height of the remote desktop. You can only change this value manually if you select Custom as desktop resolution above.</string>
</property>
<property name="maximum" >
<number>9999</number>
</property>
<property name="value" >
<number>600</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="desktopTypeLabel" >
<property name="text" >
<string>Desktop &amp;type:</string>
</property>
<property name="buddy" >
<cstring>kcfg_NxDesktopType</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="KComboBox" name="kcfg_NxDesktopType" >
<property name="minimumSize" >
<size>
<width>280</width>
<height>0</height>
</size>
</property>
<property name="whatsThis" >
<string>Here you can specify the desktop environment of the remote desktop.</string>
</property>
<item>
<property name="text" >
<string>KDE</string>
</property>
</item>
<item>
<property name="text" >
<string>Gnome</string>
</property>
</item>
<item>
<property name="text" >
<string>CDE</string>
</property>
</item>
<item>
<property name="text" >
<string>XDM</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="layoutLabel" >
<property name="text" >
<string>&amp;Keyboard layout:</string>
</property>
<property name="buddy" >
<cstring>kcfg_NxKeyboardLayout</cstring>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="KComboBox" name="kcfg_NxKeyboardLayout" >
<property name="minimumSize" >
<size>
<width>280</width>
<height>0</height>
</size>
</property>
<property name="whatsThis" >
<string>Use this to specify your keyboard layout. This layout setting is used to send the correct keyboard codes to the server.</string>
</property>
<property name="currentIndex" >
<number>7</number>
</property>
<item>
<property name="text" >
<string>Arabic (ar)</string>
</property>
</item>
<item>
<property name="text" >
<string>Czech (cs)</string>
</property>
</item>
<item>
<property name="text" >
<string>Danish (da)</string>
</property>
</item>
<item>
<property name="text" >
<string>German (de)</string>
</property>
</item>
<item>
<property name="text" >
<string>Swiss German (de-ch)</string>
</property>
</item>
<item>
<property name="text" >
<string>American Dvorak (en-dv)</string>
</property>
</item>
<item>
<property name="text" >
<string>British English (en-gb)</string>
</property>
</item>
<item>
<property name="text" >
<string>US English (en-us)</string>
</property>
</item>
<item>
<property name="text" >
<string>Spanish (es)</string>
</property>
</item>
<item>
<property name="text" >
<string>Estonian (et)</string>
</property>
</item>
<item>
<property name="text" >
<string>Finnish (fi)</string>
</property>
</item>
<item>
<property name="text" >
<string>Faroese (fo)</string>
</property>
</item>
<item>
<property name="text" >
<string>French (fr)</string>
</property>
</item>
<item>
<property name="text" >
<string>Belgian (fr-be)</string>
</property>
</item>
<item>
<property name="text" >
<string>French Canadian (fr-ca)</string>
</property>
</item>
<item>
<property name="text" >
<string>Swiss French (fr-ch)</string>
</property>
</item>
<item>
<property name="text" >
<string>Hebrew (he)</string>
</property>
</item>
<item>
<property name="text" >
<string>Croatian (hr)</string>
</property>
</item>
<item>
<property name="text" >
<string>Hungarian (hu)</string>
</property>
</item>
<item>
<property name="text" >
<string>Icelandic (is)</string>
</property>
</item>
<item>
<property name="text" >
<string>Italian (it)</string>
</property>
</item>
<item>
<property name="text" >
<string>Japanese (ja)</string>
</property>
</item>
<item>
<property name="text" >
<string>Korean (ko)</string>
</property>
</item>
<item>
<property name="text" >
<string>Lithuanian (lt)</string>
</property>
</item>
<item>
<property name="text" >
<string>Latvian (lv)</string>
</property>
</item>
<item>
<property name="text" >
<string>Macedonian (mk)</string>
</property>
</item>
<item>
<property name="text" >
<string>Dutch (nl)</string>
</property>
</item>
<item>
<property name="text" >
<string>Belgian Dutch (nl-be)</string>
</property>
</item>
<item>
<property name="text" >
<string>Norwegian (no)</string>
</property>
</item>
<item>
<property name="text" >
<string>Polish (pl)</string>
</property>
</item>
<item>
<property name="text" >
<string>Portuguese (pt)</string>
</property>
</item>
<item>
<property name="text" >
<string>Brazilian (pt-br)</string>
</property>
</item>
<item>
<property name="text" >
<string>Russian (ru)</string>
</property>
</item>
<item>
<property name="text" >
<string>Slovenian (sl)</string>
</property>
</item>
<item>
<property name="text" >
<string>Swedish (sv)</string>
</property>
</item>
<item>
<property name="text" >
<string>Thai (th)</string>
</property>
</item>
<item>
<property name="text" >
<string>Turkish (tr)</string>
</property>
</item>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="labelPrivateKey" >
<property name="text" >
<string comment="label for soundsettings in preferences dialog" >Private key:</string>
</property>
</widget>
</item>
<item row="3" column="1" >
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QCheckBox" name="checkboxDefaultPrivateKey" >
<property name="whatsThis" >
<string>The authentication on the NX server requires a private key. By default, it is the NoMachine DSA key. Use this box to choose the default key, or configure it by importing from a file or editing directly the textbox. </string>
</property>
<property name="text" >
<string>NoMachine Key</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupboxPrivateKey" >
<property name="title" >
<string>Private Key Management</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="1" >
<widget class="KTextEdit" name="kcfg_NxPrivateKey" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="whatsThis" >
<string>Use this textbox to edit the private key for the authentication on the NX server.</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<layout class="QVBoxLayout" name="verticalLayout_2" >
<item>
<widget class="QLabel" name="label" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Private DSA Key :</string>
</property>
<property name="alignment" >
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonImportPrivateKey" >
<property name="whatsThis" >
<string>Use this button to import the private key from a file.</string>
</property>
<property name="text" >
<string>Import ...</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>428</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
<customwidget>
<class>KTextEdit</class>
<extends>QTextEdit</extends>
<header>ktextedit.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>resolutionComboBox</tabstop>
<tabstop>kcfg_NxWidth</tabstop>
<tabstop>kcfg_NxHeight</tabstop>
<tabstop>kcfg_NxKeyboardLayout</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>