delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kcontrol / componentchooser / emailclientconfig_ui.ui
blob6b6bfc04efeb95d80ca15141fe0e48ed07e1736e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EmailClientConfig_UI</class>
4 <widget class="QWidget" name="EmailClientConfig_UI">
5 <layout class="QVBoxLayout">
6 <property name="margin">
7 <number>0</number>
8 </property>
9 <item>
10 <widget class="QRadioButton" name="kmailCB">
11 <property name="whatsThis">
12 <string>Kmail is the standard Mail program for the KDE desktop.</string>
13 </property>
14 <property name="text">
15 <string>&amp;Use KMail as preferred email client</string>
16 </property>
17 </widget>
18 </item>
19 <item>
20 <widget class="QRadioButton" name="otherCB">
21 <property name="whatsThis">
22 <string>Select this option if you want to use any other mail program.</string>
23 </property>
24 <property name="text">
25 <string>Use a different &amp;email client:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <layout class="QHBoxLayout">
31 <item>
32 <spacer>
33 <property name="orientation">
34 <enum>Qt::Horizontal</enum>
35 </property>
36 <property name="sizeType">
37 <enum>QSizePolicy::Fixed</enum>
38 </property>
39 <property name="sizeHint" stdset="0">
40 <size>
41 <width>20</width>
42 <height>0</height>
43 </size>
44 </property>
45 </spacer>
46 </item>
47 <item>
48 <widget class="KLineEdit" name="txtEMailClient">
49 <property name="enabled">
50 <bool>false</bool>
51 </property>
52 <property name="toolTip">
53 <string>&lt;ul&gt; &lt;li&gt;%t: Recipient's address&lt;/li&gt; &lt;li&gt;%s: Subject&lt;/li&gt; &lt;li&gt;%c: Carbon Copy (CC)&lt;/li&gt; &lt;li&gt;%b: Blind Carbon Copy (BCC)&lt;/li&gt; &lt;li&gt;%B: Template body text&lt;/li&gt; &lt;li&gt;%A: Attachment &lt;/li&gt; &lt;li&gt;%u: Full mailto: URL &lt;/li&gt;&lt;/ul&gt;</string>
54 </property>
55 <property name="whatsThis">
56 <string>Press this button to select your favorite email client. Please note that the file you select has to have the executable attribute set in order to be accepted.&lt;br/&gt; You can also use several placeholders which will be replaced with the actual values when the email client is called:&lt;ul&gt; &lt;li&gt;%t: Recipient's address&lt;/li&gt; &lt;li&gt;%s: Subject&lt;/li&gt; &lt;li&gt;%c: Carbon Copy (CC)&lt;/li&gt; &lt;li&gt;%b: Blind Carbon Copy (BCC)&lt;/li&gt; &lt;li&gt;%B: Template body text&lt;/li&gt; &lt;li&gt;%A: Attachment &lt;/li&gt; &lt;/ul&gt;</string>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <widget class="QToolButton" name="btnSelectEmail">
62 <property name="enabled">
63 <bool>false</bool>
64 </property>
65 <property name="whatsThis">
66 <string>Click here to browse for the mail program file.</string>
67 </property>
68 <property name="text">
69 <string>...</string>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </item>
75 <item>
76 <layout class="QHBoxLayout">
77 <item>
78 <spacer>
79 <property name="orientation">
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="sizeType">
83 <enum>QSizePolicy::Fixed</enum>
84 </property>
85 <property name="sizeHint" stdset="0">
86 <size>
87 <width>20</width>
88 <height>0</height>
89 </size>
90 </property>
91 </spacer>
92 </item>
93 <item>
94 <widget class="QCheckBox" name="chkRunTerminal">
95 <property name="enabled">
96 <bool>false</bool>
97 </property>
98 <property name="whatsThis">
99 <string>Activate this option if you want the selected email client to be executed in a terminal (e.g. &lt;em&gt;Konsole&lt;/em&gt;).</string>
100 </property>
101 <property name="text">
102 <string>&amp;Run in terminal</string>
103 </property>
104 </widget>
105 </item>
106 </layout>
107 </item>
108 <item>
109 <spacer>
110 <property name="orientation">
111 <enum>Qt::Vertical</enum>
112 </property>
113 <property name="sizeType">
114 <enum>QSizePolicy::Expanding</enum>
115 </property>
116 <property name="sizeHint" stdset="0">
117 <size>
118 <width>0</width>
119 <height>20</height>
120 </size>
121 </property>
122 </spacer>
123 </item>
124 </layout>
125 </widget>
126 <customwidgets>
127 <customwidget>
128 <class>KLineEdit</class>
129 <extends>QLineEdit</extends>
130 <header location="global">KDE/KLineEdit</header>
131 </customwidget>
132 </customwidgets>
133 <resources/>
134 <connections>
135 <connection>
136 <sender>otherCB</sender>
137 <signal>toggled(bool)</signal>
138 <receiver>chkRunTerminal</receiver>
139 <slot>setEnabled(bool)</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>20</x>
143 <y>20</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>20</x>
147 <y>20</y>
148 </hint>
149 </hints>
150 </connection>
151 <connection>
152 <sender>otherCB</sender>
153 <signal>toggled(bool)</signal>
154 <receiver>txtEMailClient</receiver>
155 <slot>setEnabled(bool)</slot>
156 <hints>
157 <hint type="sourcelabel">
158 <x>20</x>
159 <y>20</y>
160 </hint>
161 <hint type="destinationlabel">
162 <x>20</x>
163 <y>20</y>
164 </hint>
165 </hints>
166 </connection>
167 <connection>
168 <sender>otherCB</sender>
169 <signal>toggled(bool)</signal>
170 <receiver>btnSelectEmail</receiver>
171 <slot>setEnabled(bool)</slot>
172 <hints>
173 <hint type="sourcelabel">
174 <x>20</x>
175 <y>20</y>
176 </hint>
177 <hint type="destinationlabel">
178 <x>20</x>
179 <y>20</y>
180 </hint>
181 </hints>
182 </connection>
183 </connections>
184 </ui>