Warning, /utilities/kwalletmanager/src/manager/applicationsmanager.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>ApplicationsManager</class>
0004  <widget class="QWidget" name="ApplicationsManager">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>620</width>
0010     <height>458</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QLabel" name="label">
0016      <property name="text">
0017       <string>These applications are currently connected to this wallet:</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <widget class="ConnectedApplicationsTable" name="_connectedApps">
0023      <property name="horizontalScrollBarPolicy">
0024       <enum>Qt::ScrollBarAlwaysOff</enum>
0025      </property>
0026      <property name="showDropIndicator" stdset="0">
0027       <bool>false</bool>
0028      </property>
0029      <property name="dragDropOverwriteMode">
0030       <bool>false</bool>
0031      </property>
0032      <property name="alternatingRowColors">
0033       <bool>true</bool>
0034      </property>
0035      <property name="selectionMode">
0036       <enum>QAbstractItemView::SingleSelection</enum>
0037      </property>
0038      <property name="selectionBehavior">
0039       <enum>QAbstractItemView::SelectRows</enum>
0040      </property>
0041      <property name="showGrid">
0042       <bool>false</bool>
0043      </property>
0044      <property name="wordWrap">
0045       <bool>false</bool>
0046      </property>
0047      <attribute name="horizontalHeaderVisible">
0048       <bool>false</bool>
0049      </attribute>
0050      <attribute name="horizontalHeaderStretchLastSection">
0051       <bool>true</bool>
0052      </attribute>
0053      <attribute name="verticalHeaderVisible">
0054       <bool>false</bool>
0055      </attribute>
0056      <attribute name="verticalHeaderStretchLastSection">
0057       <bool>false</bool>
0058      </attribute>
0059     </widget>
0060    </item>
0061    <item>
0062     <widget class="QLabel" name="label_2">
0063      <property name="text">
0064       <string>These applications are authorized to access this wallet:</string>
0065      </property>
0066     </widget>
0067    </item>
0068    <item>
0069     <widget class="AuthorizedApplicationsTable" name="_authorizedApps">
0070      <property name="showDropIndicator" stdset="0">
0071       <bool>false</bool>
0072      </property>
0073      <property name="dragDropOverwriteMode">
0074       <bool>false</bool>
0075      </property>
0076      <property name="alternatingRowColors">
0077       <bool>true</bool>
0078      </property>
0079      <property name="selectionMode">
0080       <enum>QAbstractItemView::SingleSelection</enum>
0081      </property>
0082      <property name="selectionBehavior">
0083       <enum>QAbstractItemView::SelectRows</enum>
0084      </property>
0085      <property name="showGrid">
0086       <bool>false</bool>
0087      </property>
0088      <attribute name="horizontalHeaderVisible">
0089       <bool>false</bool>
0090      </attribute>
0091      <attribute name="horizontalHeaderStretchLastSection">
0092       <bool>true</bool>
0093      </attribute>
0094      <attribute name="verticalHeaderVisible">
0095       <bool>false</bool>
0096      </attribute>
0097     </widget>
0098    </item>
0099   </layout>
0100  </widget>
0101  <customwidgets>
0102   <customwidget>
0103    <class>ConnectedApplicationsTable</class>
0104    <extends>QTableView</extends>
0105    <header>connectedapplicationstable.h</header>
0106   </customwidget>
0107   <customwidget>
0108    <class>AuthorizedApplicationsTable</class>
0109    <extends>QTableView</extends>
0110    <header>authorizedapplicationstable.h</header>
0111   </customwidget>
0112  </customwidgets>
0113  <resources/>
0114  <connections/>
0115 </ui>