android: Fix XML form filter.
[qpwmc.git] / pwmdPasswordDialog.ui
blob401aee3409f5a6e9f8fc0dbd0c4ae1e1fad8bae5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PwmdPasswordDialog</class>
4 <widget class="QDialog" name="PwmdPasswordDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>463</width>
10 <height>222</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Select passphrase file</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QGroupBox" name="gr_keyFile">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
21 <horstretch>0</horstretch>
22 <verstretch>0</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="whatsThis">
26 <string>Whether to obtain a passphrase from a file for crypto operations.</string>
27 </property>
28 <property name="title">
29 <string>Use passphrase file</string>
30 </property>
31 <property name="flat">
32 <bool>false</bool>
33 </property>
34 <property name="checkable">
35 <bool>true</bool>
36 </property>
37 <property name="checked">
38 <bool>false</bool>
39 </property>
40 <layout class="QGridLayout" name="gridLayout">
41 <property name="leftMargin">
42 <number>3</number>
43 </property>
44 <property name="topMargin">
45 <number>3</number>
46 </property>
47 <property name="rightMargin">
48 <number>3</number>
49 </property>
50 <property name="bottomMargin">
51 <number>3</number>
52 </property>
53 <item row="0" column="3">
54 <widget class="QToolButton" name="tb_openKeyFile">
55 <property name="text">
56 <string>Select</string>
57 </property>
58 </widget>
59 </item>
60 <item row="2" column="3">
61 <widget class="QToolButton" name="tb_signKeyFile">
62 <property name="text">
63 <string>Select</string>
64 </property>
65 </widget>
66 </item>
67 <item row="1" column="1" colspan="2">
68 <widget class="QLineEdit" name="le_saveKeyFile">
69 <property name="placeholderText">
70 <string>Leave blank to use pinentry.</string>
71 </property>
72 <property name="clearButtonEnabled">
73 <bool>true</bool>
74 </property>
75 </widget>
76 </item>
77 <item row="2" column="1" colspan="2">
78 <widget class="QLineEdit" name="le_signKeyFile">
79 <property name="placeholderText">
80 <string>Leave blank to use pinentry.</string>
81 </property>
82 <property name="clearButtonEnabled">
83 <bool>true</bool>
84 </property>
85 </widget>
86 </item>
87 <item row="0" column="1" colspan="2">
88 <widget class="QLineEdit" name="le_openKeyFile">
89 <property name="placeholderText">
90 <string>Leave blank to use pinentry.</string>
91 </property>
92 <property name="clearButtonEnabled">
93 <bool>true</bool>
94 </property>
95 </widget>
96 </item>
97 <item row="3" column="1">
98 <spacer name="verticalSpacer">
99 <property name="orientation">
100 <enum>Qt::Vertical</enum>
101 </property>
102 <property name="sizeHint" stdset="0">
103 <size>
104 <width>20</width>
105 <height>40</height>
106 </size>
107 </property>
108 </spacer>
109 </item>
110 <item row="0" column="0">
111 <widget class="QLabel" name="l_openKeyFile">
112 <property name="sizePolicy">
113 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
114 <horstretch>0</horstretch>
115 <verstretch>0</verstretch>
116 </sizepolicy>
117 </property>
118 <property name="whatsThis">
119 <string>The file containing the passphrase to decrypt the data file.</string>
120 </property>
121 <property name="text">
122 <string>Decrypt:</string>
123 </property>
124 <property name="buddy">
125 <cstring>le_openKeyFile</cstring>
126 </property>
127 </widget>
128 </item>
129 <item row="2" column="0">
130 <widget class="QLabel" name="l_signKeyFile">
131 <property name="sizePolicy">
132 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
133 <horstretch>0</horstretch>
134 <verstretch>0</verstretch>
135 </sizepolicy>
136 </property>
137 <property name="whatsThis">
138 <string>The file containing the passphrase to sign the data file.</string>
139 </property>
140 <property name="text">
141 <string>Sign:</string>
142 </property>
143 </widget>
144 </item>
145 <item row="1" column="3">
146 <widget class="QToolButton" name="tb_saveKeyFile">
147 <property name="text">
148 <string>Select</string>
149 </property>
150 </widget>
151 </item>
152 <item row="1" column="0">
153 <widget class="QLabel" name="l_saveKeyFile">
154 <property name="sizePolicy">
155 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
156 <horstretch>0</horstretch>
157 <verstretch>0</verstretch>
158 </sizepolicy>
159 </property>
160 <property name="whatsThis">
161 <string>The file containing the passphrase to encrypt the data file.</string>
162 </property>
163 <property name="text">
164 <string>Encrypt:</string>
165 </property>
166 </widget>
167 </item>
168 </layout>
169 </widget>
170 </item>
171 <item>
172 <widget class="QDialogButtonBox" name="buttonBox">
173 <property name="orientation">
174 <enum>Qt::Horizontal</enum>
175 </property>
176 <property name="standardButtons">
177 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
178 </property>
179 </widget>
180 </item>
181 </layout>
182 </widget>
183 <tabstops>
184 <tabstop>gr_keyFile</tabstop>
185 <tabstop>le_openKeyFile</tabstop>
186 <tabstop>tb_openKeyFile</tabstop>
187 <tabstop>le_saveKeyFile</tabstop>
188 <tabstop>tb_saveKeyFile</tabstop>
189 <tabstop>le_signKeyFile</tabstop>
190 <tabstop>tb_signKeyFile</tabstop>
191 <tabstop>buttonBox</tabstop>
192 </tabstops>
193 <resources/>
194 <connections>
195 <connection>
196 <sender>buttonBox</sender>
197 <signal>accepted()</signal>
198 <receiver>PwmdPasswordDialog</receiver>
199 <slot>accept()</slot>
200 <hints>
201 <hint type="sourcelabel">
202 <x>248</x>
203 <y>254</y>
204 </hint>
205 <hint type="destinationlabel">
206 <x>157</x>
207 <y>274</y>
208 </hint>
209 </hints>
210 </connection>
211 <connection>
212 <sender>buttonBox</sender>
213 <signal>rejected()</signal>
214 <receiver>PwmdPasswordDialog</receiver>
215 <slot>reject()</slot>
216 <hints>
217 <hint type="sourcelabel">
218 <x>316</x>
219 <y>260</y>
220 </hint>
221 <hint type="destinationlabel">
222 <x>286</x>
223 <y>274</y>
224 </hint>
225 </hints>
226 </connection>
227 </connections>
228 </ui>