Better wording
[kdepim.git] / calendarsupport / publishdialog_base.ui
blob86927bdf12d98cebc4a323e7d3bb0bc17ca718c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PublishDialog_base</class>
4 <widget class="QWidget" name="PublishDialog_base">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>410</width>
10 <height>326</height>
11 </rect>
12 </property>
13 <layout class="QGridLayout" name="gridLayout">
14 <item row="0" column="0">
15 <widget class="QListWidget" name="mListWidget">
16 <property name="minimumSize">
17 <size>
18 <width>300</width>
19 <height>250</height>
20 </size>
21 </property>
22 <property name="toolTip">
23 <string>The list of addressees to receive the invitation</string>
24 </property>
25 <property name="whatsThis">
26 <string>This is a list of all the addresses you have currently selected to receive the iCalendar invitation.</string>
27 </property>
28 </widget>
29 </item>
30 <item row="0" column="1" rowspan="3">
31 <layout class="QVBoxLayout" name="verticalLayout_2">
32 <item>
33 <layout class="QVBoxLayout" name="verticalLayout">
34 <item>
35 <widget class="QPushButton" name="mNew">
36 <property name="toolTip">
37 <string>Create a new recipient</string>
38 </property>
39 <property name="whatsThis">
40 <string>Click this button and you will be able to enter a name and email for a new addressee to add to the recipients list</string>
41 </property>
42 <property name="text">
43 <string>&amp;New</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QPushButton" name="mRemove">
49 <property name="toolTip">
50 <string>Remove the recipient currently selected</string>
51 </property>
52 <property name="whatsThis">
53 <string>Click this button to remove the recipient currently selected from the list</string>
54 </property>
55 <property name="text">
56 <string>&amp;Remove</string>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <widget class="QPushButton" name="mSelectAddressee">
62 <property name="toolTip">
63 <string>Select a recipient from your address book</string>
64 </property>
65 <property name="whatsThis">
66 <string>Click this button to show another dialog where you will be able to select a recipient from your address book</string>
67 </property>
68 <property name="text">
69 <string>&amp;Select...</string>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </item>
75 <item>
76 <spacer>
77 <property name="orientation">
78 <enum>Qt::Vertical</enum>
79 </property>
80 <property name="sizeType">
81 <enum>QSizePolicy::Expanding</enum>
82 </property>
83 <property name="sizeHint" stdset="0">
84 <size>
85 <width>14</width>
86 <height>258</height>
87 </size>
88 </property>
89 </spacer>
90 </item>
91 </layout>
92 </item>
93 <item row="1" column="0">
94 <layout class="QHBoxLayout" name="horizontalLayout">
95 <item>
96 <widget class="QLabel" name="TextLabel1">
97 <property name="text">
98 <string comment="recipient name">Name:</string>
99 </property>
100 <property name="buddy">
101 <cstring>mNameLineEdit</cstring>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <widget class="KLineEdit" name="mNameLineEdit">
107 <property name="toolTip">
108 <string>The recipient's name</string>
109 </property>
110 <property name="whatsThis">
111 <string>This field contains the name of the recipient</string>
112 </property>
113 <property name="showClearButton" stdset="0">
114 <bool>true</bool>
115 </property>
116 <property name="ClearButtonShown" stdset="0">
117 <bool>true</bool>
118 </property>
119 </widget>
120 </item>
121 </layout>
122 </item>
123 <item row="2" column="0">
124 <layout class="QHBoxLayout" name="horizontalLayout_2">
125 <item>
126 <widget class="QLabel" name="TextLabel2">
127 <property name="text">
128 <string comment="recipient email">Email:</string>
129 </property>
130 <property name="buddy">
131 <cstring>mEmailLineEdit</cstring>
132 </property>
133 </widget>
134 </item>
135 <item>
136 <widget class="KLineEdit" name="mEmailLineEdit">
137 <property name="toolTip">
138 <string>The recipient's email address</string>
139 </property>
140 <property name="whatsThis">
141 <string>This field contains the email address of the recipient</string>
142 </property>
143 <property name="text">
144 <string/>
145 </property>
146 <property name="showClearButton" stdset="0">
147 <bool>true</bool>
148 </property>
149 <property name="ClearButtonShown" stdset="0">
150 <bool>true</bool>
151 </property>
152 </widget>
153 </item>
154 </layout>
155 </item>
156 </layout>
157 </widget>
158 <customwidgets>
159 <customwidget>
160 <class>KLineEdit</class>
161 <extends>QLineEdit</extends>
162 <header>klineedit.h</header>
163 </customwidget>
164 </customwidgets>
165 <tabstops>
166 <tabstop>mListWidget</tabstop>
167 <tabstop>mNew</tabstop>
168 <tabstop>mRemove</tabstop>
169 <tabstop>mSelectAddressee</tabstop>
170 <tabstop>mNameLineEdit</tabstop>
171 <tabstop>mEmailLineEdit</tabstop>
172 </tabstops>
173 <resources/>
174 <connections/>
175 </ui>