mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-20 04:40:30 +00:00
27a8abf768
English UI uses Title Casing for headers and sentence casing for normal widgets
282 lines
7.7 KiB
XML
282 lines
7.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FontUi</class>
|
|
<widget class="QWidget" name="FontUi">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>407</width>
|
|
<height>285</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>FontUi</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="osFontsCB">
|
|
<property name="toolTip">
|
|
<string>Use OpenType and TrueType fonts with the fontspec package (requires XeTeX or LuaTeX)</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Use non-TeX fonts (via XeTeX/LuaTeX)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>59</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="fontsDefaultLA">
|
|
<property name="text">
|
|
<string>&Default family:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>fontsDefaultCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QComboBox" name="fontsDefaultCO">
|
|
<property name="toolTip">
|
|
<string>Select the default family for the document</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="2">
|
|
<widget class="QLabel" name="BaseSizeLA">
|
|
<property name="text">
|
|
<string>&Base size:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>fontsizeCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="3">
|
|
<widget class="QComboBox" name="fontsizeCO">
|
|
<property name="toolTip">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="fontencLA">
|
|
<property name="text">
|
|
<string>LaTe&X font encoding:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>fontencCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QComboBox" name="fontencCO"/>
|
|
</item>
|
|
<item row="2" column="2" colspan="2">
|
|
<widget class="QLineEdit" name="fontencLE">
|
|
<property name="toolTip">
|
|
<string>Specify the font encoding (e.g., T1).</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="fontsRomanLA">
|
|
<property name="text">
|
|
<string>&Roman:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>fontsRomanCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QComboBox" name="fontsRomanCO">
|
|
<property name="toolTip">
|
|
<string>Select the roman (serif) typeface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="fontsSansLA">
|
|
<property name="text">
|
|
<string>&Sans Serif:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>fontsSansCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QComboBox" name="fontsSansCO">
|
|
<property name="toolTip">
|
|
<string>Select the Sans Serif (grotesque) typeface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="2">
|
|
<widget class="QLabel" name="scaleSansLA">
|
|
<property name="text">
|
|
<string>S&cale (%):</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>scaleSansSB</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="3">
|
|
<widget class="QSpinBox" name="scaleSansSB">
|
|
<property name="toolTip">
|
|
<string>Scale the Sans Serif font to match the base font's dimensions</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>200</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="fontsTypewriterLA">
|
|
<property name="text">
|
|
<string>&Typewriter:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>fontsTypewriterCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="QComboBox" name="fontsTypewriterCO">
|
|
<property name="toolTip">
|
|
<string>Select the typewriter (monospaced) typeface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2">
|
|
<widget class="QLabel" name="scaleTypewriterLA">
|
|
<property name="text">
|
|
<string>Sc&ale (%):</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>scaleTypewriterSB</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="3">
|
|
<widget class="QSpinBox" name="scaleTypewriterSB">
|
|
<property name="toolTip">
|
|
<string>Scale the Typewriter font to match the base font's dimensions</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>10</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>200</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="fontsMathLA">
|
|
<property name="text">
|
|
<string>&Math:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>fontsMathCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="QComboBox" name="fontsMathCO">
|
|
<property name="toolTip">
|
|
<string>Select the math typeface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="cjkFontLA">
|
|
<property name="text">
|
|
<string>C&JK:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>cjkFontLE</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<widget class="QLineEdit" name="cjkFontLE">
|
|
<property name="toolTip">
|
|
<string>Input the font to be used for Chinese, Japanese or Korean (CJK) script</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="1">
|
|
<widget class="QCheckBox" name="fontScCB">
|
|
<property name="toolTip">
|
|
<string>Use a real small caps shape, if the font provides one</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use true s&mall caps</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="1">
|
|
<widget class="QCheckBox" name="fontOsfCB">
|
|
<property name="toolTip">
|
|
<string>Use old style instead of lining figures</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use &old style figures</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="1">
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>126</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<tabstops>
|
|
<tabstop>osFontsCB</tabstop>
|
|
<tabstop>fontsDefaultCO</tabstop>
|
|
<tabstop>fontsizeCO</tabstop>
|
|
<tabstop>fontencCO</tabstop>
|
|
<tabstop>fontencLE</tabstop>
|
|
<tabstop>fontsRomanCO</tabstop>
|
|
<tabstop>fontsSansCO</tabstop>
|
|
<tabstop>scaleSansSB</tabstop>
|
|
<tabstop>fontsTypewriterCO</tabstop>
|
|
<tabstop>scaleTypewriterSB</tabstop>
|
|
<tabstop>cjkFontLE</tabstop>
|
|
<tabstop>fontScCB</tabstop>
|
|
<tabstop>fontOsfCB</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local">qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|