FloatingToolBar inherits now from QToolBar instead of QWidget:
[kdenetwork.git] / kget / conf / dlgadvanced.ui
blob7ea21534d48a473ee526694be542df25bde1866d
1 <ui version="4.0" >
2  <class>DlgAdvanced</class>
3  <widget class="QWidget" name="DlgAdvanced" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>405</width>
9     <height>425</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="QCheckBox" name="kcfg_ExpertMode" >
27      <property name="text" >
28       <string>Disable confirmation dialogs (less verbosity)</string>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <widget class="QCheckBox" name="kcfg_EnableSystemTray" >
34      <property name="text" >
35       <string>Enable system tray icon</string>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <widget class="QCheckBox" name="kcfg_QuitAfterCompletedTransfer" >
41      <property name="text" >
42       <string>Quit when all downloads have been finished</string>
43      </property>
44     </widget>
45    </item>
46    <item>
47     <widget class="QGroupBox" name="groupBox4" >
48      <property name="title" >
49       <string>Integration</string>
50      </property>
51      <layout class="QVBoxLayout" >
52       <item>
53        <widget class="QCheckBox" name="kcfg_KonquerorIntegration" >
54         <property name="text" >
55          <string>Use as download manager for Konqueror</string>
56         </property>
57        </widget>
58       </item>
59       <item>
60        <widget class="QCheckBox" name="kcfg_AutoPaste" >
61         <property name="text" >
62          <string>Monitor clipboard for files to download</string>
63         </property>
64        </widget>
65       </item>
66      </layout>
67     </widget>
68    </item>
69    <item>
70     <widget class="QGroupBox" name="kcfg_EnableKUIServerIntegration" >
71      <property name="minimumSize" >
72       <size>
73        <width>0</width>
74        <height>41</height>
75       </size>
76      </property>
77      <property name="title" >
78       <string>Enable KDE global progress tracking</string>
79      </property>
80      <property name="checkable" >
81       <bool>true</bool>
82      </property>
83      <property name="checked" >
84       <bool>false</bool>
85      </property>
86      <layout class="QVBoxLayout" >
87       <item>
88        <widget class="QRadioButton" name="kcfg_ExportSingleTransfer" >
89         <property name="text" >
90          <string>Show every single download </string>
91         </property>
92        </widget>
93       </item>
94       <item>
95        <widget class="QRadioButton" name="kcfg_ExportGlobalJob" >
96         <property name="text" >
97          <string>Show overall progress</string>
98         </property>
99        </widget>
100       </item>
101      </layout>
102     </widget>
103    </item>
104    <item>
105     <spacer>
106      <property name="orientation" >
107       <enum>Qt::Vertical</enum>
108      </property>
109      <property name="sizeType" >
110       <enum>QSizePolicy::Expanding</enum>
111      </property>
112      <property name="sizeHint" >
113       <size>
114        <width>200</width>
115        <height>20</height>
116       </size>
117      </property>
118     </spacer>
119    </item>
120   </layout>
121  </widget>
122  <layoutdefault spacing="6" margin="11" />
123  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
124  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
125  <resources/>
126  <connections/>
127 </ui>