mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 15:05:56 +00:00
9e3c2e7cb9
* src/frontends/qt3/ui/moc/Makefile.am: ditto * src/frontends/qt3/ui/*.ui: Add extra includes to the implementation rather than the declaration git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13789 a592a061-630c-0410-9148-cb99ea01b6c8
111 lines
3.7 KiB
XML
111 lines
3.7 KiB
XML
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
<class>QPrefIdentityModule</class>
|
|
<widget class="QWidget">
|
|
<property name="name">
|
|
<cstring>QPrefIdentityModule</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>388</width>
|
|
<height>209</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>QPrefIdentityModule</string>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="QLayoutWidget">
|
|
<property name="name">
|
|
<cstring>Layout3</cstring>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="QLabel" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>emailLA</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&E-mail:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>emailED</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>nameED</cstring>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Your name</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>nameLA</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Name:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>nameED</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>emailED</cstring>
|
|
</property>
|
|
<property name="toolTip" stdset="0">
|
|
<string>Your E-mail address</string>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>Spacer1</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</vbox>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>nameED</tabstop>
|
|
<tabstop>emailED</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="global" impldecl="in implementation">config.h</include>
|
|
<include location="local" impldecl="in implementation">qt_helpers.h</include>
|
|
</includes>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|