Warning, /network/kdeconnect-kde/plugins/clipboard/clipboard_config.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>ClipboardConfigUi</class>
0004  <widget class="QWidget" name="ClipboardConfigUi">
0005   <property name="windowModality">
0006    <enum>Qt::WindowModal</enum>
0007   </property>
0008   <property name="geometry">
0009    <rect>
0010     <x>0</x>
0011     <y>0</y>
0012     <width>368</width>
0013     <height>241</height>
0014    </rect>
0015   </property>
0016   <property name="windowTitle">
0017    <string>Clipboard plugin</string>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout_1">
0020    <property name="spacing">
0021     <number>20</number>
0022    </property>
0023    <item>
0024     <widget class="QGroupBox" name="groupBox_1">
0025      <property name="sizePolicy">
0026       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0027        <horstretch>0</horstretch>
0028        <verstretch>0</verstretch>
0029       </sizepolicy>
0030      </property>
0031      <property name="title">
0032       <string>Automatic synchronization</string>
0033      </property>
0034      <layout class="QVBoxLayout" name="verticalLayout_2">
0035       <item>
0036        <widget class="QCheckBox" name="check_autoshare">
0037         <property name="text">
0038          <string>Automatically share the clipboard from this device</string>
0039         </property>
0040        </widget>
0041       </item>
0042       <item>
0043        <widget class="QCheckBox" name="check_password">
0044         <property name="text">
0045          <string>Including passwords (as marked by password managers)</string>
0046         </property>
0047        </widget>
0048       </item>
0049      </layout>
0050     </widget>
0051    </item>
0052    <item>
0053     <spacer name="verticalSpacer">
0054      <property name="orientation">
0055       <enum>Qt::Vertical</enum>
0056      </property>
0057      <property name="sizeHint" stdset="0">
0058       <size>
0059        <width>20</width>
0060        <height>40</height>
0061       </size>
0062      </property>
0063     </spacer>
0064    </item>
0065   </layout>
0066  </widget>
0067  <resources/>
0068  <connections/>
0069 </ui>