Initial commit
[keepassx] / src / forms / EditGroupDlg.ui
1 <ui version="4.0" >
2  <author>Tarek Saidi</author>
3  <class>EditGroupDialog</class>
4  <widget class="QDialog" name="EditGroupDialog" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>350</width>
10     <height>120</height>
11    </rect>
12   </property>
13   <property name="minimumSize" >
14    <size>
15     <width>350</width>
16     <height>0</height>
17    </size>
18   </property>
19   <property name="windowTitle" >
20    <string>Group Properties</string>
21   </property>
22   <layout class="QVBoxLayout" >
23    <property name="spacing" >
24     <number>6</number>
25    </property>
26    <item>
27     <layout class="QGridLayout" >
28      <property name="spacing" >
29       <number>6</number>
30      </property>
31      <item row="1" column="0" >
32       <widget class="QLabel" name="Label2" >
33        <property name="text" >
34         <string>Icon:</string>
35        </property>
36       </widget>
37      </item>
38      <item row="0" column="0" >
39       <widget class="QLabel" name="Label1" >
40        <property name="text" >
41         <string>Title:</string>
42        </property>
43       </widget>
44      </item>
45      <item row="1" column="1" >
46       <widget class="QComboBox" name="ComboIconPicker" />
47      </item>
48      <item row="1" column="3" >
49       <spacer>
50        <property name="orientation" >
51         <enum>Qt::Horizontal</enum>
52        </property>
53        <property name="sizeHint" stdset="0" >
54         <size>
55          <width>172</width>
56          <height>20</height>
57         </size>
58        </property>
59       </spacer>
60      </item>
61      <item row="0" column="1" colspan="3" >
62       <widget class="QLineEdit" name="EditTitle" />
63      </item>
64      <item row="1" column="2" >
65       <widget class="QToolButton" name="Button_Icon" >
66        <property name="text" >
67         <string>></string>
68        </property>
69       </widget>
70      </item>
71     </layout>
72    </item>
73    <item>
74     <widget class="Line" name="line1" >
75      <property name="frameShape" >
76       <enum>QFrame::HLine</enum>
77      </property>
78      <property name="frameShadow" >
79       <enum>QFrame::Sunken</enum>
80      </property>
81      <property name="orientation" >
82       <enum>Qt::Horizontal</enum>
83      </property>
84     </widget>
85    </item>
86    <item>
87     <widget class="QDialogButtonBox" name="ButtonBox" >
88      <property name="standardButtons" >
89       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
90      </property>
91     </widget>
92    </item>
93   </layout>
94  </widget>
95  <layoutdefault spacing="6" margin="11" />
96  <tabstops>
97   <tabstop>EditTitle</tabstop>
98   <tabstop>ComboIconPicker</tabstop>
99   <tabstop>Button_Icon</tabstop>
100   <tabstop>ButtonBox</tabstop>
101  </tabstops>
102  <resources/>
103  <connections/>
104 </ui>