Warning, /network/falkon/src/lib/preferences/autofillmanager.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>AutoFillManager</class>
0004  <widget class="QWidget" name="AutoFillManager">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>537</width>
0010     <height>372</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_3">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout">
0016      <item>
0017       <widget class="QLabel" name="label">
0018        <property name="sizePolicy">
0019         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0020          <horstretch>0</horstretch>
0021          <verstretch>0</verstretch>
0022         </sizepolicy>
0023        </property>
0024        <property name="text">
0025         <string>Passwords are stored in:</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QLabel" name="currentBackend"/>
0031      </item>
0032      <item>
0033       <widget class="QPushButton" name="changeBackend">
0034        <property name="text">
0035         <string>Change backend</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="QPushButton" name="backendOptions">
0041        <property name="text">
0042         <string>Backend options</string>
0043        </property>
0044       </widget>
0045      </item>
0046      <item>
0047       <spacer name="horizontalSpacer_2">
0048        <property name="orientation">
0049         <enum>Qt::Horizontal</enum>
0050        </property>
0051        <property name="sizeHint" stdset="0">
0052         <size>
0053          <width>40</width>
0054          <height>20</height>
0055         </size>
0056        </property>
0057       </spacer>
0058      </item>
0059     </layout>
0060    </item>
0061    <item>
0062     <widget class="QTabWidget" name="tabWidget">
0063      <property name="focusPolicy">
0064       <enum>Qt::NoFocus</enum>
0065      </property>
0066      <property name="currentIndex">
0067       <number>0</number>
0068      </property>
0069      <widget class="QWidget" name="tabPass">
0070       <attribute name="title">
0071        <string>Passwords</string>
0072       </attribute>
0073       <layout class="QGridLayout" name="gridLayout">
0074        <item row="2" column="0">
0075         <widget class="TreeWidget" name="treePass">
0076          <property name="indentation">
0077           <number>0</number>
0078          </property>
0079          <property name="sortingEnabled">
0080           <bool>true</bool>
0081          </property>
0082          <attribute name="headerMinimumSectionSize">
0083           <number>100</number>
0084          </attribute>
0085          <column>
0086           <property name="text">
0087            <string>Server</string>
0088           </property>
0089          </column>
0090          <column>
0091           <property name="text">
0092            <string>Username</string>
0093           </property>
0094          </column>
0095          <column>
0096           <property name="text">
0097            <string>Password</string>
0098           </property>
0099          </column>
0100         </widget>
0101        </item>
0102        <item row="3" column="0" colspan="2">
0103         <layout class="QHBoxLayout" name="showPasswordsLayout">
0104          <item>
0105           <widget class="QPushButton" name="importExport">
0106            <property name="sizePolicy">
0107             <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0108              <horstretch>0</horstretch>
0109              <verstretch>0</verstretch>
0110             </sizepolicy>
0111            </property>
0112            <property name="text">
0113             <string>Import and Export</string>
0114            </property>
0115           </widget>
0116          </item>
0117          <item>
0118           <widget class="QLabel" name="importExportLabel">
0119            <property name="text">
0120             <string/>
0121            </property>
0122           </widget>
0123          </item>
0124          <item>
0125           <spacer name="horizontalSpacer">
0126            <property name="orientation">
0127             <enum>Qt::Horizontal</enum>
0128            </property>
0129            <property name="sizeHint" stdset="0">
0130             <size>
0131              <width>40</width>
0132              <height>20</height>
0133             </size>
0134            </property>
0135           </spacer>
0136          </item>
0137          <item>
0138           <widget class="QPushButton" name="showPasswords">
0139            <property name="text">
0140             <string>Show Passwords</string>
0141            </property>
0142           </widget>
0143          </item>
0144         </layout>
0145        </item>
0146        <item row="1" column="0">
0147         <widget class="QLineEdit" name="search"/>
0148        </item>
0149        <item row="1" column="1" rowspan="2">
0150         <layout class="QVBoxLayout" name="verticalLayout">
0151          <item>
0152           <widget class="QPushButton" name="editPass">
0153            <property name="text">
0154             <string>Edit</string>
0155            </property>
0156           </widget>
0157          </item>
0158          <item>
0159           <widget class="QPushButton" name="removePass">
0160            <property name="text">
0161             <string>Remove</string>
0162            </property>
0163           </widget>
0164          </item>
0165          <item>
0166           <widget class="QPushButton" name="removeAllPass">
0167            <property name="text">
0168             <string>Remove All</string>
0169            </property>
0170           </widget>
0171          </item>
0172          <item>
0173           <spacer name="verticalSpacer">
0174            <property name="orientation">
0175             <enum>Qt::Vertical</enum>
0176            </property>
0177            <property name="sizeHint" stdset="0">
0178             <size>
0179              <width>20</width>
0180              <height>40</height>
0181             </size>
0182            </property>
0183           </spacer>
0184          </item>
0185         </layout>
0186        </item>
0187       </layout>
0188      </widget>
0189      <widget class="QWidget" name="tabExcept">
0190       <attribute name="title">
0191        <string>Exceptions</string>
0192       </attribute>
0193       <layout class="QHBoxLayout" name="horizontalLayout_3">
0194        <item>
0195         <widget class="TreeWidget" name="treeExcept">
0196          <property name="sortingEnabled">
0197           <bool>true</bool>
0198          </property>
0199          <column>
0200           <property name="text">
0201            <string>Server</string>
0202           </property>
0203          </column>
0204         </widget>
0205        </item>
0206        <item>
0207         <layout class="QVBoxLayout" name="verticalLayout_2">
0208          <item>
0209           <widget class="QPushButton" name="removeExcept">
0210            <property name="text">
0211             <string>Remove</string>
0212            </property>
0213           </widget>
0214          </item>
0215          <item>
0216           <widget class="QPushButton" name="removeAllExcept">
0217            <property name="text">
0218             <string>Remove All</string>
0219            </property>
0220           </widget>
0221          </item>
0222          <item>
0223           <spacer name="verticalSpacer_2">
0224            <property name="orientation">
0225             <enum>Qt::Vertical</enum>
0226            </property>
0227            <property name="sizeHint" stdset="0">
0228             <size>
0229              <width>20</width>
0230              <height>40</height>
0231             </size>
0232            </property>
0233           </spacer>
0234          </item>
0235         </layout>
0236        </item>
0237       </layout>
0238      </widget>
0239     </widget>
0240    </item>
0241   </layout>
0242  </widget>
0243  <customwidgets>
0244   <customwidget>
0245    <class>TreeWidget</class>
0246    <extends>QTreeWidget</extends>
0247    <header>treewidget.h</header>
0248   </customwidget>
0249  </customwidgets>
0250  <resources/>
0251  <connections/>
0252 </ui>