2014-03-26 05:19:38 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2011-06-02 15:43:21 +00:00
<ui version="4.0">
2007-08-31 05:53:55 +00:00
<class>PrefLanguageUi</class>
2011-06-02 15:43:21 +00:00
<widget class="QWidget" name="PrefLanguageUi">
<property name="geometry">
2006-03-24 15:59:11 +00:00
<rect>
<x>0</x>
<y>0</y>
2019-07-21 11:37:54 +02:00
<width>517</width>
<height>570</height>
2006-03-24 15:59:11 +00:00
</rect>
</property>
2011-06-02 15:43:21 +00:00
<property name="windowTitle">
2006-03-24 15:59:11 +00:00
<string/>
</property>
2019-07-21 11:37:54 +02:00
<layout class="QGridLayout" name="gridLayout_4">
2011-06-02 15:43:21 +00:00
<item row="0" column="0">
2019-07-21 11:37:54 +02:00
<layout class="QHBoxLayout" name="horizontalLayout_2">
2010-11-20 13:34:14 +00:00
<item>
2019-07-21 11:37:54 +02:00
<widget class="QLabel" name="uiLanguageLA">
<property name="text">
<string>User &interface language:</string>
</property>
<property name="buddy">
<cstring>uiLanguageCO</cstring>
2010-11-20 13:34:14 +00:00
</property>
</widget>
</item>
<item>
2019-07-21 11:37:54 +02:00
<widget class="QComboBox" name="uiLanguageCO">
2011-06-02 15:43:21 +00:00
<property name="toolTip">
2019-07-21 11:37:54 +02:00
<string>Select the language of the user interface (menus, dialogs, etc.)</string>
</property>
<property name="maxVisibleItems">
<number>20</number>
2010-11-20 13:34:14 +00:00
</property>
</widget>
</item>
2019-07-21 11:37:54 +02:00
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2010-11-20 13:34:14 +00:00
</layout>
2008-06-25 13:32:27 +00:00
</item>
2019-07-21 11:37:54 +02:00
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>LaTeX Language Support</string>
2019-07-19 17:23:20 +02:00
</property>
2019-07-21 11:37:54 +02:00
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="languagePackageLA">
<property name="text">
<string>Language &package:</string>
</property>
<property name="buddy">
<cstring>languagePackageCO</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="languagePackageCO">
<property name="toolTip">
<string>Select which (LaTeX) language package documents should use by default</string>
</property>
<item>
<property name="text">
<string>Automatic</string>
</property>
</item>
<item>
<property name="text">
<string>Always Babel</string>
</property>
</item>
<item>
<property name="text">
<string>Custom</string>
</property>
</item>
<item>
<property name="text">
<string>None[[language package]]</string>
</property>
</item>
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="languagePackageED">
<property name="toolTip">
<string>Enter the command to load a custom language package (default: \usepackage{babel})</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="startCommandLA">
<property name="text">
<string>Command s&tart:</string>
</property>
<property name="buddy">
<cstring>startCommandED</cstring>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="startCommandED">
<property name="toolTip">
<string>The LaTeX command that starts a switch to a different language. The placeholder $$lang is replaced by the actual language name.</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="endCommandLA">
<property name="text">
<string>Command e&nd:</string>
</property>
<property name="buddy">
<cstring>endCommandED</cstring>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLineEdit" name="endCommandED">
<property name="toolTip">
<string>The LaTeX command that ends a switch to a different language. The placeholder $$lang is replaced by the actual language name.</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="globalCB">
<property name="toolTip">
<string>Check to pass the language globally (to the document class), not locally (to the language package), so that other packages are also informed about the used languages.</string>
</property>
<property name="text">
<string>Set languages &globally</string>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="explicitDocLangBeginCB">
<property name="toolTip">
<string>If checked, the document language is explicitly set by a language switch command</string>
</property>
<property name="text">
<string>Set document language e&xplicitly</string>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2">
<widget class="QCheckBox" name="explicitDocLangEndCB">
<property name="toolTip">
<string>If checked, the document language is explicitly closed by a language switch command</string>
</property>
<property name="text">
<string>&Unset document language explicitly</string>
</property>
</widget>
</item>
</layout>
2019-07-19 17:23:20 +02:00
</widget>
</item>
2019-07-21 11:37:54 +02:00
<item row="2" column="0">
2011-06-02 15:43:21 +00:00
<widget class="QGroupBox" name="rtlGB2">
<property name="toolTip">
2008-03-18 16:49:05 +00:00
<string/>
2008-02-10 19:51:23 +00:00
</property>
2011-06-02 15:43:21 +00:00
<property name="title">
2019-07-21 11:37:54 +02:00
<string>Editor Settings</string>
2007-09-15 17:32:15 +00:00
</property>
2011-06-02 15:43:21 +00:00
<property name="flat">
2008-03-18 16:49:05 +00:00
<bool>true</bool>
2008-02-10 19:51:23 +00:00
</property>
2011-06-02 15:43:21 +00:00
<property name="checkable">
2008-03-18 16:49:05 +00:00
<bool>false</bool>
2008-02-10 19:51:23 +00:00
</property>
2011-06-02 15:43:21 +00:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
2019-07-21 11:37:54 +02:00
<widget class="QCheckBox" name="markForeignCB">
<property name="toolTip">
<string>Check to highlight additional languages (to the document language) visually in the work area</string>
</property>
<property name="text">
<string>&Mark additional languages</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="respectOSkbdCB">
<property name="toolTip">
<string>Select to use the current keyboard language, as set from the operating system, as default input language.</string>
</property>
<property name="text">
<string>Respect &OS keyboard language</string>
</property>
</widget>
</item>
<item row="2" column="0">
2011-06-02 15:43:21 +00:00
<layout class="QHBoxLayout">
<property name="spacing">
2010-03-21 20:27:53 +00:00
<number>6</number>
2008-03-18 16:49:05 +00:00
</property>
2019-07-21 11:37:54 +02:00
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
2008-06-25 13:32:27 +00:00
<number>0</number>
</property>
2008-02-10 19:51:23 +00:00
<item>
2011-06-02 15:43:21 +00:00
<widget class="QLabel" name="cursorMovementLA">
2019-07-21 14:37:14 +02:00
<property name="toolTip">
<string>Specify here how the arrow keys behave within scripts with right-to-left direction</string>
</property>
2011-06-02 15:43:21 +00:00
<property name="text">
2019-07-21 11:37:54 +02:00
<string>Right-to-left cursor movement:</string>
2008-02-10 19:51:23 +00:00
</property>
2011-06-02 15:43:21 +00:00
<property name="scaledContents">
2008-02-10 19:51:23 +00:00
<bool>false</bool>
</property>
</widget>
</item>
<item>
2011-06-02 15:43:21 +00:00
<widget class="QRadioButton" name="logicalCursorRB">
2019-07-21 14:37:14 +02:00
<property name="toolTip">
2019-07-21 16:19:01 +02:00
<string>Right arrow key is interpreted as "move forwards", left arrow key as "move backwards"</string>
2019-07-21 14:37:14 +02:00
</property>
2011-06-02 15:43:21 +00:00
<property name="text">
2008-03-18 16:49:05 +00:00
<string>&Logical</string>
2008-02-10 19:51:23 +00:00
</property>
2011-06-02 15:43:21 +00:00
<property name="checked">
2008-02-10 19:51:23 +00:00
<bool>true</bool>
</property>
</widget>
</item>
<item>
2011-06-02 15:43:21 +00:00
<widget class="QRadioButton" name="visualCursorRB">
2019-07-21 14:37:14 +02:00
<property name="toolTip">
2019-07-21 16:43:41 +02:00
<string>Right arrow key is interpreted as "move right", left arrow key as "move left"</string>
2019-07-21 14:37:14 +02:00
</property>
2011-06-02 15:43:21 +00:00
<property name="text">
2008-03-18 16:49:05 +00:00
<string>&Visual</string>
2008-02-10 19:51:23 +00:00
</property>
</widget>
</item>
</layout>
</item>
2019-07-21 11:37:54 +02:00
<item row="2" column="1">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Local Preferences</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="decimalPointL">
2019-07-22 08:05:28 +02:00
<property name="toolTip">
<string>Here you can specify the decimal separator that is used in the tabular dialog by default. "Language default" selects the appropriate separator for the current language.</string>
</property>
2019-07-21 11:37:54 +02:00
<property name="text">
<string>Default decimal &separator:</string>
</property>
<property name="buddy">
2019-07-22 08:05:28 +02:00
<cstring>defaultDecimalSepED</cstring>
2019-07-21 11:37:54 +02:00
</property>
</widget>
</item>
2019-07-22 08:05:28 +02:00
<item row="1" column="6">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2019-07-21 11:37:54 +02:00
</property>
2019-07-22 08:05:28 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
2019-07-21 11:37:54 +02:00
</property>
2019-07-22 08:05:28 +02:00
</spacer>
2019-07-21 11:37:54 +02:00
</item>
2019-07-22 08:05:28 +02:00
<item row="0" column="3">
<widget class="QLineEdit" name="defaultDecimalSepED">
2019-07-21 11:37:54 +02:00
<property name="maximumSize">
<size>
2019-07-22 08:05:28 +02:00
<width>40</width>
2019-07-21 11:37:54 +02:00
<height>16777215</height>
</size>
</property>
2019-07-22 08:05:28 +02:00
<property name="toolTip">
<string>Insert a custom decimal separator here</string>
</property>
2019-07-21 11:37:54 +02:00
<property name="inputMask">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2019-07-22 08:05:28 +02:00
<item row="1" column="0">
<widget class="QLabel" name="defaultLengthUnitLA">
<property name="toolTip">
<string>Select the default length unit for LyX dialogs</string>
</property>
<property name="text">
<string>Default length &unit:</string>
</property>
<property name="buddy">
<cstring>defaultLengthUnitCO</cstring>
</property>
</widget>
2019-07-21 11:37:54 +02:00
</item>
2019-07-22 08:05:28 +02:00
<item row="0" column="1">
<widget class="QComboBox" name="defaultDecimalSepCO">
<property name="toolTip">
<string>Here you can specify the decimal separator that is used in the tabular dialog by default. "Language default" selects the appropriate separator for the current language.</string>
2010-03-21 20:27:53 +00:00
</property>
2019-07-22 08:05:28 +02:00
<item>
<property name="text">
<string>Language Default</string>
</property>
</item>
<item>
<property name="text">
<string>Custom</string>
</property>
</item>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="defaultLengthUnitCO">
<property name="toolTip">
<string>Select the default length unit for LyX dialogs</string>
2010-03-21 20:27:53 +00:00
</property>
2019-07-22 08:05:28 +02:00
</widget>
2010-03-21 20:27:53 +00:00
</item>
2008-02-10 19:51:23 +00:00
</layout>
2007-09-15 17:32:15 +00:00
</widget>
2006-03-24 15:59:11 +00:00
</item>
2019-07-21 11:37:54 +02:00
<item row="4" column="0">
2008-03-14 23:50:02 +00:00
<spacer>
2011-06-02 15:43:21 +00:00
<property name="orientation">
2008-03-14 23:50:02 +00:00
<enum>Qt::Vertical</enum>
</property>
2011-06-02 15:43:21 +00:00
<property name="sizeType">
2008-03-14 23:50:02 +00:00
<enum>QSizePolicy::Expanding</enum>
</property>
2011-06-02 15:43:21 +00:00
<property name="sizeHint" stdset="0">
2008-03-14 23:50:02 +00:00
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2006-03-24 15:59:11 +00:00
</layout>
</widget>
<tabstops>
2010-06-05 07:44:44 +00:00
<tabstop>uiLanguageCO</tabstop>
2011-09-12 14:19:57 +00:00
<tabstop>languagePackageCO</tabstop>
2006-03-24 15:59:11 +00:00
<tabstop>languagePackageED</tabstop>
<tabstop>startCommandED</tabstop>
<tabstop>endCommandED</tabstop>
2019-07-22 08:05:28 +02:00
<tabstop>defaultDecimalSepED</tabstop>
2006-03-24 15:59:11 +00:00
<tabstop>globalCB</tabstop>
2019-07-21 11:37:54 +02:00
<tabstop>explicitDocLangBeginCB</tabstop>
2006-03-24 15:59:11 +00:00
<tabstop>markForeignCB</tabstop>
2019-07-19 17:23:20 +02:00
<tabstop>respectOSkbdCB</tabstop>
2010-06-05 07:44:44 +00:00
<tabstop>logicalCursorRB</tabstop>
<tabstop>visualCursorRB</tabstop>
2006-03-24 15:59:11 +00:00
</tabstops>
2007-09-15 17:32:15 +00:00
<includes>
2011-06-02 15:43:21 +00:00
<include location="local">qt_i18n.h</include>
2007-09-15 17:32:15 +00:00
</includes>
2006-03-24 15:59:11 +00:00
<resources/>
2019-07-21 11:37:54 +02:00
<connections/>
2006-03-05 17:24:44 +00:00
</ui>