Warning, /network/ktp-accounts-kcm/src/account-identity-dialog.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>AccountIdentityDialog</class>
0004  <widget class="QWidget" name="AccountIdentityDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>357</width>
0010     <height>121</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout">
0014    <property name="margin">
0015     <number>0</number>
0016    </property>
0017    <item>
0018     <layout class="QVBoxLayout" name="verticalLayout">
0019      <item>
0020       <spacer name="verticalSpacer_2">
0021        <property name="orientation">
0022         <enum>Qt::Vertical</enum>
0023        </property>
0024        <property name="sizeHint" stdset="0">
0025         <size>
0026          <width>20</width>
0027          <height>20</height>
0028         </size>
0029        </property>
0030       </spacer>
0031      </item>
0032      <item>
0033       <layout class="QFormLayout" name="formLayout">
0034        <property name="fieldGrowthPolicy">
0035         <enum>QFormLayout::ExpandingFieldsGrow</enum>
0036        </property>
0037        <item row="1" column="0">
0038         <widget class="QLabel" name="label_3">
0039          <property name="text">
0040           <string>Nickname:</string>
0041          </property>
0042         </widget>
0043        </item>
0044        <item row="1" column="1">
0045         <widget class="KLineEdit" name="accountNickname"/>
0046        </item>
0047        <item row="0" column="0">
0048         <widget class="QLabel" name="label">
0049          <property name="text">
0050           <string>Account:</string>
0051          </property>
0052         </widget>
0053        </item>
0054        <item row="0" column="1">
0055         <widget class="QLabel" name="accountId">
0056          <property name="text">
0057           <string notr="true">TextLabel</string>
0058          </property>
0059         </widget>
0060        </item>
0061       </layout>
0062      </item>
0063      <item>
0064       <spacer name="verticalSpacer">
0065        <property name="orientation">
0066         <enum>Qt::Vertical</enum>
0067        </property>
0068        <property name="sizeHint" stdset="0">
0069         <size>
0070          <width>20</width>
0071          <height>20</height>
0072         </size>
0073        </property>
0074       </spacer>
0075      </item>
0076     </layout>
0077    </item>
0078    <item>
0079     <widget class="AvatarButton" name="accountAvatar">
0080      <property name="sizePolicy">
0081       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0082        <horstretch>100</horstretch>
0083        <verstretch>100</verstretch>
0084       </sizepolicy>
0085      </property>
0086      <property name="text">
0087       <string>...</string>
0088      </property>
0089     </widget>
0090    </item>
0091   </layout>
0092  </widget>
0093  <customwidgets>
0094   <customwidget>
0095    <class>KLineEdit</class>
0096    <extends>QLineEdit</extends>
0097    <header>klineedit.h</header>
0098   </customwidget>
0099   <customwidget>
0100    <class>AvatarButton</class>
0101    <extends>QToolButton</extends>
0102    <header>avatar-button.h</header>
0103   </customwidget>
0104  </customwidgets>
0105  <resources/>
0106  <connections/>
0107 </ui>