Release 0.4.3-3maemo with patches to disable menus/actions, add ScrollArea and fix...
[keepassx] / src / forms / AddBookmarkDlg.ui
1 <ui version="4.0" >
2  <author>Tarek Saidi</author>
3  <class>AddBookmarkDlg</class>
4  <widget class="QWidget" name="AddBookmarkDlg" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>500</width>
10     <height>180</height>
11    </rect>
12   </property>
13   <property name="sizePolicy" >
14    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize" >
20    <size>
21     <width>500</width>
22     <height>180</height>
23    </size>
24   </property>
25   <property name="maximumSize" >
26    <size>
27     <width>500</width>
28     <height>180</height>
29    </size>
30   </property>
31   <property name="windowTitle" >
32    <string>Add Bookmark</string>
33   </property>
34   <layout class="QVBoxLayout" >
35    <item>
36     <spacer>
37      <property name="orientation" >
38       <enum>Qt::Vertical</enum>
39      </property>
40      <property name="sizeType" >
41       <enum>QSizePolicy::Fixed</enum>
42      </property>
43      <property name="sizeHint" stdset="0" >
44       <size>
45        <width>20</width>
46        <height>50</height>
47       </size>
48      </property>
49     </spacer>
50    </item>
51    <item>
52     <layout class="QGridLayout" >
53      <item row="0" column="0" >
54       <widget class="QLabel" name="label" >
55        <property name="text" >
56         <string>Title:</string>
57        </property>
58       </widget>
59      </item>
60      <item row="0" column="1" >
61       <widget class="QLineEdit" name="Edit_Title" />
62      </item>
63      <item row="1" column="0" >
64       <widget class="QLabel" name="label_2" >
65        <property name="text" >
66         <string>File:</string>
67        </property>
68       </widget>
69      </item>
70      <item row="1" column="1" >
71       <widget class="QLineEdit" name="Edit_Filename" />
72      </item>
73      <item row="1" column="2" >
74       <widget class="QPushButton" name="Button_Browse" >
75        <property name="text" >
76         <string>Browse...</string>
77        </property>
78       </widget>
79      </item>
80     </layout>
81    </item>
82    <item>
83     <widget class="Line" name="line" >
84      <property name="orientation" >
85       <enum>Qt::Horizontal</enum>
86      </property>
87     </widget>
88    </item>
89    <item>
90     <widget class="QDialogButtonBox" name="buttonBox" >
91      <property name="standardButtons" >
92       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
93      </property>
94     </widget>
95    </item>
96   </layout>
97  </widget>
98  <tabstops>
99   <tabstop>Edit_Title</tabstop>
100   <tabstop>Edit_Filename</tabstop>
101   <tabstop>Button_Browse</tabstop>
102   <tabstop>buttonBox</tabstop>
103  </tabstops>
104  <resources/>
105  <connections/>
106 </ui>