2011-08-09 14:02:40 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-02-03 14:17:31 +00:00
|
|
|
<ui version="4.0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<class>LanguageUi</class>
|
2011-02-03 14:17:31 +00:00
|
|
|
<widget class="QWidget" name="LanguageUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-02-03 14:17:31 +00:00
|
|
|
<width>335</width>
|
|
|
|
<height>282</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="languageL">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Language:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>languageCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="languageCO">
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::MinimumExpanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>71</width>
|
|
|
|
<height>23</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="typeL">
|
|
|
|
<property name="text">
|
2015-01-04 09:53:36 +00:00
|
|
|
<string>&Quote style:</string>
|
2011-02-03 14:17:31 +00:00
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>quoteStyleCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="quoteStyleCO"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
2007-09-19 12:29:08 +00:00
|
|
|
<string>Encoding</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="flat">
|
2007-09-19 12:29:08 +00:00
|
|
|
<bool>true</bool>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2007-09-19 12:29:08 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="spacing">
|
2007-09-19 12:29:08 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QRadioButton" name="defaultencodingRB">
|
|
|
|
<property name="text">
|
2015-01-04 09:53:36 +00:00
|
|
|
<string>Language &default</string>
|
2008-03-18 13:44:35 +00:00
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="checked">
|
2008-03-18 13:44:35 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-03 14:17:31 +00:00
|
|
|
<item row="0" column="2">
|
2007-09-19 12:29:08 +00:00
|
|
|
<spacer>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="orientation">
|
2007-09-19 12:29:08 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2007-09-19 12:29:08 +00:00
|
|
|
<size>
|
2008-03-18 13:44:35 +00:00
|
|
|
<width>81</width>
|
|
|
|
<height>22</height>
|
2007-09-19 12:29:08 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-02-03 14:17:31 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QRadioButton" name="otherencodingRB">
|
|
|
|
<property name="text">
|
2007-09-19 12:29:08 +00:00
|
|
|
<string>&Other:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-03 14:17:31 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="encodingCO">
|
|
|
|
<property name="enabled">
|
2008-03-18 13:44:35 +00:00
|
|
|
<bool>false</bool>
|
2007-09-19 12:29:08 +00:00
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="duplicatesEnabled">
|
2008-03-18 13:44:35 +00:00
|
|
|
<bool>false</bool>
|
2007-09-19 12:29:08 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-02-03 14:17:31 +00:00
|
|
|
<item row="3" column="0" colspan="3">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="languagePackageLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>Language pac&kage:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>languagePackageCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="languagePackageCO">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Select which language package LyX should use</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-09-24 16:39:20 +00:00
|
|
|
<widget class="QLineEdit" name="languagePackageLE">
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="toolTip">
|
2011-08-09 14:02:40 +00:00
|
|
|
<string>Enter the command to load the language package (default: \usepackage{babel})</string>
|
2011-02-03 14:17:31 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="3">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
2008-03-18 13:44:35 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
2011-02-03 14:17:31 +00:00
|
|
|
<width>38</width>
|
|
|
|
<height>20</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-02-03 14:17:31 +00:00
|
|
|
<item row="4" column="1">
|
2006-03-24 15:59:11 +00:00
|
|
|
<spacer>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="orientation">
|
2008-03-18 13:44:35 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="sizeType">
|
2008-03-18 13:44:35 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2011-02-03 14:17:31 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
2008-03-18 13:44:35 +00:00
|
|
|
<width>71</width>
|
|
|
|
<height>171</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>languageCO</tabstop>
|
|
|
|
<tabstop>quoteStyleCO</tabstop>
|
2007-09-19 12:29:08 +00:00
|
|
|
<tabstop>defaultencodingRB</tabstop>
|
|
|
|
<tabstop>otherencodingRB</tabstop>
|
|
|
|
<tabstop>encodingCO</tabstop>
|
2011-09-24 16:39:29 +00:00
|
|
|
<tabstop>languagePackageCO</tabstop>
|
|
|
|
<tabstop>languagePackageLE</tabstop>
|
2006-03-24 15:59:11 +00:00
|
|
|
</tabstops>
|
2007-09-19 12:29:08 +00:00
|
|
|
<includes>
|
2011-02-03 14:17:31 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2007-09-19 12:29:08 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
2007-09-19 12:29:08 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>otherencodingRB</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>encodingCO</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
2011-02-03 14:17:31 +00:00
|
|
|
<hint type="sourcelabel">
|
2007-09-19 12:29:08 +00:00
|
|
|
<x>34</x>
|
|
|
|
<y>149</y>
|
|
|
|
</hint>
|
2011-02-03 14:17:31 +00:00
|
|
|
<hint type="destinationlabel">
|
2007-09-19 12:29:08 +00:00
|
|
|
<x>107</x>
|
|
|
|
<y>145</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|