add more spacing
[personal-kdebase.git] / apps / kdepasswd / kcm / faceDlg.ui
blob0cf2f31685782e852fd42c5e7abe71a5bb3ba3e8
1 <ui version="4.0" >
2  <class>faceDlg</class>
3  <widget class="QWidget" name="faceDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>306</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>400</width>
15     <height>199</height>
16    </size>
17   </property>
18   <layout class="QGridLayout" >
19    <item row="0" column="0" >
20     <layout class="QVBoxLayout" >
21      <item>
22       <widget class="QLabel" name="header" >
23        <property name="text" >
24         <string>Select a new face:</string>
25        </property>
26       </widget>
27      </item>
28      <item>
29       <widget class="QListWidget" name="m_FacesWidget" >
30        <property name="iconSize" >
31         <size>
32          <width>64</width>
33          <height>64</height>
34         </size>
35        </property>
36        <property name="resizeMode" >
37         <enum>QListView::Adjust</enum>
38        </property>
39        <property name="viewMode" >
40         <enum>QListView::IconMode</enum>
41        </property>
42       </widget>
43      </item>
44      <item>
45       <layout class="QHBoxLayout" >
46        <item>
47         <widget class="QPushButton" name="browseBtn" >
48          <property name="text" >
49           <string>Custom Image...</string>
50          </property>
51         </widget>
52        </item>
53        <item>
54         <spacer>
55          <property name="orientation" >
56           <enum>Qt::Horizontal</enum>
57          </property>
58          <property name="sizeHint" >
59           <size>
60            <width>40</width>
61            <height>20</height>
62           </size>
63          </property>
64         </spacer>
65        </item>
66       </layout>
67      </item>
68     </layout>
69    </item>
70   </layout>
71  </widget>
72  <resources/>
73  <connections/>
74 </ui>