Warning, /network/krdc/vnc/vncpreferences.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>VncPreferences</class>
0004  <widget class="QWidget" name="VncPreferences">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>440</width>
0010     <height>396</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QGroupBox" name="vncGroupBox">
0016      <property name="title">
0017       <string>Connection</string>
0018      </property>
0019      <layout class="QFormLayout" name="formLayout">
0020       <item row="0" column="0">
0021        <widget class="QLabel" name="connectionLabel">
0022         <property name="text">
0023          <string>Connection &amp;type:</string>
0024         </property>
0025         <property name="buddy">
0026          <cstring>kcfg_Quality</cstring>
0027         </property>
0028        </widget>
0029       </item>
0030       <item row="0" column="1">
0031        <widget class="KComboBox" name="kcfg_Quality">
0032         <property name="minimumSize">
0033          <size>
0034           <width>280</width>
0035           <height>0</height>
0036          </size>
0037         </property>
0038         <property name="whatsThis">
0039          <string>Use this to specify the performance of your connection. Note that you should select the speed of the weakest link - even if you have a high speed connection, it will not help you if the remote computer uses a slow modem. Choosing a level of quality that is too high on a slow link will cause slower response times. Choosing a lower quality will increase latencies in high speed connections and results in lower image quality, especially in 'Low Quality' mode.</string>
0040         </property>
0041         <item>
0042          <property name="text">
0043           <string>High Quality (LAN, direct connection)</string>
0044          </property>
0045         </item>
0046         <item>
0047          <property name="text">
0048           <string>Medium Quality (DSL, Cable, fast Internet)</string>
0049          </property>
0050         </item>
0051         <item>
0052          <property name="text">
0053           <string>Low Quality (Modem, ISDN, slow Internet)</string>
0054          </property>
0055         </item>
0056        </widget>
0057       </item>
0058       <item row="2" column="0">
0059        <layout class="QVBoxLayout">
0060         <item>
0061          <widget class="QCheckBox" name="kcfg_Scaling">
0062           <property name="text">
0063            <string>Scale to Size:</string>
0064           </property>
0065          </widget>
0066         </item>
0067         <item>
0068          <widget class="QLabel" name="resolutionDummyLabel"/>
0069         </item>
0070        </layout>
0071       </item>
0072       <item row="2" column="1">
0073        <layout class="QVBoxLayout">
0074         <item>
0075          <widget class="KComboBox" name="resolutionComboBox">
0076           <property name="enabled">
0077            <bool>false</bool>
0078           </property>
0079           <property name="minimumSize">
0080            <size>
0081             <width>280</width>
0082             <height>0</height>
0083            </size>
0084           </property>
0085           <property name="whatsThis">
0086            <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>
0087           </property>
0088           <property name="currentIndex">
0089            <number>1</number>
0090           </property>
0091           <item>
0092            <property name="text">
0093             <string>Minimal (640x480)</string>
0094            </property>
0095           </item>
0096           <item>
0097            <property name="text">
0098             <string>Small (800x600)</string>
0099            </property>
0100           </item>
0101           <item>
0102            <property name="text">
0103             <string>Normal (1024x768)</string>
0104            </property>
0105           </item>
0106           <item>
0107            <property name="text">
0108             <string>Large (1280x1024)</string>
0109            </property>
0110           </item>
0111           <item>
0112            <property name="text">
0113             <string>Very Large (1600x1200)</string>
0114            </property>
0115           </item>
0116           <item>
0117            <property name="text">
0118             <string>Current Screen Resolution</string>
0119            </property>
0120           </item>
0121           <item>
0122            <property name="text">
0123             <string>Custom Resolution (...)</string>
0124            </property>
0125           </item>
0126          </widget>
0127         </item>
0128         <item>
0129          <layout class="QHBoxLayout">
0130           <item>
0131            <widget class="QLabel" name="widthLabel">
0132             <property name="enabled">
0133              <bool>false</bool>
0134             </property>
0135             <property name="text">
0136              <string>&amp;Width:</string>
0137             </property>
0138             <property name="alignment">
0139              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0140             </property>
0141             <property name="buddy">
0142              <cstring>kcfg_ScalingWidth</cstring>
0143             </property>
0144            </widget>
0145           </item>
0146           <item>
0147            <widget class="QSpinBox" name="kcfg_ScalingWidth">
0148             <property name="enabled">
0149              <bool>false</bool>
0150             </property>
0151             <property name="whatsThis">
0152              <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>
0153             </property>
0154             <property name="maximum">
0155              <number>9999</number>
0156             </property>
0157             <property name="value">
0158              <number>800</number>
0159             </property>
0160            </widget>
0161           </item>
0162           <item>
0163            <widget class="QLabel" name="heightLabel">
0164             <property name="enabled">
0165              <bool>false</bool>
0166             </property>
0167             <property name="text">
0168              <string>H&amp;eight:</string>
0169             </property>
0170             <property name="alignment">
0171              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0172             </property>
0173             <property name="buddy">
0174              <cstring>kcfg_ScalingHeight</cstring>
0175             </property>
0176            </widget>
0177           </item>
0178           <item>
0179            <widget class="QSpinBox" name="kcfg_ScalingHeight">
0180             <property name="enabled">
0181              <bool>false</bool>
0182             </property>
0183             <property name="whatsThis">
0184              <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>
0185             </property>
0186             <property name="maximum">
0187              <number>9999</number>
0188             </property>
0189             <property name="value">
0190              <number>600</number>
0191             </property>
0192            </widget>
0193           </item>
0194          </layout>
0195         </item>
0196        </layout>
0197       </item>
0198      </layout>
0199     </widget>
0200    </item>
0201    <item>
0202     <widget class="QCheckBox" name="use_ssh_tunnel">
0203      <property name="text">
0204       <string>Connect via SSH tunnel</string>
0205      </property>
0206     </widget>
0207    </item>
0208    <item>
0209     <widget class="QGroupBox" name="ssh_groupBox">
0210      <property name="title">
0211       <string>SSH tunnel options</string>
0212      </property>
0213      <layout class="QFormLayout" name="formLayout_2">
0214       <item row="0" column="0">
0215        <widget class="QCheckBox" name="use_loopback">
0216         <property name="text">
0217          <string>Tunnel via loopback address</string>
0218         </property>
0219        </widget>
0220       </item>
0221       <item row="1" column="0">
0222        <widget class="QLabel" name="label">
0223         <property name="text">
0224          <string>Port:</string>
0225         </property>
0226         <property name="buddy">
0227          <cstring>ssh_tunnel_port</cstring>
0228         </property>
0229        </widget>
0230       </item>
0231       <item row="1" column="1">
0232        <widget class="QSpinBox" name="ssh_tunnel_port">
0233         <property name="minimum">
0234          <number>1</number>
0235         </property>
0236         <property name="maximum">
0237          <number>65535</number>
0238         </property>
0239        </widget>
0240       </item>
0241       <item row="3" column="0">
0242        <widget class="QLabel" name="label_2">
0243         <property name="text">
0244          <string>User name:</string>
0245         </property>
0246        </widget>
0247       </item>
0248       <item row="3" column="1">
0249        <widget class="QLineEdit" name="ssh_tunnel_user_name"/>
0250       </item>
0251      </layout>
0252     </widget>
0253    </item>
0254    <item>
0255     <widget class="QCheckBox" name="dont_copy_passwords">
0256      <property name="text">
0257       <string>Don't copy passwords from supported password managers to remote hosts</string>
0258      </property>
0259      <property name="toolTip">
0260       <string>Supported password managers (like KeePassXC) mark copied passwords with an additional MIME type "x-kde-passwordManagerHint" which is used for filtering.</string>
0261      </property>
0262     </widget>
0263    </item>
0264    <item>
0265     <spacer name="verticalSpacer">
0266      <property name="orientation">
0267       <enum>Qt::Vertical</enum>
0268      </property>
0269      <property name="sizeHint" stdset="0">
0270       <size>
0271        <width>428</width>
0272        <height>16</height>
0273       </size>
0274      </property>
0275     </spacer>
0276    </item>
0277   </layout>
0278  </widget>
0279  <customwidgets>
0280   <customwidget>
0281    <class>KComboBox</class>
0282    <extends>QComboBox</extends>
0283    <header>kcombobox.h</header>
0284   </customwidget>
0285  </customwidgets>
0286  <resources/>
0287  <connections/>
0288 </ui>