Merge "persistent color scheme selection"
[trojita.git] / src / Gui / EditIdentity.ui
blobf15d29e53807b2c91e801c1559a638e80ac0c61a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>EditIdentity</class>
4 <widget class="QWidget" name="EditIdentity">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>309</height>
11 </rect>
12 </property>
13 <property name="minimumSize">
14 <size>
15 <width>700</width>
16 <height>0</height>
17 </size>
18 </property>
19 <property name="windowTitle">
20 <string>Manage Identity</string>
21 </property>
22 <layout class="QFormLayout" name="formLayout">
23 <property name="fieldGrowthPolicy">
24 <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
25 </property>
26 <item row="0" column="0">
27 <widget class="QLabel" name="realNameLabel">
28 <property name="text">
29 <string>Real Name</string>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="LineEdit" name="realNameLineEdit"/>
35 </item>
36 <item row="1" column="0">
37 <widget class="QLabel" name="emailLabel">
38 <property name="text">
39 <string>E-mail</string>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="1">
44 <widget class="LineEdit" name="emailLineEdit"/>
45 </item>
46 <item row="2" column="1">
47 <widget class="LineEdit" name="organisationLineEdit"/>
48 </item>
49 <item row="2" column="0">
50 <widget class="QLabel" name="organisationLabel">
51 <property name="text">
52 <string>Organisation</string>
53 </property>
54 </widget>
55 </item>
56 <item row="3" column="0">
57 <widget class="QLabel" name="signatureLabel">
58 <property name="text">
59 <string>Signature</string>
60 </property>
61 </widget>
62 </item>
63 <item row="3" column="1">
64 <widget class="QPlainTextEdit" name="signaturePlainTextEdit">
65 <property name="lineWrapMode">
66 <enum>QPlainTextEdit::NoWrap</enum>
67 </property>
68 </widget>
69 </item>
70 <item row="4" column="1">
71 <widget class="QDialogButtonBox" name="buttonBox">
72 <property name="standardButtons">
73 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </widget>
79 <customwidgets>
80 <customwidget>
81 <class>LineEdit</class>
82 <extends>QLineEdit</extends>
83 <header>LineEdit.h</header>
84 </customwidget>
85 </customwidgets>
86 <resources/>
87 <connections/>
88 </ui>