2009-12-29 15:05:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-12-28 21:40:14 +00:00
|
|
|
<class>ProgressViewUi</class>
|
2009-12-29 15:05:37 +00:00
|
|
|
<widget class="QWidget" name="ProgressViewUi">
|
|
|
|
<property name="geometry">
|
2009-12-28 21:40:14 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-12-29 15:05:37 +00:00
|
|
|
<width>544</width>
|
|
|
|
<height>518</height>
|
2009-12-28 21:40:14 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<property name="windowTitle">
|
2009-12-28 21:40:14 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
2009-12-28 21:40:14 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Ignored">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2009-12-28 21:40:14 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<property name="baseSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tabPosition">
|
|
|
|
<enum>QTabWidget::East</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tabShape">
|
|
|
|
<enum>QTabWidget::Rounded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="usesScrollButtons">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Output</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTextEdit" name="outTE">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Ignored">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2009-12-28 22:37:51 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2009-12-28 22:37:51 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
2009-12-28 22:37:51 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Sunken</enum>
|
2009-12-28 22:37:51 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<property name="lineWidth">
|
|
|
|
<number>1</number>
|
2009-12-28 22:37:51 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
2009-12-28 22:37:51 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Settings</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
2009-12-28 22:37:51 +00:00
|
|
|
</property>
|
2009-12-29 15:05:37 +00:00
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>482</width>
|
|
|
|
<height>474</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="settingsLayout">
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-12-28 22:37:51 +00:00
|
|
|
</widget>
|
2009-12-29 15:05:37 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2009-12-28 21:40:14 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<includes>
|
2009-12-29 15:05:37 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2009-12-28 21:40:14 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|