Initial commit
[keepassx] / src / forms / SelectIconDlg.ui
1 <ui version="4.0" >
2  <class>SelectIconDlg</class>
3  <widget class="QDialog" name="SelectIconDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>478</width>
9     <height>284</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Icon Selection</string>
20   </property>
21   <layout class="QVBoxLayout" >
22    <item>
23     <widget class="QListWidget" name="List" >
24      <property name="iconSize" >
25       <size>
26        <width>16</width>
27        <height>16</height>
28       </size>
29      </property>
30      <property name="movement" >
31       <enum>QListView::Static</enum>
32      </property>
33      <property name="flow" >
34       <enum>QListView::LeftToRight</enum>
35      </property>
36      <property name="isWrapping" stdset="0" >
37       <bool>true</bool>
38      </property>
39      <property name="resizeMode" >
40       <enum>QListView::Fixed</enum>
41      </property>
42      <property name="gridSize" >
43       <size>
44        <width>32</width>
45        <height>44</height>
46       </size>
47      </property>
48      <property name="viewMode" >
49       <enum>QListView::IconMode</enum>
50      </property>
51     </widget>
52    </item>
53    <item>
54     <widget class="QDialogButtonBox" name="ButtonBox" >
55      <property name="standardButtons" >
56       <set>QDialogButtonBox::Cancel</set>
57      </property>
58     </widget>
59    </item>
60   </layout>
61  </widget>
62  <resources/>
63  <connections/>
64 </ui>