2018-02-23 08:58:16 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>IncludeUi</class>
|
2018-02-23 08:58:16 +01:00
|
|
|
<widget class="QDialog" name="IncludeUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-01-02 09:19:45 +01:00
|
|
|
<width>362</width>
|
|
|
|
<height>449</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-01-02 09:19:45 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2018-02-23 08:58:16 +01:00
|
|
|
<item row="0" column="0">
|
2019-01-02 09:19:45 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QPushButton" name="browsePB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select a file</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Browse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-23 08:58:16 +01:00
|
|
|
</item>
|
2019-01-02 09:19:45 +01:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="TextLabel1">
|
|
|
|
<property name="text">
|
|
|
|
<string>I&nclude Type:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>typeCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-23 08:58:16 +01:00
|
|
|
</item>
|
2019-01-02 09:19:45 +01:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QComboBox" name="typeCO">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Include</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Input</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Verbatim</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Program Listing</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
2018-02-23 08:58:16 +01:00
|
|
|
</item>
|
2019-01-02 09:19:45 +01:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QPushButton" name="editPB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Edit the file</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-23 08:58:16 +01:00
|
|
|
</item>
|
2019-01-02 09:19:45 +01:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLineEdit" name="filenameED">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>File name to include</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="filenameLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&File:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>filenameED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-02-23 08:58:16 +01:00
|
|
|
</item>
|
2019-01-02 09:19:45 +01:00
|
|
|
<item row="1" column="0">
|
2018-02-23 08:58:16 +01:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="visiblespaceCB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Underline spaces in generated output</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Mark spaces in output</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="previewCB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show LaTeX preview</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Show preview</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-01-02 09:19:45 +01:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-02-23 08:58:16 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
2019-01-02 09:19:45 +01:00
|
|
|
<item row="2" column="0">
|
2018-02-23 08:58:16 +01:00
|
|
|
<widget class="QGroupBox" name="listingsGB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2007-05-15 07:22:55 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2007-05-11 17:53:01 +00:00
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="title">
|
2007-05-18 14:24:11 +00:00
|
|
|
<string>Listing Parameters</string>
|
2007-05-11 17:53:01 +00:00
|
|
|
</property>
|
2018-12-25 17:02:18 +01:00
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="labelLE"/>
|
2007-05-15 07:22:55 +00:00
|
|
|
</item>
|
2018-02-23 08:58:16 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="labelLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Label:</string>
|
2007-06-12 17:10:28 +00:00
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>labelLE</cstring>
|
2007-06-12 17:10:28 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-23 08:58:16 +01:00
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QTextEdit" name="listingsED">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
2007-05-15 07:22:55 +00:00
|
|
|
<size>
|
2018-02-23 08:58:16 +01:00
|
|
|
<width>0</width>
|
2007-05-15 07:22:55 +00:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-23 08:58:16 +01:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QTextBrowser" name="listingsTB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
2007-05-15 07:22:55 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="minimumSize">
|
2007-05-15 07:22:55 +00:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="maximumSize">
|
2007-05-15 07:22:55 +00:00
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="cursor" stdset="0">
|
|
|
|
<cursorShape>ArrowCursor</cursorShape>
|
2007-05-15 07:22:55 +00:00
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="focusPolicy">
|
2007-05-15 07:22:55 +00:00
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="acceptDrops">
|
2007-05-15 07:22:55 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="frameShape">
|
2007-05-15 07:22:55 +00:00
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="frameShadow">
|
2007-05-15 07:22:55 +00:00
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="lineWidth">
|
2007-05-15 07:22:55 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-02-23 08:58:16 +01:00
|
|
|
<property name="acceptRichText">
|
2007-05-15 07:22:55 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-02-23 08:58:16 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="captionLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Caption:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>captionLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="captionLE">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>150</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="bypassCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Check it to enter parameters that are not recognizable by LyX</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Bypass validation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>&More parameters</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>listingsED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="literalCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Pass content of the `Caption' field literally to LaTeX. Check this if you want to enter LaTeX code.</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Li&teral</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-05-15 07:22:55 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2007-05-11 17:53:01 +00:00
|
|
|
</item>
|
2019-01-02 09:19:45 +01:00
|
|
|
<item row="3" column="0">
|
2018-07-09 09:46:39 +02:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
2007-05-11 17:53:01 +00:00
|
|
|
</property>
|
2018-07-09 09:46:39 +02:00
|
|
|
</widget>
|
2007-05-11 17:53:01 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>filenameED</tabstop>
|
|
|
|
<tabstop>browsePB</tabstop>
|
|
|
|
<tabstop>typeCO</tabstop>
|
2007-08-07 18:39:34 +00:00
|
|
|
<tabstop>editPB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
<tabstop>visiblespaceCB</tabstop>
|
|
|
|
<tabstop>previewCB</tabstop>
|
2007-05-14 20:42:14 +00:00
|
|
|
<tabstop>captionLE</tabstop>
|
|
|
|
<tabstop>labelLE</tabstop>
|
2007-05-11 17:53:01 +00:00
|
|
|
<tabstop>listingsTB</tabstop>
|
|
|
|
<tabstop>listingsED</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2007-03-18 03:42:40 +00:00
|
|
|
<includes>
|
2018-02-23 08:58:16 +01:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2007-03-18 03:42:40 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|