mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
7e1ba5f1f9
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2609 a592a061-630c-0410-9148-cb99ea01b6c8
125 lines
3.9 KiB
XML
125 lines
3.9 KiB
XML
<!DOCTYPE UI><UI>
|
|
<class>QLogDialogBase</class>
|
|
<include location="global">config.h</include>
|
|
<include location="local">gettext.h</include>
|
|
<widget>
|
|
<class>QDialog</class>
|
|
<property stdset="1">
|
|
<name>name</name>
|
|
<cstring>QLogDialogBase</cstring>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>geometry</name>
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>424</width>
|
|
<height>328</height>
|
|
</rect>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>caption</name>
|
|
<string>Log</string>
|
|
</property>
|
|
<vbox>
|
|
<property stdset="1">
|
|
<name>margin</name>
|
|
<number>11</number>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>spacing</name>
|
|
<number>6</number>
|
|
</property>
|
|
<widget>
|
|
<class>QTextView</class>
|
|
<property stdset="1">
|
|
<name>name</name>
|
|
<cstring>logTV</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget>
|
|
<class>QLayoutWidget</class>
|
|
<property stdset="1">
|
|
<name>name</name>
|
|
<cstring>Layout27</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property stdset="1">
|
|
<name>margin</name>
|
|
<number>0</number>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>spacing</name>
|
|
<number>6</number>
|
|
</property>
|
|
<spacer>
|
|
<property>
|
|
<name>name</name>
|
|
<cstring>Spacer3</cstring>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>orientation</name>
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>sizeType</name>
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property>
|
|
<name>sizeHint</name>
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget>
|
|
<class>QPushButton</class>
|
|
<property stdset="1">
|
|
<name>name</name>
|
|
<cstring>updatePB</cstring>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>text</name>
|
|
<string>&Update</string>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>default</name>
|
|
<bool>true</bool>
|
|
</property>
|
|
<property>
|
|
<name>toolTip</name>
|
|
<string>Update the display</string>
|
|
</property>
|
|
</widget>
|
|
<widget>
|
|
<class>QPushButton</class>
|
|
<property stdset="1">
|
|
<name>name</name>
|
|
<cstring>closePB</cstring>
|
|
</property>
|
|
<property stdset="1">
|
|
<name>text</name>
|
|
<string>&Close</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<connections>
|
|
<connection>
|
|
<sender>updatePB</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>QLogDialogBase</receiver>
|
|
<slot>updateClicked()</slot>
|
|
</connection>
|
|
<slot access="public">updateClicked()</slot>
|
|
</connections>
|
|
<tabstops>
|
|
<tabstop>logTV</tabstop>
|
|
<tabstop>updatePB</tabstop>
|
|
<tabstop>closePB</tabstop>
|
|
</tabstops>
|
|
</UI>
|