Updated the README file with some contributor tips.
[basket4.git] / src / passwordlayout.ui
blob34af83bd33f16051cfc9dba01dc70aba6afaa354
1 <ui version="4.0" >
2  <class>PasswordLayout</class>
3  <widget class="QWidget" name="PasswordLayout" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>316</width>
9     <height>100</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Password Protection</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="Q3ButtonGroup" name="buttonGroup" >
18      <property name="title" >
19       <string/>
20      </property>
21      <property name="lineWidth" >
22       <number>0</number>
23      </property>
24      <layout class="QVBoxLayout" >
25       <property name="margin" >
26        <number>0</number>
27       </property>
28       <item>
29        <widget class="QRadioButton" name="noPasswordRadioButton" >
30         <property name="text" >
31          <string>&amp;No protection</string>
32         </property>
33        </widget>
34       </item>
35       <item>
36        <widget class="QRadioButton" name="passwordRadioButton" >
37         <property name="text" >
38          <string>Protect basket with a &amp;password</string>
39         </property>
40        </widget>
41       </item>
42       <item>
43        <layout class="QHBoxLayout" >
44         <item>
45          <widget class="QRadioButton" name="publicPrivateRadioButton" >
46           <property name="sizePolicy" >
47            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
48             <horstretch>0</horstretch>
49             <verstretch>0</verstretch>
50            </sizepolicy>
51           </property>
52           <property name="text" >
53            <string>Protect basket with private &amp;key:</string>
54           </property>
55          </widget>
56         </item>
57         <item>
58          <widget class="QComboBox" name="keyCombo" />
59         </item>
60        </layout>
61       </item>
62      </layout>
63     </widget>
64    </item>
65    <item>
66     <spacer name="spacer" >
67      <property name="orientation" >
68       <enum>Qt::Vertical</enum>
69      </property>
70      <property name="sizeType" >
71       <enum>QSizePolicy::Expanding</enum>
72      </property>
73      <property name="sizeHint" stdset="0" >
74       <size>
75        <width>20</width>
76        <height>6</height>
77       </size>
78      </property>
79     </spacer>
80    </item>
81   </layout>
82  </widget>
83  <layoutdefault spacing="0" margin="0" />
84  <layoutfunction spacing="KDialog::spacingHint" />
85  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
86  <customwidgets>
87   <customwidget>
88    <class>Q3ButtonGroup</class>
89    <extends>Q3GroupBox</extends>
90    <header>Qt3Support/Q3ButtonGroup</header>
91    <container>1</container>
92   </customwidget>
93  </customwidgets>
94  <resources/>
95  <connections/>
96 </ui>