mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 14:32:04 +00:00
7664ae5347
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30329 a592a061-630c-0410-9148-cb99ea01b6c8
326 lines
8.9 KiB
XML
326 lines
8.9 KiB
XML
<ui version="4.0" >
|
|
<class>PrefLanguageUi</class>
|
|
<widget class="QWidget" name="PrefLanguageUi" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>326</width>
|
|
<height>411</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string/>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0" colspan="2" >
|
|
<widget class="QLabel" name="uiLanguageLA" >
|
|
<property name="text" >
|
|
<string>User &interface language:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>uiLanguageCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2" >
|
|
<widget class="QComboBox" name="uiLanguageCO" >
|
|
<property name="toolTip" >
|
|
<string>Select the language of the user interface (menus, dialogs, etc.)</string>
|
|
</property>
|
|
<property name="maxVisibleItems" >
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" colspan="2" >
|
|
<widget class="QLabel" name="languagePackageLA" >
|
|
<property name="text" >
|
|
<string>Language pac&kage:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>languagePackageED</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2" >
|
|
<widget class="QLineEdit" name="languagePackageED" >
|
|
<property name="toolTip" >
|
|
<string>Enter the command to load the language package (default: babel)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="2" >
|
|
<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="2" column="2" >
|
|
<widget class="QLineEdit" name="startCommandED" >
|
|
<property name="toolTip" >
|
|
<string>The LaTeX command that starts a switch to a foreign language</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" colspan="2" >
|
|
<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="3" column="2" >
|
|
<widget class="QLineEdit" name="endCommandED" >
|
|
<property name="toolTip" >
|
|
<string>The LaTeX command that ends a switch to a foreign language</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0" colspan="3" >
|
|
<widget class="QCheckBox" name="useBabelCB" >
|
|
<property name="toolTip" >
|
|
<string>Use the babel package for multilingual support</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Use babel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0" colspan="3" >
|
|
<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)</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Global</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0" colspan="3" >
|
|
<widget class="QCheckBox" name="autoBeginCB" >
|
|
<property name="toolTip" >
|
|
<string>If checked, the document language is not explicitely set by a language switch command</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Auto &begin</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0" colspan="3" >
|
|
<widget class="QCheckBox" name="autoEndCB" >
|
|
<property name="toolTip" >
|
|
<string>If checked, the document language is not explicitely closed by a language switch command</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Auto &end</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0" colspan="3" >
|
|
<widget class="QCheckBox" name="markForeignCB" >
|
|
<property name="toolTip" >
|
|
<string>Check to highlight foreign languages visually in the work area</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Mark &foreign languages</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="0" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType" >
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="10" column="0" colspan="3" >
|
|
<widget class="QGroupBox" name="rtlGB2" >
|
|
<property name="toolTip" >
|
|
<string/>
|
|
</property>
|
|
<property name="title" >
|
|
<string>Right-to-left language support</string>
|
|
</property>
|
|
<property name="flat" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checkable" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="0" >
|
|
<widget class="QCheckBox" name="rtlGB" >
|
|
<property name="toolTip" >
|
|
<string>Select to enable support of right-to-left languages (e.g. Hebrew, Arabic).</string>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Enable RTL su&pport</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>101</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<layout class="QHBoxLayout" >
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="cursorMovementLA" >
|
|
<property name="text" >
|
|
<string>Cursor movement:</string>
|
|
</property>
|
|
<property name="scaledContents" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="logicalCursorRB" >
|
|
<property name="text" >
|
|
<string>&Logical</string>
|
|
</property>
|
|
<property name="checked" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="visualCursorRB" >
|
|
<property name="text" >
|
|
<string>&Visual</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="1" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType" >
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>languagePackageED</tabstop>
|
|
<tabstop>startCommandED</tabstop>
|
|
<tabstop>endCommandED</tabstop>
|
|
<tabstop>useBabelCB</tabstop>
|
|
<tabstop>globalCB</tabstop>
|
|
<tabstop>autoBeginCB</tabstop>
|
|
<tabstop>autoEndCB</tabstop>
|
|
<tabstop>markForeignCB</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local" >qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>rtlGB</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>logicalCursorRB</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>139</x>
|
|
<y>317</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>162</x>
|
|
<y>348</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>rtlGB</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>visualCursorRB</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>139</x>
|
|
<y>317</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>228</x>
|
|
<y>348</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>rtlGB</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>cursorMovementLA</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>139</x>
|
|
<y>317</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>72</x>
|
|
<y>348</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|