delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kcontrol / componentchooser / browserconfig_ui.ui
blob590d1c9ad769f8a9e3a72e7710ed22f69d7bee86
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>BrowserConfig_UI</class>
4 <widget class="QWidget" name="BrowserConfig_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>&lt;qt&gt;Open &lt;b&gt;http&lt;/b&gt; and &lt;b&gt;https&lt;/b&gt; URLs&lt;/qt&gt;</string>
13 </property>
14 </widget>
15 </item>
16 <item>
17 <widget class="QRadioButton" name="radioKIO">
18 <property name="text">
19 <string>in an application based on the contents of the URL</string>
20 </property>
21 <property name="checked">
22 <bool>true</bool>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QRadioButton" name="radioExec">
28 <property name="text">
29 <string>in the following browser:</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <layout class="QHBoxLayout">
35 <item>
36 <spacer>
37 <property name="orientation">
38 <enum>Qt::Horizontal</enum>
39 </property>
40 <property name="sizeType">
41 <enum>QSizePolicy::Fixed</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>20</width>
46 <height>0</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 <item>
52 <widget class="KLineEdit" name="lineExec">
53 <property name="enabled">
54 <bool>false</bool>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QToolButton" name="btnSelectBrowser">
60 <property name="enabled">
61 <bool>false</bool>
62 </property>
63 <property name="text">
64 <string>...</string>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </item>
70 <item>
71 <spacer>
72 <property name="orientation">
73 <enum>Qt::Vertical</enum>
74 </property>
75 <property name="sizeType">
76 <enum>QSizePolicy::Expanding</enum>
77 </property>
78 <property name="sizeHint" stdset="0">
79 <size>
80 <width>0</width>
81 <height>20</height>
82 </size>
83 </property>
84 </spacer>
85 </item>
86 </layout>
87 </widget>
88 <customwidgets>
89 <customwidget>
90 <class>KLineEdit</class>
91 <extends>QLineEdit</extends>
92 <header location="global">KDE/KLineEdit</header>
93 </customwidget>
94 </customwidgets>
95 <resources/>
96 <connections>
97 <connection>
98 <sender>radioExec</sender>
99 <signal>toggled(bool)</signal>
100 <receiver>lineExec</receiver>
101 <slot>setEnabled(bool)</slot>
102 <hints>
103 <hint type="sourcelabel">
104 <x>20</x>
105 <y>20</y>
106 </hint>
107 <hint type="destinationlabel">
108 <x>20</x>
109 <y>20</y>
110 </hint>
111 </hints>
112 </connection>
113 <connection>
114 <sender>radioExec</sender>
115 <signal>toggled(bool)</signal>
116 <receiver>btnSelectBrowser</receiver>
117 <slot>setEnabled(bool)</slot>
118 <hints>
119 <hint type="sourcelabel">
120 <x>20</x>
121 <y>20</y>
122 </hint>
123 <hint type="destinationlabel">
124 <x>20</x>
125 <y>20</y>
126 </hint>
127 </hints>
128 </connection>
129 </connections>
130 </ui>