Release 0.4.3-3maemo with patches to disable menus/actions, add ScrollArea and fix...
[keepassx] / src / forms / EditEntryDlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Tarek Saidi</author>
4  <class>EditEntryDialog</class>
5  <widget class="QDialog" name="EditEntryDialog">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>494</width>
11     <height>490</height>
12    </rect>
13   </property>
14   <property name="windowTitle">
15    <string>Edit Entry</string>
16   </property>
17   <property name="sizeGripEnabled">
18    <bool>true</bool>
19   </property>
20   <property name="modal">
21    <bool>true</bool>
22   </property>
23   <layout class="QGridLayout">
24    <property name="spacing">
25     <number>6</number>
26    </property>
27    <item row="5" column="1" rowspan="2">
28     <layout class="QGridLayout">
29      <property name="spacing">
30       <number>6</number>
31      </property>
32      <item row="1" column="1">
33       <widget class="QToolButton" name="ButtonGenPw">
34        <property name="sizePolicy">
35         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
36          <horstretch>0</horstretch>
37          <verstretch>0</verstretch>
38         </sizepolicy>
39        </property>
40        <property name="minimumSize">
41         <size>
42          <width>0</width>
43          <height>23</height>
44         </size>
45        </property>
46        <property name="maximumSize">
47         <size>
48          <width>16777215</width>
49          <height>23</height>
50         </size>
51        </property>
52        <property name="text">
53         <string>Ge&amp;n.</string>
54        </property>
55       </widget>
56      </item>
57      <item row="1" column="0">
58       <widget class="QLineEdit" name="Edit_Password_w">
59        <property name="font">
60         <font>
61          <family>Serif</family>
62         </font>
63        </property>
64       </widget>
65      </item>
66      <item row="0" column="1">
67       <widget class="QToolButton" name="ButtonEchoMode">
68        <property name="sizePolicy">
69         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
70          <horstretch>0</horstretch>
71          <verstretch>0</verstretch>
72         </sizepolicy>
73        </property>
74        <property name="minimumSize">
75         <size>
76          <width>0</width>
77          <height>23</height>
78         </size>
79        </property>
80        <property name="maximumSize">
81         <size>
82          <width>16777215</width>
83          <height>23</height>
84         </size>
85        </property>
86        <property name="iconSize">
87         <size>
88          <width>16</width>
89          <height>16</height>
90         </size>
91        </property>
92       </widget>
93      </item>
94      <item row="0" column="0">
95       <widget class="QLineEdit" name="Edit_Password">
96        <property name="font">
97         <font>
98          <family>Serif</family>
99         </font>
100        </property>
101       </widget>
102      </item>
103     </layout>
104    </item>
105    <item row="7" column="0">
106     <widget class="QLabel" name="textLabel9">
107      <property name="sizePolicy">
108       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
109        <horstretch>0</horstretch>
110        <verstretch>0</verstretch>
111       </sizepolicy>
112      </property>
113      <property name="text">
114       <string>Quality:</string>
115      </property>
116     </widget>
117    </item>
118    <item row="10" column="0">
119     <widget class="QLabel" name="textLabel12">
120      <property name="sizePolicy">
121       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
122        <horstretch>0</horstretch>
123        <verstretch>0</verstretch>
124       </sizepolicy>
125      </property>
126      <property name="text">
127       <string>Attachment:</string>
128      </property>
129     </widget>
130    </item>
131    <item row="2" column="0">
132     <widget class="QLabel" name="textLabel4">
133      <property name="sizePolicy">
134       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
135        <horstretch>0</horstretch>
136        <verstretch>0</verstretch>
137       </sizepolicy>
138      </property>
139      <property name="text">
140       <string>Title:</string>
141      </property>
142     </widget>
143    </item>
144    <item row="3" column="0">
145     <widget class="QLabel" name="textLabel5">
146      <property name="sizePolicy">
147       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
148        <horstretch>0</horstretch>
149        <verstretch>0</verstretch>
150       </sizepolicy>
151      </property>
152      <property name="text">
153       <string>Username:</string>
154      </property>
155     </widget>
156    </item>
157    <item row="8" column="0">
158     <widget class="QLabel" name="textLabel10">
159      <property name="sizePolicy">
160       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
161        <horstretch>0</horstretch>
162        <verstretch>0</verstretch>
163       </sizepolicy>
164      </property>
165      <property name="text">
166       <string>Comment:</string>
167      </property>
168     </widget>
169    </item>
170    <item row="4" column="0">
171     <widget class="QLabel" name="textLabel7">
172      <property name="sizePolicy">
173       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
174        <horstretch>0</horstretch>
175        <verstretch>0</verstretch>
176       </sizepolicy>
177      </property>
178      <property name="text">
179       <string>URL:</string>
180      </property>
181     </widget>
182    </item>
183    <item row="1" column="0">
184     <widget class="QLabel" name="textLabel3">
185      <property name="sizePolicy">
186       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
187        <horstretch>0</horstretch>
188        <verstretch>0</verstretch>
189       </sizepolicy>
190      </property>
191      <property name="text">
192       <string>Group:</string>
193      </property>
194     </widget>
195    </item>
196    <item row="2" column="1">
197     <widget class="QLineEdit" name="Edit_Title"/>
198    </item>
199    <item row="3" column="1">
200     <widget class="QLineEdit" name="Edit_UserName"/>
201    </item>
202    <item row="6" column="0">
203     <widget class="QLabel" name="textLabel8">
204      <property name="sizePolicy">
205       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
206        <horstretch>0</horstretch>
207        <verstretch>0</verstretch>
208       </sizepolicy>
209      </property>
210      <property name="text">
211       <string>Repeat:</string>
212      </property>
213     </widget>
214    </item>
215    <item row="5" column="0">
216     <widget class="QLabel" name="textLabel6">
217      <property name="sizePolicy">
218       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
219        <horstretch>0</horstretch>
220        <verstretch>0</verstretch>
221       </sizepolicy>
222      </property>
223      <property name="text">
224       <string>Password:</string>
225      </property>
226     </widget>
227    </item>
228    <item row="9" column="0">
229     <widget class="QLabel" name="textLabel11">
230      <property name="sizePolicy">
231       <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
232        <horstretch>0</horstretch>
233        <verstretch>0</verstretch>
234       </sizepolicy>
235      </property>
236      <property name="text">
237       <string>Expires:</string>
238      </property>
239     </widget>
240    </item>
241    <item row="8" column="1">
242     <widget class="QTextEdit" name="Edit_Comment">
243      <property name="minimumSize">
244       <size>
245        <width>0</width>
246        <height>40</height>
247       </size>
248      </property>
249      <property name="tabChangesFocus">
250       <bool>true</bool>
251      </property>
252      <property name="acceptRichText">
253       <bool>false</bool>
254      </property>
255     </widget>
256    </item>
257    <item row="12" column="0" colspan="2">
258     <widget class="Line" name="line1">
259      <property name="frameShape">
260       <enum>QFrame::HLine</enum>
261      </property>
262      <property name="frameShadow">
263       <enum>QFrame::Sunken</enum>
264      </property>
265      <property name="orientation">
266       <enum>Qt::Horizontal</enum>
267      </property>
268     </widget>
269    </item>
270    <item row="10" column="1">
271     <layout class="QHBoxLayout">
272      <property name="spacing">
273       <number>6</number>
274      </property>
275      <item>
276       <widget class="QLineEdit" name="Edit_Attachment">
277        <property name="enabled">
278         <bool>false</bool>
279        </property>
280        <property name="sizePolicy">
281         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
282          <horstretch>0</horstretch>
283          <verstretch>0</verstretch>
284         </sizepolicy>
285        </property>
286       </widget>
287      </item>
288      <item>
289       <widget class="QToolButton" name="ButtonOpenAttachment">
290        <property name="text">
291         <string/>
292        </property>
293        <property name="icon">
294         <iconset>
295          <normaloff/>
296         </iconset>
297        </property>
298        <property name="iconSize">
299         <size>
300          <width>16</width>
301          <height>16</height>
302         </size>
303        </property>
304       </widget>
305      </item>
306      <item>
307       <widget class="QToolButton" name="ButtonSaveAttachment">
308        <property name="text">
309         <string/>
310        </property>
311        <property name="icon">
312         <iconset>
313          <normaloff/>
314         </iconset>
315        </property>
316        <property name="iconSize">
317         <size>
318          <width>16</width>
319          <height>16</height>
320         </size>
321        </property>
322       </widget>
323      </item>
324      <item>
325       <widget class="QToolButton" name="ButtonDeleteAttachment">
326        <property name="text">
327         <string/>
328        </property>
329        <property name="icon">
330         <iconset>
331          <normaloff/>
332         </iconset>
333        </property>
334        <property name="iconSize">
335         <size>
336          <width>16</width>
337          <height>16</height>
338         </size>
339        </property>
340       </widget>
341      </item>
342      <item>
343       <widget class="QLabel" name="Label_AttachmentSize">
344        <property name="sizePolicy">
345         <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
346          <horstretch>0</horstretch>
347          <verstretch>0</verstretch>
348         </sizepolicy>
349        </property>
350        <property name="text">
351         <string>%1</string>
352        </property>
353       </widget>
354      </item>
355     </layout>
356    </item>
357    <item row="9" column="1">
358     <layout class="QHBoxLayout">
359      <property name="spacing">
360       <number>6</number>
361      </property>
362      <item>
363       <widget class="QDateTimeEdit" name="DateTime_Expire"/>
364      </item>
365      <item>
366       <widget class="QToolButton" name="ButtonExpirePresets">
367        <property name="text">
368         <string/>
369        </property>
370        <property name="iconSize">
371         <size>
372          <width>16</width>
373          <height>16</height>
374         </size>
375        </property>
376        <property name="popupMode">
377         <enum>QToolButton::MenuButtonPopup</enum>
378        </property>
379       </widget>
380      </item>
381      <item>
382       <widget class="QCheckBox" name="CheckBox_ExpiresNever">
383        <property name="text">
384         <string>Never</string>
385        </property>
386       </widget>
387      </item>
388     </layout>
389    </item>
390    <item row="7" column="1">
391     <layout class="QHBoxLayout">
392      <property name="spacing">
393       <number>6</number>
394      </property>
395      <item>
396       <widget class="QProgressBar" name="Progress_Quali">
397        <property name="minimumSize">
398         <size>
399          <width>0</width>
400          <height>14</height>
401         </size>
402        </property>
403        <property name="maximumSize">
404         <size>
405          <width>16777215</width>
406          <height>14</height>
407         </size>
408        </property>
409        <property name="textVisible">
410         <bool>false</bool>
411        </property>
412        <property name="orientation">
413         <enum>Qt::Horizontal</enum>
414        </property>
415       </widget>
416      </item>
417      <item>
418       <widget class="QLabel" name="Label_Bits">
419        <property name="text">
420         <string>%1 Bit</string>
421        </property>
422       </widget>
423      </item>
424     </layout>
425    </item>
426    <item row="4" column="1">
427     <widget class="QLineEdit" name="Edit_URL"/>
428    </item>
429    <item row="1" column="1">
430     <layout class="QHBoxLayout">
431      <property name="spacing">
432       <number>6</number>
433      </property>
434      <item>
435       <widget class="QComboBox" name="Combo_Group">
436        <property name="sizePolicy">
437         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
438          <horstretch>0</horstretch>
439          <verstretch>0</verstretch>
440         </sizepolicy>
441        </property>
442       </widget>
443      </item>
444      <item>
445       <spacer>
446        <property name="orientation">
447         <enum>Qt::Horizontal</enum>
448        </property>
449        <property name="sizeType">
450         <enum>QSizePolicy::Fixed</enum>
451        </property>
452        <property name="sizeHint" stdset="0">
453         <size>
454          <width>100</width>
455          <height>20</height>
456         </size>
457        </property>
458       </spacer>
459      </item>
460      <item>
461       <widget class="QLabel" name="textLabel1">
462        <property name="text">
463         <string>Icon:</string>
464        </property>
465        <property name="alignment">
466         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
467        </property>
468       </widget>
469      </item>
470      <item>
471       <widget class="QToolButton" name="Button_Icons">
472        <property name="iconSize">
473         <size>
474          <width>16</width>
475          <height>16</height>
476         </size>
477        </property>
478       </widget>
479      </item>
480     </layout>
481    </item>
482    <item row="13" column="0" colspan="2">
483     <widget class="QDialogButtonBox" name="buttonBox">
484      <property name="orientation">
485       <enum>Qt::Horizontal</enum>
486      </property>
487      <property name="standardButtons">
488       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
489      </property>
490     </widget>
491    </item>
492    <item row="0" column="0" colspan="2">
493     <spacer>
494      <property name="orientation">
495       <enum>Qt::Vertical</enum>
496      </property>
497      <property name="sizeType">
498       <enum>QSizePolicy::Minimum</enum>
499      </property>
500      <property name="sizeHint" stdset="0">
501       <size>
502        <width>20</width>
503        <height>50</height>
504       </size>
505      </property>
506     </spacer>
507    </item>
508   </layout>
509  </widget>
510  <layoutdefault spacing="6" margin="11"/>
511  <tabstops>
512   <tabstop>Edit_Title</tabstop>
513   <tabstop>Edit_UserName</tabstop>
514   <tabstop>Edit_URL</tabstop>
515   <tabstop>Edit_Password</tabstop>
516   <tabstop>Edit_Password_w</tabstop>
517   <tabstop>ButtonEchoMode</tabstop>
518   <tabstop>ButtonGenPw</tabstop>
519   <tabstop>Edit_Comment</tabstop>
520   <tabstop>DateTime_Expire</tabstop>
521   <tabstop>ButtonExpirePresets</tabstop>
522   <tabstop>CheckBox_ExpiresNever</tabstop>
523   <tabstop>Edit_Attachment</tabstop>
524   <tabstop>ButtonOpenAttachment</tabstop>
525   <tabstop>ButtonSaveAttachment</tabstop>
526   <tabstop>ButtonDeleteAttachment</tabstop>
527   <tabstop>Combo_Group</tabstop>
528   <tabstop>Button_Icons</tabstop>
529   <tabstop>buttonBox</tabstop>
530  </tabstops>
531  <resources/>
532  <connections/>
533 </ui>