Warning, /utilities/basket/src/passwordlayout.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>PasswordLayout</class>
0004  <widget class="QWidget" name="PasswordLayout">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>377</width>
0010     <height>103</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Password Protection</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <widget class="QGroupBox" name="buttonGroup">
0019      <property name="title">
0020       <string/>
0021      </property>
0022      <layout class="QVBoxLayout">
0023       <property name="margin">
0024        <number>0</number>
0025       </property>
0026       <item>
0027        <widget class="QRadioButton" name="noPasswordRadioButton">
0028         <property name="text">
0029          <string>&amp;No protection</string>
0030         </property>
0031        </widget>
0032       </item>
0033       <item>
0034        <widget class="QRadioButton" name="passwordRadioButton">
0035         <property name="text">
0036          <string>Protect basket with a &amp;password</string>
0037         </property>
0038        </widget>
0039       </item>
0040       <item>
0041        <layout class="QHBoxLayout">
0042         <item>
0043          <widget class="QRadioButton" name="publicPrivateRadioButton">
0044           <property name="sizePolicy">
0045            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0046             <horstretch>0</horstretch>
0047             <verstretch>0</verstretch>
0048            </sizepolicy>
0049           </property>
0050           <property name="text">
0051            <string>Protect basket with private &amp;key:</string>
0052           </property>
0053          </widget>
0054         </item>
0055         <item>
0056          <widget class="KComboBox" name="keyCombo"/>
0057         </item>
0058        </layout>
0059       </item>
0060      </layout>
0061     </widget>
0062    </item>
0063    <item>
0064     <spacer name="verticalSpacer">
0065      <property name="orientation">
0066       <enum>Qt::Vertical</enum>
0067      </property>
0068      <property name="sizeHint" stdset="0">
0069       <size>
0070        <width>20</width>
0071        <height>40</height>
0072       </size>
0073      </property>
0074     </spacer>
0075    </item>
0076   </layout>
0077  </widget>
0078  <layoutdefault spacing="0" margin="0"/>
0079  <customwidgets>
0080   <customwidget>
0081    <class>KComboBox</class>
0082    <extends>QComboBox</extends>
0083    <header>kcombobox.h</header>
0084   </customwidget>
0085  </customwidgets>
0086  <resources/>
0087  <connections/>
0088 </ui>