mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 06:03:36 +00:00
83 lines
1.9 KiB
Plaintext
83 lines
1.9 KiB
Plaintext
|
<ui version="4.0" >
|
||
|
<class>ProgressViewUi</class>
|
||
|
<widget class="QWidget" name="ProgressViewUi" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>468</width>
|
||
|
<height>94</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string/>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<item row="0" column="1" >
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<property name="spacing" >
|
||
|
<number>6</number>
|
||
|
</property>
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="autoClearCB" >
|
||
|
<property name="toolTip" >
|
||
|
<string>Automatic cleanup of the window before LaTeX compilation proceeds</string>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>&Automatic clear</string>
|
||
|
</property>
|
||
|
<property name="checked" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="updatePB" >
|
||
|
<property name="enabled" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>&Update</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0" >
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>1</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item row="0" column="0" >
|
||
|
<widget class="QTextEdit" name="outTE" />
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<tabstops>
|
||
|
<tabstop>autoClearCB</tabstop>
|
||
|
<tabstop>updatePB</tabstop>
|
||
|
</tabstops>
|
||
|
<includes>
|
||
|
<include location="local" >qt_i18n.h</include>
|
||
|
</includes>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|