Better wording
[kdepim.git] / kleopatra / dialogs / setinitialpindialog.ui
blob6ea36855d221625a59521ab8729c209412b937a2
1 <ui version="4.0" >
2  <class>SetInitialPinDialog</class>
3  <widget class="QDialog" name="SetInitialPinDialog" >
4   <layout class="QGridLayout" name="gridLayout" >
5    <item row="0" column="0" colspan="3" >
6     <widget class="QLabel" name="mainLB" >
7      <property name="text" >
8       <string>&lt;p>On this SmartCard, there is space for two certificates:
9 &lt;ol>
10 &lt;li>A normal certificate&lt;/li>
11 &lt;li>A special certificate for making &lt;em>qualified signatures&lt;/em> according to the German Signaturgesetz&lt;/li>
12 &lt;/ol>
13 You need to set initial PINs for both of them.&lt;/p></string>
14      </property>
15     </widget>
16    </item>
17    <item row="1" column="0" colspan="3" >
18     <widget class="Line" name="line_3" >
19      <property name="orientation" >
20       <enum>Qt::Horizontal</enum>
21      </property>
22     </widget>
23    </item>
24    <item row="2" column="0" colspan="2" >
25     <widget class="QLabel" name="nksLB" >
26      <property name="text" >
27       <string>Step 1: Set the initial PIN for the first certificate ("NKS"):</string>
28      </property>
29     </widget>
30    </item>
31    <item row="2" column="2" >
32     <widget class="QPushButton" name="nksPB" >
33      <property name="text" >
34       <string>Set Initial PIN (NKS)</string>
35      </property>
36     </widget>
37    </item>
38    <item row="3" column="0" >
39     <widget class="QLabel" name="nksResultIcon" >
40      <property name="sizePolicy" >
41       <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
42        <horstretch>0</horstretch>
43        <verstretch>0</verstretch>
44       </sizepolicy>
45      </property>
46      <property name="alignment" >
47       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
48      </property>
49     </widget>
50    </item>
51    <item row="3" column="1" colspan="2" >
52     <widget class="QLabel" name="nksStatusLB" >
53      <property name="text" >
54       <string/>
55      </property>
56     </widget>
57    </item>
58    <item row="4" column="0" colspan="3" >
59     <widget class="Line" name="line" >
60      <property name="orientation" >
61       <enum>Qt::Horizontal</enum>
62      </property>
63     </widget>
64    </item>
65    <item row="5" column="0" colspan="2" >
66     <widget class="QLabel" name="sigGLB" >
67      <property name="enabled" >
68       <bool>false</bool>
69      </property>
70      <property name="text" >
71       <string>Step 2: Set the initial PIN for the qualified signature certificate ("SigG"):</string>
72      </property>
73     </widget>
74    </item>
75    <item row="5" column="2" >
76     <widget class="QPushButton" name="sigGPB" >
77      <property name="enabled" >
78       <bool>false</bool>
79      </property>
80      <property name="text" >
81       <string>Set Initial PIN (SigG)</string>
82      </property>
83     </widget>
84    </item>
85    <item row="6" column="0" >
86     <widget class="QLabel" name="sigGResultIcon" >
87      <property name="sizePolicy" >
88       <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
89        <horstretch>0</horstretch>
90        <verstretch>0</verstretch>
91       </sizepolicy>
92      </property>
93      <property name="alignment" >
94       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
95      </property>
96     </widget>
97    </item>
98    <item row="6" column="1" colspan="2" >
99     <widget class="QLabel" name="sigGStatusLB" >
100      <property name="text" >
101       <string/>
102      </property>
103     </widget>
104    </item>
105    <item row="7" column="0" colspan="3" >
106     <widget class="Line" name="line_2" >
107      <property name="orientation" >
108       <enum>Qt::Horizontal</enum>
109      </property>
110     </widget>
111    </item>
112    <item row="8" column="0" >
113     <spacer name="spacer" >
114      <property name="orientation" >
115       <enum>Qt::Vertical</enum>
116      </property>
117      <property name="sizeHint" stdset="0" >
118       <size>
119        <width>13</width>
120        <height>13</height>
121       </size>
122      </property>
123     </spacer>
124    </item>
125    <item row="9" column="0" colspan="3" >
126     <widget class="QDialogButtonBox" name="dialogButtonBox" >
127      <property name="orientation" >
128       <enum>Qt::Horizontal</enum>
129      </property>
130      <property name="standardButtons" >
131       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
132      </property>
133     </widget>
134    </item>
135   </layout>
136  </widget>
137  <resources/>
138  <connections>
139   <connection>
140    <sender>dialogButtonBox</sender>
141    <signal>rejected()</signal>
142    <receiver>SetInitialPinDialog</receiver>
143    <slot>reject()</slot>
144    <hints>
145     <hint type="sourcelabel" >
146      <x>334</x>
147      <y>373</y>
148     </hint>
149     <hint type="destinationlabel" >
150      <x>879</x>
151      <y>280</y>
152     </hint>
153    </hints>
154   </connection>
155   <connection>
156    <sender>nksPB</sender>
157    <signal>clicked()</signal>
158    <receiver>SetInitialPinDialog</receiver>
159    <slot>slotNksButtonClicked()</slot>
160    <hints>
161     <hint type="sourcelabel" >
162      <x>845</x>
163      <y>162</y>
164     </hint>
165     <hint type="destinationlabel" >
166      <x>877</x>
167      <y>166</y>
168     </hint>
169    </hints>
170   </connection>
171   <connection>
172    <sender>sigGPB</sender>
173    <signal>clicked()</signal>
174    <receiver>SetInitialPinDialog</receiver>
175    <slot>slotSigGButtonClicked()</slot>
176    <hints>
177     <hint type="sourcelabel" >
178      <x>1070</x>
179      <y>266</y>
180     </hint>
181     <hint type="destinationlabel" >
182      <x>879</x>
183      <y>216</y>
184     </hint>
185    </hints>
186   </connection>
187  </connections>
188  <slots>
189   <slot>slotNksButtonClicked()</slot>
190   <slot>slotSigGButtonClicked()</slot>
191  </slots>
192 </ui>