* major layout fixes (size, stacked widget, ...)
[kdenetwork.git] / kget / conf / dlgappearance.ui
blob73e52597c31607568c2e7f75cb1aa56624ec5874
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="leftMargin" >
14     <number>0</number>
15    </property>
16    <property name="topMargin" >
17     <number>0</number>
18    </property>
19    <property name="rightMargin" >
20     <number>0</number>
21    </property>
22    <property name="bottomMargin" >
23     <number>0</number>
24    </property>
25    <item>
26     <widget class="QGroupBox" name="startupGroup" >
27      <property name="title" >
28       <string>Startup</string>
29      </property>
30      <layout class="QVBoxLayout" >
31       <item>
32        <widget class="QCheckBox" name="kcfg_ShowMain" >
33         <property name="text" >
34          <string>Show main window at startup</string>
35         </property>
36        </widget>
37       </item>
38       <item>
39        <widget class="QCheckBox" name="kcfg_ShowSplashscreen" >
40         <property name="text" >
41          <string>Show splashscreen</string>
42         </property>
43        </widget>
44       </item>
45      </layout>
46     </widget>
47    </item>
48    <item>
49     <widget class="QGroupBox" name="dropTargetGroup" >
50      <property name="title" >
51       <string>Drop Target</string>
52      </property>
53      <layout class="QVBoxLayout" >
54       <item>
55        <widget class="QCheckBox" name="kcfg_ShowDropTarget" >
56         <property name="text" >
57          <string>Show drop target</string>
58         </property>
59        </widget>
60       </item>
61       <item>
62        <widget class="QCheckBox" name="kcfg_AnimateDropTarget" >
63         <property name="text" >
64          <string>Enable animations</string>
65         </property>
66        </widget>
67       </item>
68      </layout>
69     </widget>
70    </item>
71    <item>
72     <widget class="QGroupBox" name="groupBox" >
73      <property name="title" >
74       <string>Transfer List</string>
75      </property>
76      <layout class="QGridLayout" >
77       <item row="0" column="0" >
78        <widget class="QCheckBox" name="kcfg_ShowExpandableTransferDetails" >
79         <property name="text" >
80          <string>Expandable transfer details instead of separate tabs</string>
81         </property>
82        </widget>
83       </item>
84      </layout>
85     </widget>
86    </item>
87    <item>
88     <spacer>
89      <property name="orientation" >
90       <enum>Qt::Vertical</enum>
91      </property>
92      <property name="sizeType" >
93       <enum>QSizePolicy::Expanding</enum>
94      </property>
95      <property name="sizeHint" >
96       <size>
97        <width>349</width>
98        <height>70</height>
99       </size>
100      </property>
101     </spacer>
102    </item>
103   </layout>
104  </widget>
105  <layoutdefault spacing="6" margin="11" />
106  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
107  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
108  <resources/>
109  <connections>
110   <connection>
111    <sender>kcfg_ShowDropTarget</sender>
112    <signal>toggled(bool)</signal>
113    <receiver>kcfg_AnimateDropTarget</receiver>
114    <slot>setEnabled(bool)</slot>
115    <hints>
116     <hint type="sourcelabel" >
117      <x>20</x>
118      <y>20</y>
119     </hint>
120     <hint type="destinationlabel" >
121      <x>20</x>
122      <y>20</y>
123     </hint>
124    </hints>
125   </connection>
126  </connections>
127 </ui>