Warning, /pim/trojita/src/Gui/EditIdentity.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>EditIdentity</class>
0004  <widget class="QWidget" name="EditIdentity">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>700</width>
0010     <height>309</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize">
0014    <size>
0015     <width>700</width>
0016     <height>0</height>
0017    </size>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Manage Identity</string>
0021   </property>
0022   <layout class="QFormLayout" name="formLayout">
0023    <property name="fieldGrowthPolicy">
0024     <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
0025    </property>
0026    <item row="0" column="0">
0027     <widget class="QLabel" name="realNameLabel">
0028      <property name="text">
0029       <string>Real Name</string>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="0" column="1">
0034     <widget class="LineEdit" name="realNameLineEdit"/>
0035    </item>
0036    <item row="1" column="0">
0037     <widget class="QLabel" name="emailLabel">
0038      <property name="text">
0039       <string>E-mail</string>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="1" column="1">
0044     <widget class="LineEdit" name="emailLineEdit"/>
0045    </item>
0046    <item row="2" column="1">
0047     <widget class="LineEdit" name="organisationLineEdit"/>
0048    </item>
0049    <item row="2" column="0">
0050     <widget class="QLabel" name="organisationLabel">
0051      <property name="text">
0052       <string>Organisation</string>
0053      </property>
0054     </widget>
0055    </item>
0056    <item row="3" column="0">
0057     <widget class="QLabel" name="signatureLabel">
0058      <property name="text">
0059       <string>Signature</string>
0060      </property>
0061     </widget>
0062    </item>
0063    <item row="3" column="1">
0064     <widget class="QPlainTextEdit" name="signaturePlainTextEdit">
0065      <property name="lineWrapMode">
0066       <enum>QPlainTextEdit::NoWrap</enum>
0067      </property>
0068     </widget>
0069    </item>
0070    <item row="4" column="1">
0071     <widget class="QDialogButtonBox" name="buttonBox">
0072      <property name="standardButtons">
0073       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0074      </property>
0075     </widget>
0076    </item>
0077   </layout>
0078  </widget>
0079  <customwidgets>
0080   <customwidget>
0081    <class>LineEdit</class>
0082    <extends>QLineEdit</extends>
0083    <header>LineEdit.h</header>
0084   </customwidget>
0085  </customwidgets>
0086  <resources/>
0087  <connections/>
0088 </ui>