Warning, /network/ktp-accounts-kcm/src/main-widget.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>MainWidget</class>
0004  <widget class="QWidget" name="MainWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>937</width>
0010     <height>698</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout">
0014    <item>
0015     <widget class="QWidget" name="mainBodyWidget" native="true">
0016      <layout class="QVBoxLayout" name="verticalLayout">
0017       <property name="margin">
0018        <number>0</number>
0019       </property>
0020       <item>
0021        <widget class="QFrame" name="salutEnableFrame">
0022         <property name="minimumSize">
0023          <size>
0024           <width>0</width>
0025           <height>50</height>
0026          </size>
0027         </property>
0028         <property name="frameShape">
0029          <enum>QFrame::StyledPanel</enum>
0030         </property>
0031         <property name="frameShadow">
0032          <enum>QFrame::Raised</enum>
0033         </property>
0034         <layout class="QVBoxLayout" name="verticalLayout_5">
0035          <property name="leftMargin">
0036           <number>0</number>
0037          </property>
0038          <item>
0039           <widget class="QWidget" name="salutWidget" native="true">
0040            <property name="sizePolicy">
0041             <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0042              <horstretch>0</horstretch>
0043              <verstretch>0</verstretch>
0044             </sizepolicy>
0045            </property>
0046            <layout class="QHBoxLayout" name="horizontalLayout_4">
0047             <item>
0048              <widget class="QCheckBox" name="salutEnableCheckbox">
0049               <property name="sizePolicy">
0050                <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
0051                 <horstretch>0</horstretch>
0052                 <verstretch>0</verstretch>
0053                </sizepolicy>
0054               </property>
0055               <property name="iconSize">
0056                <size>
0057                 <width>32</width>
0058                 <height>32</height>
0059                </size>
0060               </property>
0061              </widget>
0062             </item>
0063             <item>
0064              <layout class="QVBoxLayout" name="verticalLayout_2">
0065               <item>
0066                <widget class="QLabel" name="salutEnableLabel">
0067                 <property name="sizePolicy">
0068                  <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0069                   <horstretch>0</horstretch>
0070                   <verstretch>0</verstretch>
0071                  </sizepolicy>
0072                 </property>
0073                 <property name="font">
0074                  <font>
0075                   <weight>75</weight>
0076                   <bold>true</bold>
0077                  </font>
0078                 </property>
0079                 <property name="text">
0080                  <string>Enable local network discovery</string>
0081                 </property>
0082                </widget>
0083               </item>
0084               <item>
0085                <widget class="QLabel" name="salutEnableStatusLabel">
0086                 <property name="sizePolicy">
0087                  <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0088                   <horstretch>0</horstretch>
0089                   <verstretch>0</verstretch>
0090                  </sizepolicy>
0091                 </property>
0092                 <property name="font">
0093                  <font>
0094                   <weight>50</weight>
0095                   <italic>true</italic>
0096                   <bold>false</bold>
0097                  </font>
0098                 </property>
0099                 <property name="text">
0100                  <string>Connect to people near you</string>
0101                 </property>
0102                </widget>
0103               </item>
0104              </layout>
0105             </item>
0106            </layout>
0107           </widget>
0108          </item>
0109         </layout>
0110        </widget>
0111       </item>
0112       <item>
0113        <widget class="QListView" name="salutListView">
0114         <property name="maximumSize">
0115          <size>
0116           <width>16777215</width>
0117           <height>50</height>
0118          </size>
0119         </property>
0120         <property name="iconSize">
0121          <size>
0122           <width>32</width>
0123           <height>32</height>
0124          </size>
0125         </property>
0126        </widget>
0127       </item>
0128       <item>
0129        <widget class="QListView" name="accountsListView">
0130         <property name="iconSize">
0131          <size>
0132           <width>32</width>
0133           <height>32</height>
0134          </size>
0135         </property>
0136        </widget>
0137       </item>
0138      </layout>
0139     </widget>
0140    </item>
0141    <item>
0142     <layout class="QVBoxLayout" name="verticalLayout_3">
0143      <item>
0144       <layout class="QVBoxLayout" name="verticalLayout_4">
0145        <property name="sizeConstraint">
0146         <enum>QLayout::SetFixedSize</enum>
0147        </property>
0148        <item>
0149         <widget class="KPushButton" name="addAccountButton">
0150          <property name="text">
0151           <string>Add Account</string>
0152          </property>
0153         </widget>
0154        </item>
0155        <item>
0156         <widget class="KPushButton" name="editAccountButton">
0157          <property name="enabled">
0158           <bool>false</bool>
0159          </property>
0160          <property name="text">
0161           <string>Edit Account</string>
0162          </property>
0163         </widget>
0164        </item>
0165        <item>
0166         <widget class="KPushButton" name="editAccountIdentityButton">
0167          <property name="enabled">
0168           <bool>false</bool>
0169          </property>
0170          <property name="toolTip">
0171           <string>Edit how you appear to others. Requires the account to be online.</string>
0172          </property>
0173          <property name="text">
0174           <string>Edit Identity</string>
0175          </property>
0176         </widget>
0177        </item>
0178        <item>
0179         <widget class="KPushButton" name="removeAccountButton">
0180          <property name="enabled">
0181           <bool>false</bool>
0182          </property>
0183          <property name="text">
0184           <string>Remove Account</string>
0185          </property>
0186         </widget>
0187        </item>
0188       </layout>
0189      </item>
0190      <item>
0191       <spacer name="verticalSpacer">
0192        <property name="orientation">
0193         <enum>Qt::Vertical</enum>
0194        </property>
0195        <property name="sizeHint" stdset="0">
0196         <size>
0197          <width>20</width>
0198          <height>40</height>
0199         </size>
0200        </property>
0201       </spacer>
0202      </item>
0203     </layout>
0204    </item>
0205   </layout>
0206  </widget>
0207  <customwidgets>
0208   <customwidget>
0209    <class>KPushButton</class>
0210    <extends>QPushButton</extends>
0211    <header>kpushbutton.h</header>
0212   </customwidget>
0213  </customwidgets>
0214  <tabstops>
0215   <tabstop>salutEnableCheckbox</tabstop>
0216   <tabstop>salutListView</tabstop>
0217   <tabstop>accountsListView</tabstop>
0218   <tabstop>addAccountButton</tabstop>
0219   <tabstop>editAccountButton</tabstop>
0220   <tabstop>editAccountIdentityButton</tabstop>
0221   <tabstop>removeAccountButton</tabstop>
0222  </tabstops>
0223  <resources/>
0224  <connections/>
0225 </ui>