Initial commit
[keepassx] / src / forms / ManageBookmarksDlg.ui
1 <ui version="4.0" >
2  <class>ManageBookmarksDlg</class>
3  <widget class="QDialog" name="ManageBookmarksDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>280</width>
9     <height>360</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>280</width>
15     <height>300</height>
16    </size>
17   </property>
18   <property name="windowTitle" >
19    <string>Manage Bookmarks</string>
20   </property>
21   <layout class="QVBoxLayout" >
22    <item>
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeType" >
28       <enum>QSizePolicy::Fixed</enum>
29      </property>
30      <property name="sizeHint" stdset="0" >
31       <size>
32        <width>20</width>
33        <height>50</height>
34       </size>
35      </property>
36     </spacer>
37    </item>
38    <item>
39     <layout class="QHBoxLayout" >
40      <item>
41       <widget class="QListWidget" name="ListWidget" />
42      </item>
43      <item>
44       <layout class="QVBoxLayout" >
45        <item>
46         <widget class="QToolButton" name="Button_Add" >
47          <property name="iconSize" >
48           <size>
49            <width>16</width>
50            <height>16</height>
51           </size>
52          </property>
53         </widget>
54        </item>
55        <item>
56         <widget class="QToolButton" name="Button_Edit" >
57          <property name="iconSize" >
58           <size>
59            <width>16</width>
60            <height>16</height>
61           </size>
62          </property>
63         </widget>
64        </item>
65        <item>
66         <widget class="QToolButton" name="Button_Delete" >
67          <property name="iconSize" >
68           <size>
69            <width>16</width>
70            <height>16</height>
71           </size>
72          </property>
73         </widget>
74        </item>
75        <item>
76         <spacer>
77          <property name="orientation" >
78           <enum>Qt::Vertical</enum>
79          </property>
80          <property name="sizeType" >
81           <enum>QSizePolicy::Fixed</enum>
82          </property>
83          <property name="sizeHint" stdset="0" >
84           <size>
85            <width>20</width>
86            <height>10</height>
87           </size>
88          </property>
89         </spacer>
90        </item>
91        <item>
92         <widget class="QToolButton" name="Button_Up" >
93          <property name="iconSize" >
94           <size>
95            <width>16</width>
96            <height>16</height>
97           </size>
98          </property>
99         </widget>
100        </item>
101        <item>
102         <widget class="QToolButton" name="Button_Down" >
103          <property name="iconSize" >
104           <size>
105            <width>16</width>
106            <height>16</height>
107           </size>
108          </property>
109         </widget>
110        </item>
111        <item>
112         <spacer>
113          <property name="orientation" >
114           <enum>Qt::Vertical</enum>
115          </property>
116          <property name="sizeHint" stdset="0" >
117           <size>
118            <width>20</width>
119            <height>161</height>
120           </size>
121          </property>
122         </spacer>
123        </item>
124       </layout>
125      </item>
126     </layout>
127    </item>
128    <item>
129     <widget class="QDialogButtonBox" name="buttonBox" >
130      <property name="orientation" >
131       <enum>Qt::Horizontal</enum>
132      </property>
133      <property name="standardButtons" >
134       <set>QDialogButtonBox::Close</set>
135      </property>
136     </widget>
137    </item>
138   </layout>
139  </widget>
140  <tabstops>
141   <tabstop>ListWidget</tabstop>
142   <tabstop>Button_Add</tabstop>
143   <tabstop>Button_Edit</tabstop>
144   <tabstop>Button_Delete</tabstop>
145   <tabstop>Button_Up</tabstop>
146   <tabstop>Button_Down</tabstop>
147   <tabstop>buttonBox</tabstop>
148  </tabstops>
149  <resources/>
150  <connections/>
151 </ui>