delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kcontrol / componentchooser / filemanagerconfig_ui.ui
bloba56f05c919639b493d4013861811837a252d682e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FileManagerConfig_UI</class>
4 <widget class="QWidget" name="FileManagerConfig_UI">
5 <layout class="QVBoxLayout" name="verticalLayout">
6 <property name="margin">
7 <number>0</number>
8 </property>
9 <item>
10 <widget class="QLabel" name="label">
11 <property name="text">
12 <string>Browse directories using the following file manager </string>
13 </property>
14 </widget>
15 </item>
16 <item>
17 <layout class="QVBoxLayout" name="radioLayout"/>
18 </item>
19 <item>
20 <layout class="QHBoxLayout">
21 <item>
22 <widget class="QRadioButton" name="radioExec">
23 <property name="text">
24 <string>Other: click Add... in the dialog shown here:</string>
25 </property>
26 </widget>
27 </item>
28 <item>
29 <spacer name="horizontalSpacer">
30 <property name="orientation">
31 <enum>Qt::Horizontal</enum>
32 </property>
33 </spacer>
34 </item>
35 <item>
36 <widget class="QToolButton" name="btnSelectFileManager">
37 <property name="enabled">
38 <bool>false</bool>
39 </property>
40 <property name="text">
41 <string>...</string>
42 </property>
43 </widget>
44 </item>
45 </layout>
46 </item>
47 <item>
48 <spacer>
49 <property name="orientation">
50 <enum>Qt::Vertical</enum>
51 </property>
52 <property name="sizeHint" stdset="0">
53 <size>
54 <width>0</width>
55 <height>20</height>
56 </size>
57 </property>
58 </spacer>
59 </item>
60 </layout>
61 </widget>
62 <resources/>
63 <connections>
64 <connection>
65 <sender>radioExec</sender>
66 <signal>toggled(bool)</signal>
67 <receiver>btnSelectFileManager</receiver>
68 <slot>setEnabled(bool)</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>20</x>
72 <y>20</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>20</x>
76 <y>20</y>
77 </hint>
78 </hints>
79 </connection>
80 </connections>
81 </ui>