1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>WebEngineCustomizeCacheableFieldsDlg</class> 4 <widget class="QDialog" name="WebEngineCustomizeCacheableFieldsDlg"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>650</width> 10 <height>440</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Choose fields to remember</string> 15 </property> 16 <property name="sizeGripEnabled"> 17 <bool>true</bool> 18 </property> 19 <property name="modal"> 20 <bool>true</bool> 21 </property> 22 <layout class="QVBoxLayout" name="verticalLayout_2"> 23 <item> 24 <layout class="QHBoxLayout" name="horizontalLayout"> 25 <item> 26 <spacer name="horizontalSpacer"> 27 <property name="orientation"> 28 <enum>Qt::Horizontal</enum> 29 </property> 30 <property name="sizeHint" stdset="0"> 31 <size> 32 <width>40</width> 33 <height>20</height> 34 </size> 35 </property> 36 </spacer> 37 </item> 38 <item> 39 <widget class="QCheckBox" name="showPasswords"> 40 <property name="toolTip"> 41 <string>Switch between displaying passwords or placeholders</string> 42 </property> 43 <property name="text"> 44 <string>&Show passwords</string> 45 </property> 46 </widget> 47 </item> 48 <item> 49 <spacer name="horizontalSpacer_3"> 50 <property name="orientation"> 51 <enum>Qt::Horizontal</enum> 52 </property> 53 <property name="sizeHint" stdset="0"> 54 <size> 55 <width>40</width> 56 <height>20</height> 57 </size> 58 </property> 59 </spacer> 60 </item> 61 <item> 62 <widget class="QCheckBox" name="showDetails"> 63 <property name="toolTip"> 64 <string>Show advanced information about the fields</string> 65 </property> 66 <property name="text"> 67 <string>&Show details</string> 68 </property> 69 </widget> 70 </item> 71 <item> 72 <spacer name="horizontalSpacer_2"> 73 <property name="orientation"> 74 <enum>Qt::Horizontal</enum> 75 </property> 76 <property name="sizeHint" stdset="0"> 77 <size> 78 <width>35</width> 79 <height>19</height> 80 </size> 81 </property> 82 </spacer> 83 </item> 84 </layout> 85 </item> 86 <item> 87 <widget class="QGroupBox" name="groupBox"> 88 <property name="title"> 89 <string>Available &fields</string> 90 </property> 91 <layout class="QVBoxLayout" name="verticalLayout"> 92 <item> 93 <widget class="WebFieldsDataView" name="fields"/> 94 </item> 95 </layout> 96 </widget> 97 </item> 98 <item> 99 <widget class="QCheckBox" name="immediatelyCacheData"> 100 <property name="toolTip"> 101 <string>Store form data in KWallet when closing the dialog</string> 102 </property> 103 <property name="text"> 104 <string>&Immediately memorize form data</string> 105 </property> 106 </widget> 107 </item> 108 <item> 109 <widget class="QDialogButtonBox" name="buttons"> 110 <property name="orientation"> 111 <enum>Qt::Horizontal</enum> 112 </property> 113 <property name="standardButtons"> 114 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 115 </property> 116 </widget> 117 </item> 118 </layout> 119 </widget> 120 <customwidgets> 121 <customwidget> 122 <class>WebFieldsDataView</class> 123 <extends>QTableView</extends> 124 <header>webfieldsdataview.h</header> 125 </customwidget> 126 </customwidgets> 127 <resources/> 128 <connections> 129 <connection> 130 <sender>buttons</sender> 131 <signal>accepted()</signal> 132 <receiver>WebEngineCustomizeCacheableFieldsDlg</receiver> 133 <slot>accept()</slot> 134 <hints> 135 <hint type="sourcelabel"> 136 <x>248</x> 137 <y>254</y> 138 </hint> 139 <hint type="destinationlabel"> 140 <x>157</x> 141 <y>274</y> 142 </hint> 143 </hints> 144 </connection> 145 <connection> 146 <sender>buttons</sender> 147 <signal>rejected()</signal> 148 <receiver>WebEngineCustomizeCacheableFieldsDlg</receiver> 149 <slot>reject()</slot> 150 <hints> 151 <hint type="sourcelabel"> 152 <x>316</x> 153 <y>260</y> 154 </hint> 155 <hint type="destinationlabel"> 156 <x>286</x> 157 <y>274</y> 158 </hint> 159 </hints> 160 </connection> 161 </connections> 162</ui> 163