]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/PrefIdentityUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / PrefIdentityUi.ui
1 <ui version="4.0" >
2  <class>PrefIdentityUi</class>
3  <widget class="QWidget" name="PrefIdentityUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>388</width>
9     <height>209</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string/>
14   </property>
15   <layout class="QVBoxLayout" >
16    <property name="margin" >
17     <number>11</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item>
23     <layout class="QGridLayout" >
24      <property name="margin" >
25       <number>0</number>
26      </property>
27      <property name="spacing" >
28       <number>6</number>
29      </property>
30      <item row="1" column="0" >
31       <widget class="QLabel" name="emailLA" >
32        <property name="text" >
33         <string>&amp;E-mail:</string>
34        </property>
35        <property name="buddy" >
36         <cstring>emailED</cstring>
37        </property>
38       </widget>
39      </item>
40      <item row="0" column="1" >
41       <widget class="QLineEdit" name="nameED" >
42        <property name="toolTip" >
43         <string>Your name</string>
44        </property>
45       </widget>
46      </item>
47      <item row="0" column="0" >
48       <widget class="QLabel" name="nameLA" >
49        <property name="text" >
50         <string>&amp;Name:</string>
51        </property>
52        <property name="buddy" >
53         <cstring>nameED</cstring>
54        </property>
55       </widget>
56      </item>
57      <item row="1" column="1" >
58       <widget class="QLineEdit" name="emailED" >
59        <property name="toolTip" >
60         <string>Your E-mail address</string>
61        </property>
62       </widget>
63      </item>
64     </layout>
65    </item>
66    <item>
67     <spacer>
68      <property name="orientation" >
69       <enum>Qt::Vertical</enum>
70      </property>
71      <property name="sizeType" >
72       <enum>QSizePolicy::Expanding</enum>
73      </property>
74      <property name="sizeHint" >
75       <size>
76        <width>20</width>
77        <height>20</height>
78       </size>
79      </property>
80     </spacer>
81    </item>
82   </layout>
83  </widget>
84  <pixmapfunction></pixmapfunction>
85  <includes>
86   <include location="local" >qt_i18n.h</include>
87  </includes>
88  <tabstops>
89   <tabstop>nameED</tabstop>
90   <tabstop>emailED</tabstop>
91  </tabstops>
92  <resources/>
93  <connections/>
94 </ui>