2006-03-24 15:59:11 +00:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>QIncludeUi</class>
|
|
|
|
<widget class="QDialog" name="QIncludeUi" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2007-05-15 07:22:55 +00:00
|
|
|
<width>371</width>
|
|
|
|
<height>374</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2007-05-15 07:22:55 +00:00
|
|
|
<layout class="QGridLayout" >
|
2007-05-11 17:53:01 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2007-05-11 17:53:01 +00:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2007-05-15 07:22:55 +00:00
|
|
|
<item row="3" column="0" colspan="5" >
|
|
|
|
<widget class="QGroupBox" name="listingsGB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>7</hsizetype>
|
|
|
|
<vsizetype>7</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2007-05-11 17:53:01 +00:00
|
|
|
</property>
|
2007-05-15 07:22:55 +00: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>
|
2007-05-15 07:22:55 +00:00
|
|
|
<layout class="QGridLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item row="3" column="1" >
|
|
|
|
<widget class="QTextEdit" name="listingsED" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>5</hsizetype>
|
|
|
|
<vsizetype>7</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-06-12 17:10:28 +00:00
|
|
|
<item row="4" column="0" colspan="2" >
|
|
|
|
<widget class="QCheckBox" name="bypassCB" >
|
|
|
|
<property name="toolTip" >
|
2007-06-12 21:05:25 +00:00
|
|
|
<string>Check it to enter parameters that are not recognizable by LyX</string>
|
2007-06-12 17:10:28 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Bypass validation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-05-15 07:22:55 +00:00
|
|
|
<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="0" column="0" >
|
|
|
|
<widget class="QLabel" name="captionLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>C&aption:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>captionLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1" >
|
|
|
|
<widget class="QLineEdit" name="labelLE" />
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QLabel" name="labelLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>La&bel:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>labelLE</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2" >
|
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Mo&re parameters</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>listingsED</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0" >
|
|
|
|
<widget class="QTextBrowser" name="listingsTB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>0</hsizetype>
|
|
|
|
<vsizetype>7</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="cursor" >
|
|
|
|
<cursor>0</cursor>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy" >
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="acceptRichText" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2007-05-11 17:53:01 +00:00
|
|
|
</item>
|
2007-05-15 07:22:55 +00:00
|
|
|
<item row="2" column="0" colspan="5" >
|
2007-05-11 17:53:01 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="visiblespaceCB" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>3</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<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>3</hsizetype>
|
|
|
|
<vsizetype>0</vsizetype>
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2007-05-15 07:22:55 +00:00
|
|
|
<item row="4" column="0" colspan="5" >
|
2007-05-11 17:53:01 +00:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="okPB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2007-05-15 07:22:55 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<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>
|
|
|
|
<item row="0" column="1" colspan="3" >
|
|
|
|
<widget class="QLineEdit" name="filenameED" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>File name to include</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2" >
|
|
|
|
<widget class="QLabel" name="TextLabel1" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Include Type:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy" >
|
|
|
|
<cstring>typeCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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" >
|
2007-05-29 21:23:23 +00:00
|
|
|
<string>Listing</string>
|
2007-05-15 07:22:55 +00:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3" >
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>28</width>
|
|
|
|
<height>28</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="4" >
|
|
|
|
<widget class="QPushButton" name="browsePB" >
|
|
|
|
<property name="toolTip" >
|
|
|
|
<string>Select a file</string>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>&Browse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="4" >
|
2007-08-07 18:39:34 +00:00
|
|
|
<widget class="QPushButton" name="editPB" >
|
2007-05-15 07:22:55 +00:00
|
|
|
<property name="toolTip" >
|
2007-08-07 18:39:34 +00:00
|
|
|
<string>Edit the file</string>
|
2007-05-15 07:22:55 +00:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2007-08-07 18:39:34 +00:00
|
|
|
<string>&Edit</string>
|
2007-05-15 07:22:55 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-05-11 17:53:01 +00:00
|
|
|
</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>
|
2007-05-15 07:22:55 +00:00
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2007-03-18 03:42:40 +00:00
|
|
|
<includes>
|
|
|
|
<include location="local" >qt_helpers.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|