2012-04-24 01:54:31 +02:00
|
|
|
<ui version="4.0" >
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>ViewSourceUi</class>
|
2012-04-24 01:54:31 +02:00
|
|
|
<widget class="QWidget" name="ViewSourceUi" >
|
|
|
|
<property name="geometry" >
|
2006-04-15 14:13:41 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-10-29 21:00:23 +00:00
|
|
|
<width>528</width>
|
2012-04-24 01:54:31 +02:00
|
|
|
<height>139</height>
|
2006-04-15 14:13:41 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="windowTitle" >
|
2006-04-15 14:13:41 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2012-04-24 01:54:31 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
|
|
<item rowspan="5" row="0" column="0" >
|
|
|
|
<widget class="QTextEdit" name="viewSourceTV" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Ignored" hsizetype="MinimumExpanding" >
|
2010-12-10 10:34:24 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2007-03-25 15:34:23 +00:00
|
|
|
</property>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="whatsThis" >
|
2010-12-10 10:34:24 +00:00
|
|
|
<string/>
|
2008-11-17 12:30:28 +00:00
|
|
|
</property>
|
2010-12-10 10:34:24 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-24 01:54:31 +02:00
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QLabel" name="outputFormatLA" >
|
|
|
|
<property name="text" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<string>F&ormat:</string>
|
|
|
|
</property>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="buddy" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<cstring>outputFormatCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-24 01:54:31 +02:00
|
|
|
<item row="0" column="2" >
|
|
|
|
<widget class="QComboBox" name="outputFormatCO" >
|
|
|
|
<property name="enabled" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="toolTip" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<string>Select the output format</string>
|
|
|
|
</property>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="sizeAdjustPolicy" >
|
2011-12-09 19:48:50 +00:00
|
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
|
|
</property>
|
2011-10-29 21:00:23 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-04-24 01:54:31 +02:00
|
|
|
<item row="1" column="1" colspan="2" >
|
|
|
|
<widget class="QComboBox" name="contentsCO" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<item>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="text" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<string>Current Paragraph</string>
|
|
|
|
</property>
|
2007-03-25 15:50:32 +00:00
|
|
|
</item>
|
2011-10-29 21:00:23 +00:00
|
|
|
<item>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="text" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<string>Complete Source</string>
|
|
|
|
</property>
|
2007-03-25 15:50:32 +00:00
|
|
|
</item>
|
2011-10-29 21:00:23 +00:00
|
|
|
<item>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="text" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<string>Preamble Only</string>
|
|
|
|
</property>
|
2007-03-25 15:50:32 +00:00
|
|
|
</item>
|
2011-10-29 21:00:23 +00:00
|
|
|
<item>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="text" >
|
2011-10-29 21:00:23 +00:00
|
|
|
<string>Body Only</string>
|
|
|
|
</property>
|
2007-03-25 15:50:32 +00:00
|
|
|
</item>
|
2011-10-29 21:00:23 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-10-05 14:30:20 +02:00
|
|
|
<item row="2" column="1" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="masterPerspectiveCB" >
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="text" >
|
2012-10-05 14:30:20 +02:00
|
|
|
<string>&Master's perspective</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Show the source as the master document gets it</string>
|
2011-10-29 21:00:23 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-10-05 14:30:20 +02:00
|
|
|
<item row="3" column="1" colspan="2" >
|
2012-04-24 01:54:31 +02:00
|
|
|
<widget class="QCheckBox" name="autoUpdateCB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Automatic update</string>
|
2011-10-29 21:00:23 +00:00
|
|
|
</property>
|
2012-04-24 01:54:31 +02:00
|
|
|
<property name="checked" >
|
|
|
|
<bool>true</bool>
|
2011-10-29 21:00:23 +00:00
|
|
|
</property>
|
2012-04-24 01:54:31 +02:00
|
|
|
</widget>
|
2007-03-25 01:25:29 +00:00
|
|
|
</item>
|
2012-10-05 14:30:20 +02:00
|
|
|
<item row="4" column="1" colspan="2" >
|
|
|
|
<widget class="QPushButton" name="updatePB" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Update</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-04-15 14:13:41 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>viewSourceTV</tabstop>
|
2006-08-31 13:46:28 +00:00
|
|
|
<tabstop>autoUpdateCB</tabstop>
|
|
|
|
<tabstop>updatePB</tabstop>
|
2006-04-15 14:13:41 +00:00
|
|
|
</tabstops>
|
2006-12-19 08:17:47 +00:00
|
|
|
<includes>
|
2012-04-24 01:54:31 +02:00
|
|
|
<include location="local" >qt_i18n.h</include>
|
2006-12-19 08:17:47 +00:00
|
|
|
</includes>
|
2006-04-15 14:13:41 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|