Warning, /pim/trojita/src/Plugins/AbookAddressbook/be-contacts.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>Contacts</class> 0004 <widget class="QWidget" name="Contacts"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>266</width> 0010 <height>259</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Contacts</string> 0015 </property> 0016 <layout class="QGridLayout" name="gridLayout"> 0017 <item row="0" column="0"> 0018 <widget class="QSplitter" name="splitter"> 0019 <property name="orientation"> 0020 <enum>Qt::Horizontal</enum> 0021 </property> 0022 <widget class="QWidget" name="layoutWidget"> 0023 <layout class="QVBoxLayout" name="verticalLayout"> 0024 <item> 0025 <widget class="QLineEdit" name="filter"/> 0026 </item> 0027 <item> 0028 <widget class="QListView" name="contacts"> 0029 <property name="sizePolicy"> 0030 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0031 <horstretch>0</horstretch> 0032 <verstretch>0</verstretch> 0033 </sizepolicy> 0034 </property> 0035 <property name="minimumSize"> 0036 <size> 0037 <width>200</width> 0038 <height>0</height> 0039 </size> 0040 </property> 0041 </widget> 0042 </item> 0043 <item> 0044 <layout class="QHBoxLayout" name="horizontalLayout"> 0045 <item> 0046 <widget class="QPushButton" name="remove"> 0047 <property name="text"> 0048 <string>Delete</string> 0049 </property> 0050 <property name="icon"> 0051 <iconset theme="edit-delete"/> 0052 </property> 0053 </widget> 0054 </item> 0055 <item> 0056 <widget class="QPushButton" name="add"> 0057 <property name="text"> 0058 <string>Add</string> 0059 </property> 0060 <property name="default"> 0061 <bool>true</bool> 0062 </property> 0063 </widget> 0064 </item> 0065 </layout> 0066 </item> 0067 </layout> 0068 </widget> 0069 <widget class="QWidget" name="oneContact" native="true"> 0070 <property name="sizePolicy"> 0071 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0072 <horstretch>0</horstretch> 0073 <verstretch>0</verstretch> 0074 </sizepolicy> 0075 </property> 0076 </widget> 0077 </widget> 0078 </item> 0079 </layout> 0080 </widget> 0081 <tabstops> 0082 <tabstop>filter</tabstop> 0083 <tabstop>contacts</tabstop> 0084 <tabstop>remove</tabstop> 0085 <tabstop>add</tabstop> 0086 </tabstops> 0087 <resources/> 0088 <connections/> 0089 </ui>