Add (and install) svg for the new krunner interface.
[kdebase/uwolfer.git] / runtime / kcontrol / componentchooser / emailclientconfig_ui.ui
blob4d5d1980b4c2be9f649cc17f3b6879b99ebff5b6
1 <ui version="4.0" >
2  <class>EmailClientConfig_UI</class>
3  <widget class="QWidget" name="EmailClientConfig_UI" >
4   <property name="enabled" >
5    <bool>true</bool>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>388</width>
12     <height>267</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
17     <horstretch>0</horstretch>
18     <verstretch>0</verstretch>
19    </sizepolicy>
20   </property>
21   <layout class="QGridLayout" >
22    <property name="leftMargin" >
23     <number>0</number>
24    </property>
25    <property name="topMargin" >
26     <number>0</number>
27    </property>
28    <property name="rightMargin" >
29     <number>0</number>
30    </property>
31    <property name="bottomMargin" >
32     <number>0</number>
33    </property>
34    <item row="2" column="1" >
35     <layout class="QHBoxLayout" >
36      <property name="leftMargin" >
37       <number>0</number>
38      </property>
39      <property name="topMargin" >
40       <number>0</number>
41      </property>
42      <property name="rightMargin" >
43       <number>0</number>
44      </property>
45      <property name="bottomMargin" >
46       <number>0</number>
47      </property>
48      <item>
49       <widget class="QLineEdit" name="txtEMailClient" >
50        <property name="enabled" >
51         <bool>false</bool>
52        </property>
53        <property name="sizePolicy" >
54         <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
55          <horstretch>1</horstretch>
56          <verstretch>0</verstretch>
57         </sizepolicy>
58        </property>
59        <property name="minimumSize" >
60         <size>
61          <width>0</width>
62          <height>0</height>
63         </size>
64        </property>
65        <property name="toolTip" >
66         <string>&lt;ul> &lt;li>%t: Recipient's address&lt;/li> &lt;li>%s: Subject&lt;/li> &lt;li>%c: Carbon Copy (CC)&lt;/li> &lt;li>%b: Blind Carbon Copy (BCC)&lt;/li> &lt;li>%B: Template body text&lt;/li> &lt;li>%A: Attachment &lt;/li> &lt;li>%u: Full mailto: URL &lt;/li>&lt;/ul></string>
67        </property>
68        <property name="whatsThis" >
69         <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> You can also use several placeholders which will be replaced with the actual values when the email client is called:&lt;ul> &lt;li>%t: Recipient's address&lt;/li> &lt;li>%s: Subject&lt;/li> &lt;li>%c: Carbon Copy (CC)&lt;/li> &lt;li>%b: Blind Carbon Copy (BCC)&lt;/li> &lt;li>%B: Template body text&lt;/li> &lt;li>%A: Attachment &lt;/li> &lt;/ul></string>
70        </property>
71       </widget>
72      </item>
73      <item>
74       <widget class="QToolButton" name="btnSelectEmail" >
75        <property name="enabled" >
76         <bool>false</bool>
77        </property>
78        <property name="whatsThis" >
79         <string>Click here to browse for the mail program file.</string>
80        </property>
81        <property name="text" >
82         <string>...</string>
83        </property>
84       </widget>
85      </item>
86     </layout>
87    </item>
88    <item row="3" column="1" >
89     <widget class="QCheckBox" name="chkRunTerminal" >
90      <property name="enabled" >
91       <bool>false</bool>
92      </property>
93      <property name="whatsThis" >
94       <string>Activate this option if you want the selected email client to be executed in a terminal (e.g. &lt;em>Konsole&lt;/em>).</string>
95      </property>
96      <property name="text" >
97       <string>&amp;Run in terminal</string>
98      </property>
99     </widget>
100    </item>
101    <item row="4" column="1" >
102     <spacer>
103      <property name="orientation" >
104       <enum>Qt::Vertical</enum>
105      </property>
106      <property name="sizeType" >
107       <enum>QSizePolicy::Expanding</enum>
108      </property>
109      <property name="sizeHint" >
110       <size>
111        <width>0</width>
112        <height>16</height>
113       </size>
114      </property>
115     </spacer>
116    </item>
117    <item row="0" column="0" colspan="2" >
118     <widget class="QRadioButton" name="kmailCB" >
119      <property name="whatsThis" >
120       <string>Kmail is the standard Mail program for the KDE desktop.</string>
121      </property>
122      <property name="text" >
123       <string>&amp;Use KMail as preferred email client</string>
124      </property>
125     </widget>
126    </item>
127    <item row="1" column="0" colspan="2" >
128     <widget class="QRadioButton" name="otherCB" >
129      <property name="whatsThis" >
130       <string>Select this option if you want to use any other mail program.</string>
131      </property>
132      <property name="text" >
133       <string>Use a different &amp;email client:</string>
134      </property>
135     </widget>
136    </item>
137    <item row="2" column="0" >
138     <spacer>
139      <property name="orientation" >
140       <enum>Qt::Horizontal</enum>
141      </property>
142      <property name="sizeType" >
143       <enum>QSizePolicy::Fixed</enum>
144      </property>
145      <property name="sizeHint" >
146       <size>
147        <width>20</width>
148        <height>20</height>
149       </size>
150      </property>
151     </spacer>
152    </item>
153    <item row="3" column="0" >
154     <spacer>
155      <property name="orientation" >
156       <enum>Qt::Horizontal</enum>
157      </property>
158      <property name="sizeType" >
159       <enum>QSizePolicy::Fixed</enum>
160      </property>
161      <property name="sizeHint" >
162       <size>
163        <width>20</width>
164        <height>20</height>
165       </size>
166      </property>
167     </spacer>
168    </item>
169   </layout>
170  </widget>
171  <layoutdefault spacing="3" margin="6" />
172  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
173  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
174  <tabstops>
175   <tabstop>kmailCB</tabstop>
176   <tabstop>otherCB</tabstop>
177   <tabstop>txtEMailClient</tabstop>
178   <tabstop>chkRunTerminal</tabstop>
179  </tabstops>
180  <includes>
181   <include location="local" >kdialog.h</include>
182  </includes>
183  <resources/>
184  <connections>
185   <connection>
186    <sender>otherCB</sender>
187    <signal>toggled(bool)</signal>
188    <receiver>chkRunTerminal</receiver>
189    <slot>setEnabled(bool)</slot>
190    <hints>
191     <hint type="sourcelabel" >
192      <x>20</x>
193      <y>20</y>
194     </hint>
195     <hint type="destinationlabel" >
196      <x>20</x>
197      <y>20</y>
198     </hint>
199    </hints>
200   </connection>
201   <connection>
202    <sender>otherCB</sender>
203    <signal>toggled(bool)</signal>
204    <receiver>txtEMailClient</receiver>
205    <slot>setEnabled(bool)</slot>
206    <hints>
207     <hint type="sourcelabel" >
208      <x>20</x>
209      <y>20</y>
210     </hint>
211     <hint type="destinationlabel" >
212      <x>20</x>
213      <y>20</y>
214     </hint>
215    </hints>
216   </connection>
217   <connection>
218    <sender>otherCB</sender>
219    <signal>toggled(bool)</signal>
220    <receiver>btnSelectEmail</receiver>
221    <slot>setEnabled(bool)</slot>
222    <hints>
223     <hint type="sourcelabel" >
224      <x>20</x>
225      <y>20</y>
226     </hint>
227     <hint type="destinationlabel" >
228      <x>20</x>
229      <y>20</y>
230     </hint>
231    </hints>
232   </connection>
233  </connections>
234 </ui>