mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-17 05:15:29 +00:00
c293be56bd
In particular, the directory frontends/qt4 is renamed to frontends/qt. Many configurations file have to be updated. All mentions of qt4 in the source have been audited, and changed to qt if necessary. The only part that has not been updated is the CMake build system.
342 lines
9.6 KiB
XML
342 lines
9.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PrefFileformatsUi</class>
|
|
<widget class="QWidget" name="PrefFileformatsUi">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>496</width>
|
|
<height>584</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="formatsLA">
|
|
<property name="text">
|
|
<string>&Format:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>formatsCB</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="formatsCB">
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="maxVisibleItems">
|
|
<number>20</number>
|
|
</property>
|
|
<property name="insertPolicy">
|
|
<enum>QComboBox::InsertAtCurrent</enum>
|
|
</property>
|
|
<property name="minimumContentsLength">
|
|
<number>1</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="3">
|
|
<widget class="QPushButton" name="formatNewPB">
|
|
<property name="text">
|
|
<string>&New...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="4">
|
|
<widget class="QPushButton" name="formatRemovePB">
|
|
<property name="text">
|
|
<string>Re&move</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="5">
|
|
<spacer name="horizontalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="1" column="1" colspan="2">
|
|
<widget class="QCheckBox" name="documentCB">
|
|
<property name="text">
|
|
<string>&Document format</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1" colspan="2">
|
|
<widget class="QCheckBox" name="exportMenuCB">
|
|
<property name="toolTip">
|
|
<string>Check this to show the current format in the File > Export menu</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sho&w in export menu</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1" colspan="2">
|
|
<widget class="QCheckBox" name="vectorCB">
|
|
<property name="text">
|
|
<string>Vector &graphics format</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="formatLA">
|
|
<property name="text">
|
|
<string>S&hort name:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>formatED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1" colspan="2">
|
|
<widget class="QLineEdit" name="formatED"/>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="extensionsLA">
|
|
<property name="text">
|
|
<string>E&xtensions:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>extensionsED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1" colspan="2">
|
|
<widget class="QLineEdit" name="extensionsED"/>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="mimeLA">
|
|
<property name="text">
|
|
<string>&MIME:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>mimeED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1" colspan="2">
|
|
<widget class="QLineEdit" name="mimeED"/>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="shortcutLA">
|
|
<property name="text">
|
|
<string>Shortc&ut:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>shortcutED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1" colspan="2">
|
|
<widget class="QLineEdit" name="shortcutED"/>
|
|
</item>
|
|
<item row="8" column="0">
|
|
<widget class="QLabel" name="editorLA">
|
|
<property name="text">
|
|
<string>Ed&itor:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>editorCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="1">
|
|
<widget class="QComboBox" name="editorCO">
|
|
<property name="sizeAdjustPolicy">
|
|
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="2" colspan="2">
|
|
<widget class="QLineEdit" name="editorED"/>
|
|
</item>
|
|
<item row="9" column="0">
|
|
<widget class="QLabel" name="viewerLA">
|
|
<property name="text">
|
|
<string>&Viewer:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>viewerCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="1">
|
|
<widget class="QComboBox" name="viewerCO">
|
|
<property name="sizeAdjustPolicy">
|
|
<enum>QComboBox::AdjustToContentsOnFirstShow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="2" colspan="2">
|
|
<widget class="QLineEdit" name="viewerED"/>
|
|
</item>
|
|
<item row="10" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Co&pier:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>copierED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="1" colspan="2">
|
|
<widget class="QLineEdit" name="copierED"/>
|
|
</item>
|
|
<item row="11" column="0" colspan="5">
|
|
<widget class="QGroupBox" name="defaultFormatGB">
|
|
<property name="toolTip">
|
|
<string>Specification of the default output formats when using specific LaTeX variants</string>
|
|
</property>
|
|
<property name="title">
|
|
<string>Default Output Formats</string>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="3">
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>148</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="2" column="3">
|
|
<spacer name="horizontalSpacer_3">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>148</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="2" column="1" colspan="2">
|
|
<widget class="QComboBox" name="defaultOTFFormatCB">
|
|
<property name="toolTip">
|
|
<string>The default output format for documents using non-TeX fonts</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="6">
|
|
<spacer name="horizontalSpacer_4">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>148</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="0" column="1" colspan="2">
|
|
<widget class="QComboBox" name="defaultFormatCB">
|
|
<property name="toolTip">
|
|
<string>This is the default output format for LyX documents, except for DocBook classes, documents that use non-TeX fonts and Japanese documents</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="5">
|
|
<widget class="QComboBox" name="defaultPlatexFormatCB">
|
|
<property name="toolTip">
|
|
<string>The default output format for Japanese documents (using pLaTeX)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="defaultOTFFormatLA">
|
|
<property name="text">
|
|
<string>With n&on-TeX fonts:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>defaultFormatCB</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="defaultFormatLA">
|
|
<property name="text">
|
|
<string>With &TeX fonts:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>defaultFormatCB</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="4">
|
|
<widget class="QLabel" name="defaultPLatexFormatLA">
|
|
<property name="text">
|
|
<string>&Japanese:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>defaultPlatexFormatCB</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="1" colspan="3">
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>124</width>
|
|
<height>21</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>formatsCB</tabstop>
|
|
<tabstop>formatNewPB</tabstop>
|
|
<tabstop>formatRemovePB</tabstop>
|
|
<tabstop>documentCB</tabstop>
|
|
<tabstop>exportMenuCB</tabstop>
|
|
<tabstop>vectorCB</tabstop>
|
|
<tabstop>formatED</tabstop>
|
|
<tabstop>extensionsED</tabstop>
|
|
<tabstop>shortcutED</tabstop>
|
|
<tabstop>editorCO</tabstop>
|
|
<tabstop>editorED</tabstop>
|
|
<tabstop>viewerCO</tabstop>
|
|
<tabstop>viewerED</tabstop>
|
|
<tabstop>mimeED</tabstop>
|
|
<tabstop>copierED</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local">qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|