Disable clipboardsharing in view only mode.
[kdenetwork.git] / kget / conf / dlgappearance.ui
bloba4522ef61c5092539c95c13654466bff3d6d7701
1 <ui version="4.0" >
2  <class>DlgAppearance</class>
3  <widget class="QWidget" name="DlgAppearance" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>508</width>
9     <height>381</height>
10    </rect>
11   </property>
12   <layout class="QVBoxLayout" >
13    <property name="margin" >
14     <number>0</number>
15    </property>
16    <item>
17     <widget class="QGroupBox" name="startupGroup" >
18      <property name="title" >
19       <string>Startup</string>
20      </property>
21      <layout class="QVBoxLayout" >
22       <item>
23        <widget class="QCheckBox" name="kcfg_ShowSplashscreen" >
24         <property name="text" >
25          <string>Show splashscreen</string>
26         </property>
27        </widget>
28       </item>
29      </layout>
30     </widget>
31    </item>
32    <item>
33     <widget class="QGroupBox" name="dropTargetGroup" >
34      <property name="title" >
35       <string>Drop Target</string>
36      </property>
37      <layout class="QVBoxLayout" >
38       <item>
39        <widget class="QCheckBox" name="kcfg_ShowDropTarget" >
40         <property name="text" >
41          <string>Show drop target</string>
42         </property>
43        </widget>
44       </item>
45       <item>
46        <widget class="QCheckBox" name="kcfg_AnimateDropTarget" >
47         <property name="text" >
48          <string>Enable animations</string>
49         </property>
50        </widget>
51       </item>
52      </layout>
53     </widget>
54    </item>
55    <item>
56     <widget class="QGroupBox" name="groupBox" >
57      <property name="title" >
58       <string>Transfer List</string>
59      </property>
60      <layout class="QGridLayout" >
61       <item row="0" column="0" >
62        <widget class="QCheckBox" name="kcfg_ShowExpandableTransferDetails" >
63         <property name="text" >
64          <string>Expandable transfer details instead of separate tabs</string>
65         </property>
66        </widget>
67       </item>
68      </layout>
69     </widget>
70    </item>
71    <item>
72     <spacer>
73      <property name="orientation" >
74       <enum>Qt::Vertical</enum>
75      </property>
76      <property name="sizeType" >
77       <enum>QSizePolicy::Expanding</enum>
78      </property>
79      <property name="sizeHint" stdset="0" >
80       <size>
81        <width>349</width>
82        <height>70</height>
83       </size>
84      </property>
85     </spacer>
86    </item>
87   </layout>
88  </widget>
89  <layoutdefault spacing="6" margin="11" />
90  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
91  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
92  <resources/>
93  <connections>
94   <connection>
95    <sender>kcfg_ShowDropTarget</sender>
96    <signal>toggled(bool)</signal>
97    <receiver>kcfg_AnimateDropTarget</receiver>
98    <slot>setEnabled(bool)</slot>
99    <hints>
100     <hint type="sourcelabel" >
101      <x>20</x>
102      <y>20</y>
103     </hint>
104     <hint type="destinationlabel" >
105      <x>20</x>
106      <y>20</y>
107     </hint>
108    </hints>
109   </connection>
110  </connections>
111 </ui>