Warning, /network/konqueror/webenginepart/src/webenginecustomizecacheablefieldsdlg.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>WebEngineCustomizeCacheableFieldsDlg</class>
0004  <widget class="QDialog" name="WebEngineCustomizeCacheableFieldsDlg">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>650</width>
0010     <height>440</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Choose fields to remember</string>
0015   </property>
0016   <property name="sizeGripEnabled">
0017    <bool>true</bool>
0018   </property>
0019   <property name="modal">
0020    <bool>true</bool>
0021   </property>
0022   <layout class="QVBoxLayout" name="verticalLayout_2">
0023    <item>
0024     <layout class="QHBoxLayout" name="horizontalLayout">
0025      <item>
0026       <spacer name="horizontalSpacer">
0027        <property name="orientation">
0028         <enum>Qt::Horizontal</enum>
0029        </property>
0030        <property name="sizeHint" stdset="0">
0031         <size>
0032          <width>40</width>
0033          <height>20</height>
0034         </size>
0035        </property>
0036       </spacer>
0037      </item>
0038      <item>
0039       <widget class="QCheckBox" name="showPasswords">
0040        <property name="toolTip">
0041         <string>Switch between displaying passwords or placeholders</string>
0042        </property>
0043        <property name="text">
0044         <string>&amp;Show passwords</string>
0045        </property>
0046       </widget>
0047      </item>
0048      <item>
0049       <spacer name="horizontalSpacer_3">
0050        <property name="orientation">
0051         <enum>Qt::Horizontal</enum>
0052        </property>
0053        <property name="sizeHint" stdset="0">
0054         <size>
0055          <width>40</width>
0056          <height>20</height>
0057         </size>
0058        </property>
0059       </spacer>
0060      </item>
0061      <item>
0062       <widget class="QCheckBox" name="showDetails">
0063        <property name="toolTip">
0064         <string>Show advanced information about the fields</string>
0065        </property>
0066        <property name="text">
0067         <string>&amp;Show details</string>
0068        </property>
0069       </widget>
0070      </item>
0071      <item>
0072       <spacer name="horizontalSpacer_2">
0073        <property name="orientation">
0074         <enum>Qt::Horizontal</enum>
0075        </property>
0076        <property name="sizeHint" stdset="0">
0077         <size>
0078          <width>35</width>
0079          <height>19</height>
0080         </size>
0081        </property>
0082       </spacer>
0083      </item>
0084     </layout>
0085    </item>
0086    <item>
0087     <widget class="QGroupBox" name="groupBox">
0088      <property name="title">
0089       <string>Available &amp;fields</string>
0090      </property>
0091      <layout class="QVBoxLayout" name="verticalLayout">
0092       <item>
0093        <widget class="WebFieldsDataView" name="fields"/>
0094       </item>
0095      </layout>
0096     </widget>
0097    </item>
0098    <item>
0099     <widget class="QCheckBox" name="immediatelyCacheData">
0100      <property name="toolTip">
0101       <string>Store form data in KWallet when closing the dialog</string>
0102      </property>
0103      <property name="text">
0104       <string>&amp;Immediately memorize form data</string>
0105      </property>
0106     </widget>
0107    </item>
0108    <item>
0109     <widget class="QDialogButtonBox" name="buttons">
0110      <property name="orientation">
0111       <enum>Qt::Horizontal</enum>
0112      </property>
0113      <property name="standardButtons">
0114       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0115      </property>
0116     </widget>
0117    </item>
0118   </layout>
0119  </widget>
0120  <customwidgets>
0121   <customwidget>
0122    <class>WebFieldsDataView</class>
0123    <extends>QTableView</extends>
0124    <header>webfieldsdataview.h</header>
0125   </customwidget>
0126  </customwidgets>
0127  <resources/>
0128  <connections>
0129   <connection>
0130    <sender>buttons</sender>
0131    <signal>accepted()</signal>
0132    <receiver>WebEngineCustomizeCacheableFieldsDlg</receiver>
0133    <slot>accept()</slot>
0134    <hints>
0135     <hint type="sourcelabel">
0136      <x>248</x>
0137      <y>254</y>
0138     </hint>
0139     <hint type="destinationlabel">
0140      <x>157</x>
0141      <y>274</y>
0142     </hint>
0143    </hints>
0144   </connection>
0145   <connection>
0146    <sender>buttons</sender>
0147    <signal>rejected()</signal>
0148    <receiver>WebEngineCustomizeCacheableFieldsDlg</receiver>
0149    <slot>reject()</slot>
0150    <hints>
0151     <hint type="sourcelabel">
0152      <x>316</x>
0153      <y>260</y>
0154     </hint>
0155     <hint type="destinationlabel">
0156      <x>286</x>
0157      <y>274</y>
0158     </hint>
0159    </hints>
0160   </connection>
0161  </connections>
0162 </ui>