SVN_SILENT made messages (.desktop file) - always resolve ours
[kdepim.git] / kleopatra / dialogs / adduseriddialog.ui
bloba0d1ee557f4e17b362ccf1f50d47e6227cc98d39
1 <ui version="4.0" >
2  <class>AddUserIDDialog</class>
3  <widget class="QDialog" name="AddUserIDDialog" >
4   <property name="windowTitle" >
5    <string>Add New User-ID</string>
6   </property>
7   <layout class="QGridLayout" >
8    <item row="0" column="0" >
9     <widget class="QLabel" name="nameLB" >
10      <property name="buddy" >
11       <cstring>nameLE</cstring>
12      </property>
13     </widget>
14    </item>
15    <item row="0" column="1" >
16     <widget class="QLineEdit" name="nameLE" />
17    </item>
18    <item row="1" column="0" >
19     <widget class="QLabel" name="emailLB" >
20      <property name="buddy" >
21       <cstring>emailLE</cstring>
22      </property>
23     </widget>
24    </item>
25    <item row="1" column="1" >
26     <widget class="QLineEdit" name="emailLE" />
27    </item>
28    <item row="2" column="0" >
29     <widget class="QLabel" name="commentLB" >
30      <property name="buddy" >
31       <cstring>commentLE</cstring>
32      </property>
33     </widget>
34    </item>
35    <item row="2" column="1" >
36     <widget class="QLineEdit" name="commentLE" />
37    </item>
38    <item row="3" column="0" colspan="3" >
39     <widget class="Line" name="line" >
40      <property name="orientation" >
41       <enum>Qt::Horizontal</enum>
42      </property>
43     </widget>
44    </item>
45    <item row="4" column="0" colspan="3" >
46     <widget class="QLabel" name="label_4" >
47      <property name="text" >
48       <string>This is how the new User-ID will be stored in the certificate:</string>
49      </property>
50     </widget>
51    </item>
52    <item row="9" column="0" colspan="2" >
53     <spacer>
54      <property name="orientation" >
55       <enum>Qt::Vertical</enum>
56      </property>
57      <property name="sizeHint" stdset="0" >
58       <size>
59        <width>20</width>
60        <height>0</height>
61       </size>
62      </property>
63     </spacer>
64    </item>
65    <item row="12" column="0" colspan="3" >
66     <layout class="QHBoxLayout" name="horizontalLayout" >
67      <item>
68       <widget class="QLabel" name="errorLB" >
69        <property name="sizePolicy" >
70         <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
71          <horstretch>0</horstretch>
72          <verstretch>0</verstretch>
73         </sizepolicy>
74        </property>
75        <property name="palette" >
76         <palette>
77          <active>
78           <colorrole role="WindowText" >
79            <brush brushstyle="SolidPattern" >
80             <color alpha="255" >
81              <red>255</red>
82              <green>0</green>
83              <blue>0</blue>
84             </color>
85            </brush>
86           </colorrole>
87          </active>
88          <inactive>
89           <colorrole role="WindowText" >
90            <brush brushstyle="SolidPattern" >
91             <color alpha="255" >
92              <red>255</red>
93              <green>0</green>
94              <blue>0</blue>
95             </color>
96            </brush>
97           </colorrole>
98          </inactive>
99          <disabled>
100           <colorrole role="WindowText" >
101            <brush brushstyle="SolidPattern" >
102             <color alpha="255" >
103              <red>114</red>
104              <green>114</green>
105              <blue>114</blue>
106             </color>
107            </brush>
108           </colorrole>
109          </disabled>
110         </palette>
111        </property>
112       </widget>
113      </item>
114      <item>
115       <widget class="QDialogButtonBox" name="buttonBox" >
116        <property name="sizePolicy" >
117         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
118          <horstretch>0</horstretch>
119          <verstretch>0</verstretch>
120         </sizepolicy>
121        </property>
122        <property name="orientation" >
123         <enum>Qt::Horizontal</enum>
124        </property>
125        <property name="standardButtons" >
126         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
127        </property>
128       </widget>
129      </item>
130     </layout>
131    </item>
132    <item row="6" column="0" colspan="2" >
133     <widget class="QLabel" name="resultLB" >
134      <property name="minimumSize" >
135       <size>
136        <width>300</width>
137        <height>0</height>
138       </size>
139      </property>
140      <property name="font" >
141       <font>
142        <weight>75</weight>
143        <bold>true</bold>
144       </font>
145      </property>
146      <property name="textFormat" >
147       <enum>Qt::PlainText</enum>
148      </property>
149      <property name="alignment" >
150       <set>Qt::AlignCenter</set>
151      </property>
152     </widget>
153    </item>
154    <item row="7" column="0" colspan="3" >
155     <widget class="Line" name="line_2" >
156      <property name="orientation" >
157       <enum>Qt::Horizontal</enum>
158      </property>
159     </widget>
160    </item>
161    <item row="0" column="2" >
162     <widget class="QLabel" name="nameRequiredLB" />
163    </item>
164    <item row="1" column="2" >
165     <widget class="QLabel" name="emailRequiredLB" />
166    </item>
167    <item row="2" column="2" >
168     <widget class="QLabel" name="commentRequiredLB" />
169    </item>
170   </layout>
171  </widget>
172  <resources/>
173  <connections>
174   <connection>
175    <sender>buttonBox</sender>
176    <signal>accepted()</signal>
177    <receiver>AddUserIDDialog</receiver>
178    <slot>accept()</slot>
179    <hints>
180     <hint type="sourcelabel" >
181      <x>236</x>
182      <y>203</y>
183     </hint>
184     <hint type="destinationlabel" >
185      <x>157</x>
186      <y>212</y>
187     </hint>
188    </hints>
189   </connection>
190   <connection>
191    <sender>buttonBox</sender>
192    <signal>rejected()</signal>
193    <receiver>AddUserIDDialog</receiver>
194    <slot>reject()</slot>
195    <hints>
196     <hint type="sourcelabel" >
197      <x>325</x>
198      <y>203</y>
199     </hint>
200     <hint type="destinationlabel" >
201      <x>286</x>
202      <y>212</y>
203     </hint>
204    </hints>
205   </connection>
206   <connection>
207    <sender>nameLE</sender>
208    <signal>textChanged(QString)</signal>
209    <receiver>AddUserIDDialog</receiver>
210    <slot>slotUserIDChanged()</slot>
211    <hints>
212     <hint type="sourcelabel" >
213      <x>414</x>
214      <y>16</y>
215     </hint>
216     <hint type="destinationlabel" >
217      <x>448</x>
218      <y>18</y>
219     </hint>
220    </hints>
221   </connection>
222   <connection>
223    <sender>emailLE</sender>
224    <signal>textChanged(QString)</signal>
225    <receiver>AddUserIDDialog</receiver>
226    <slot>slotUserIDChanged()</slot>
227    <hints>
228     <hint type="sourcelabel" >
229      <x>412</x>
230      <y>54</y>
231     </hint>
232     <hint type="destinationlabel" >
233      <x>450</x>
234      <y>58</y>
235     </hint>
236    </hints>
237   </connection>
238   <connection>
239    <sender>commentLE</sender>
240    <signal>textChanged(QString)</signal>
241    <receiver>AddUserIDDialog</receiver>
242    <slot>slotUserIDChanged()</slot>
243    <hints>
244     <hint type="sourcelabel" >
245      <x>402</x>
246      <y>96</y>
247     </hint>
248     <hint type="destinationlabel" >
249      <x>446</x>
250      <y>96</y>
251     </hint>
252    </hints>
253   </connection>
254  </connections>
255  <slots>
256   <slot>slotUserIDChanged()</slot>
257  </slots>
258 </ui>