2017-10-13 11:25:55 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>GraphicsUi</class>
|
2017-10-13 11:25:55 +02:00
|
|
|
<widget class="QDialog" name="GraphicsUi">
|
|
|
|
<property name="geometry">
|
2006-03-05 17:24:44 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-10-13 11:25:55 +02:00
|
|
|
<width>654</width>
|
|
|
|
<height>512</height>
|
2006-03-05 17:24:44 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2006-03-05 17:24:44 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="windowTitle">
|
2006-03-05 17:24:44 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-05 17:24:44 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>9</number>
|
2007-03-28 23:43:29 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>6</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="toolTip">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string/>
|
2007-03-28 23:35:25 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="currentIndex">
|
2008-07-06 14:54:54 +00:00
|
|
|
<number>0</number>
|
2007-03-28 23:35:25 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<widget class="QWidget" name="Graphics">
|
|
|
|
<attribute name="title">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>&Graphics</string>
|
|
|
|
</attribute>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2008-07-06 14:54:54 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="spacing">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>6</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="browsePB">
|
|
|
|
<property name="toolTip">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>Select an image file</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>&Browse...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="0" colspan="5">
|
|
|
|
<widget class="QGroupBox" name="sizeGB">
|
|
|
|
<property name="title">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>Output Size</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="flat">
|
2007-09-19 09:08:07 +00:00
|
|
|
<bool>true</bool>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2008-07-06 14:54:54 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="spacing">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>6</number>
|
2006-04-06 21:04:27 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="lyx::frontend::LengthCombo" name="widthUnit"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="lyx::frontend::LengthCombo" name="heightUnit"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="Width">
|
|
|
|
<property name="enabled">
|
2007-04-04 13:10:38 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2007-04-04 13:10:38 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>Width of image in output</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="2">
|
2007-04-04 13:10:38 +00:00
|
|
|
<spacer>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="orientation">
|
2007-04-04 13:10:38 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-04-04 13:10:38 +00:00
|
|
|
<size>
|
|
|
|
<width>61</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="Scale"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="Height">
|
|
|
|
<property name="enabled">
|
2007-04-04 13:10:38 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2007-04-04 13:10:38 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>Height of image in output</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QCheckBox" name="HeightCB">
|
|
|
|
<property name="enabled">
|
2007-04-04 13:10:38 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2007-04-05 14:58:15 +00:00
|
|
|
<string>Sets height of graphic. Leave unchecked to set automatically.</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2007-04-05 14:58:15 +00:00
|
|
|
<string>Set &height:</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="scaleCB">
|
|
|
|
<property name="text">
|
2015-01-04 10:53:36 +01:00
|
|
|
<string>&Scale graphics (%):</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QCheckBox" name="WidthCB">
|
|
|
|
<property name="enabled">
|
2007-04-04 13:10:38 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2007-04-05 14:58:15 +00:00
|
|
|
<string>Sets width of graphic. Leave unchecked to set automatically.</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2007-04-05 14:58:15 +00:00
|
|
|
<string>Set &width:</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="1" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="aspectratio">
|
|
|
|
<property name="enabled">
|
2007-04-04 13:10:38 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2007-04-05 14:58:15 +00:00
|
|
|
<string>Scale image to maximum size not exceeding width and height</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>&Maintain aspect ratio</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="2" column="0" colspan="5">
|
|
|
|
<widget class="QGroupBox" name="rotationGB">
|
|
|
|
<property name="title">
|
2007-06-25 13:49:51 +00:00
|
|
|
<string>Rotate Graphics</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="flat">
|
2007-09-19 09:08:07 +00:00
|
|
|
<bool>true</bool>
|
2007-06-25 13:49:51 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
2008-07-06 14:54:54 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
2007-06-25 13:49:51 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="rotateOrderCB">
|
|
|
|
<property name="toolTip">
|
2007-06-25 13:49:51 +00:00
|
|
|
<string>Check to change the order of rotating and scaling</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2007-06-25 13:49:51 +00:00
|
|
|
<string>Ro&tate after scaling</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QComboBox" name="origin">
|
|
|
|
<property name="toolTip">
|
2007-06-25 13:49:51 +00:00
|
|
|
<string>The origin of the rotation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="originL">
|
|
|
|
<property name="toolTip">
|
2007-06-25 13:49:51 +00:00
|
|
|
<string>The origin of the rotation</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2007-06-25 13:49:51 +00:00
|
|
|
<string>Or&igin:</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="buddy">
|
2007-06-25 13:49:51 +00:00
|
|
|
<cstring>origin</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="angle">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2007-06-25 13:49:51 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2007-06-25 13:49:51 +00:00
|
|
|
<string>Angle to rotate image by</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="angleL">
|
|
|
|
<property name="toolTip">
|
2007-06-25 13:49:51 +00:00
|
|
|
<string>Angle to rotate image by</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2015-01-04 10:53:36 +01:00
|
|
|
<string>A&ngle (degrees):</string>
|
2007-06-25 13:49:51 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="buddy">
|
2007-06-25 13:49:51 +00:00
|
|
|
<cstring>angle</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="filenameL">
|
|
|
|
<property name="toolTip">
|
2007-09-19 09:08:07 +00:00
|
|
|
<string>File name of image</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2007-09-19 09:08:07 +00:00
|
|
|
<string>&File:</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="buddy">
|
2007-09-19 09:08:07 +00:00
|
|
|
<cstring>filename</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="filename">
|
|
|
|
<property name="toolTip">
|
2007-09-19 09:08:07 +00:00
|
|
|
<string>File name of image</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-04-04 13:10:38 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-10-13 11:25:55 +02:00
|
|
|
<widget class="QWidget" name="Clipping">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>&Coordinates and Clipping</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</attribute>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="spacing">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="0" colspan="2">
|
2007-04-04 13:10:38 +00:00
|
|
|
<spacer>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="orientation">
|
2007-04-04 13:10:38 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-04-04 13:10:38 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="clip">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Clip to the coordinates specified below (bounding box for DVI/PS output, viewport for PDF output)</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Clip to c&oordinates</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<widget class="QFrame" name="bbFrame">
|
|
|
|
<property name="enabled">
|
2007-04-04 13:10:38 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2007-04-04 13:10:38 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="frameShape">
|
2007-04-04 13:10:38 +00:00
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="frameShadow">
|
2007-06-25 13:49:51 +00:00
|
|
|
<enum>QFrame::Plain</enum>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="spacing">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>6</number>
|
2006-03-05 17:24:44 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0" colspan="6">
|
|
|
|
<widget class="QLabel" name="lbL">
|
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>&Left bottom:</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="buddy">
|
2007-04-04 13:10:38 +00:00
|
|
|
<cstring>lbX</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLineEdit" name="rtX"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="4">
|
|
|
|
<widget class="QLineEdit" name="rtY"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="4">
|
|
|
|
<widget class="QLineEdit" name="lbY"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="lbX">
|
|
|
|
<property name="toolTip">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QComboBox" name="lbXunit"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QComboBox" name="rtXunit"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="5">
|
|
|
|
<widget class="QComboBox" name="rtYunit"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="5">
|
|
|
|
<widget class="QComboBox" name="lbYunit"/>
|
2007-04-04 13:10:38 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="2" column="0" colspan="6">
|
|
|
|
<widget class="QLabel" name="rtL">
|
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>Right &top:</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="buddy">
|
2007-04-04 13:10:38 +00:00
|
|
|
<cstring>rtX</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QLabel" name="yL_2">
|
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>y:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QLabel" name="yL">
|
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>y:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="xL_2">
|
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>x:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="xL">
|
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>x:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="2" column="0">
|
2007-04-04 13:10:38 +00:00
|
|
|
<spacer>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="orientation">
|
2007-04-04 13:10:38 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-04-04 13:10:38 +00:00
|
|
|
<size>
|
|
|
|
<width>181</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPushButton" name="getPB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Read coordinates from the file (bounding box value in case of PostScript files, graphic dimensions in case of other file types)</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>&Get from File</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-10-13 11:25:55 +02:00
|
|
|
<widget class="QWidget" name="ExtraOptions">
|
|
|
|
<attribute name="title">
|
2007-04-05 14:58:15 +00:00
|
|
|
<string>LaTe&X and LyX options</string>
|
2007-04-04 13:10:38 +00:00
|
|
|
</attribute>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
2009-01-16 14:54:25 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
2009-01-16 14:54:25 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="latexoptions">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2008-05-06 21:13:09 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2008-05-06 21:13:09 +00:00
|
|
|
<string>Additional LaTeX options</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="latexoptionsLA">
|
|
|
|
<property name="toolTip">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>Additional LaTeX options</string>
|
2008-05-06 21:13:09 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>LaTeX &options:</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="buddy">
|
2009-01-16 14:54:25 +00:00
|
|
|
<cstring>latexoptions</cstring>
|
2008-05-06 21:13:09 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="5" column="0" colspan="3">
|
2009-01-16 14:54:25 +00:00
|
|
|
<spacer>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="orientation">
|
2009-01-16 14:54:25 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
2008-05-06 21:13:09 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-01-16 14:54:25 +00:00
|
|
|
<size>
|
|
|
|
<width>354</width>
|
|
|
|
<height>81</height>
|
|
|
|
</size>
|
2008-05-06 21:13:09 +00:00
|
|
|
</property>
|
2009-01-16 14:54:25 +00:00
|
|
|
</spacer>
|
2008-05-06 21:13:09 +00:00
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="3" column="0" colspan="3">
|
|
|
|
<widget class="QGroupBox" name="displayGB">
|
|
|
|
<property name="focusPolicy">
|
2007-04-04 13:10:38 +00:00
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2015-01-04 10:53:36 +01:00
|
|
|
<string>Enable LyX to preview this graphics, if graphics previewing is not disabled at application level (see Preferences dialog).</string>
|
2008-06-13 07:34:55 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="title">
|
2007-04-04 13:10:38 +00:00
|
|
|
<string>Sho&w in LyX</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="flat">
|
2007-09-19 09:08:07 +00:00
|
|
|
<bool>true</bool>
|
2007-04-04 13:10:38 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="checkable">
|
2007-04-04 13:10:38 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>9</number>
|
2006-11-03 11:24:27 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
2007-04-04 13:10:38 +00:00
|
|
|
<number>6</number>
|
2006-11-03 11:24:27 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="displayscale">
|
|
|
|
<property name="enabled">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2009-01-16 14:54:25 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>Percentage to scale by in LyX</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="scaleLA">
|
|
|
|
<property name="toolTip">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>Percentage to scale by in LyX</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2015-01-04 10:53:36 +01:00
|
|
|
<string>Sca&le on screen (%):</string>
|
2009-01-16 14:54:25 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="buddy">
|
2009-01-16 14:54:25 +00:00
|
|
|
<cstring>displayscale</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="2">
|
2007-09-19 09:08:07 +00:00
|
|
|
<spacer>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="orientation">
|
2007-09-19 09:08:07 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-09-19 09:08:07 +00:00
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-01-16 14:54:25 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="4" column="0" colspan="3">
|
|
|
|
<widget class="QGroupBox" name="graphicsGroupGB">
|
|
|
|
<property name="toolTip">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>Assign the graphic to a group of graphics that share the same settings</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="title">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>Graphics Group</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="flat">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2009-01-16 14:54:25 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="spacing">
|
2009-01-16 14:54:25 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="2" rowspan="2">
|
2009-01-16 14:54:25 +00:00
|
|
|
<spacer>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="orientation">
|
2009-01-16 14:54:25 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-01-16 14:54:25 +00:00
|
|
|
<size>
|
|
|
|
<width>121</width>
|
|
|
|
<height>51</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2008-05-06 21:13:09 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="toolTip">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string/>
|
2009-01-09 07:41:31 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Assigned &to group:</string>
|
2008-05-26 19:16:41 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="buddy">
|
2009-01-16 14:54:25 +00:00
|
|
|
<cstring>groupCO</cstring>
|
2008-06-13 07:34:55 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="newGroupPB">
|
|
|
|
<property name="toolTip">
|
2009-01-17 08:02:52 +00:00
|
|
|
<string>Click to define a new graphics group.</string>
|
2008-06-13 07:34:55 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2009-01-17 08:02:52 +00:00
|
|
|
<string>O&pen new group...</string>
|
2008-06-13 07:34:55 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="groupCO">
|
|
|
|
<property name="toolTip">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>Select an existing group for the current graphics.</string>
|
2009-01-14 15:10:15 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="editable">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>false</bool>
|
2009-01-14 15:10:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2007-04-04 13:10:38 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="0" colspan="3">
|
|
|
|
<widget class="QCheckBox" name="draftCB">
|
|
|
|
<property name="toolTip">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>Draft mode</string>
|
2007-09-19 09:08:07 +00:00
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>&Draft mode</string>
|
2007-09-19 09:08:07 +00:00
|
|
|
</property>
|
2009-01-16 14:54:25 +00:00
|
|
|
</widget>
|
2007-09-19 09:08:07 +00:00
|
|
|
</item>
|
2007-04-04 13:10:38 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2009-01-16 14:54:25 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2009-01-16 14:54:25 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<widget class="QPushButton" name="restorePB">
|
|
|
|
<property name="text">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>&Restore</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="autoDefault">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="default">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="orientation">
|
2009-01-16 14:54:25 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeType">
|
2009-01-16 14:54:25 +00:00
|
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-01-16 14:54:25 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<widget class="QPushButton" name="okPB">
|
|
|
|
<property name="text">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="autoDefault">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="default">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<widget class="QPushButton" name="applyPB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2009-01-16 14:54:25 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>&Apply</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="autoDefault">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="default">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2017-10-13 11:25:55 +02:00
|
|
|
<widget class="QPushButton" name="closePB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2009-01-16 14:54:25 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="text">
|
2009-01-16 14:54:25 +00:00
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
2017-10-13 11:25:55 +02:00
|
|
|
<property name="autoDefault">
|
2009-01-16 14:54:25 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2007-04-04 13:10:38 +00:00
|
|
|
</layout>
|
2006-03-05 17:24:44 +00:00
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2012-12-17 21:13:40 +01:00
|
|
|
<class>lyx::frontend::LengthCombo</class>
|
2006-11-03 11:24:27 +00:00
|
|
|
<extends>QComboBox</extends>
|
2007-04-26 03:53:02 +00:00
|
|
|
<header>LengthCombo.h</header>
|
2006-03-05 17:24:44 +00:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
2008-05-06 21:13:09 +00:00
|
|
|
<tabstop>tabWidget</tabstop>
|
2006-03-05 17:24:44 +00:00
|
|
|
<tabstop>filename</tabstop>
|
|
|
|
<tabstop>browsePB</tabstop>
|
2006-11-03 11:24:27 +00:00
|
|
|
<tabstop>scaleCB</tabstop>
|
|
|
|
<tabstop>Scale</tabstop>
|
2007-04-05 14:58:15 +00:00
|
|
|
<tabstop>WidthCB</tabstop>
|
2006-03-05 17:24:44 +00:00
|
|
|
<tabstop>Width</tabstop>
|
2006-12-18 20:17:12 +00:00
|
|
|
<tabstop>widthUnit</tabstop>
|
2007-04-05 14:58:15 +00:00
|
|
|
<tabstop>HeightCB</tabstop>
|
2006-03-05 17:24:44 +00:00
|
|
|
<tabstop>Height</tabstop>
|
|
|
|
<tabstop>heightUnit</tabstop>
|
|
|
|
<tabstop>aspectratio</tabstop>
|
|
|
|
<tabstop>angle</tabstop>
|
|
|
|
<tabstop>origin</tabstop>
|
2007-06-25 13:49:51 +00:00
|
|
|
<tabstop>rotateOrderCB</tabstop>
|
2006-12-18 20:17:12 +00:00
|
|
|
<tabstop>restorePB</tabstop>
|
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>applyPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
2006-03-05 17:24:44 +00:00
|
|
|
<tabstop>clip</tabstop>
|
|
|
|
<tabstop>lbX</tabstop>
|
|
|
|
<tabstop>lbXunit</tabstop>
|
|
|
|
<tabstop>lbY</tabstop>
|
|
|
|
<tabstop>lbYunit</tabstop>
|
|
|
|
<tabstop>rtX</tabstop>
|
|
|
|
<tabstop>rtXunit</tabstop>
|
|
|
|
<tabstop>rtY</tabstop>
|
|
|
|
<tabstop>rtYunit</tabstop>
|
2006-11-03 11:24:27 +00:00
|
|
|
<tabstop>getPB</tabstop>
|
2006-03-05 17:24:44 +00:00
|
|
|
<tabstop>latexoptions</tabstop>
|
|
|
|
<tabstop>draftCB</tabstop>
|
2006-12-18 20:17:12 +00:00
|
|
|
<tabstop>displayGB</tabstop>
|
2006-03-05 17:24:44 +00:00
|
|
|
</tabstops>
|
2006-12-18 20:17:12 +00:00
|
|
|
<includes>
|
2017-10-13 11:25:55 +02:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2006-12-18 20:17:12 +00:00
|
|
|
</includes>
|
2006-03-05 17:24:44 +00:00
|
|
|
<resources/>
|
2007-06-25 13:49:51 +00:00
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|