mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 00:56:24 +00:00
2ce1e6783a
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37569 a592a061-630c-0410-9148-cb99ea01b6c8
260 lines
7.2 KiB
XML
260 lines
7.2 KiB
XML
<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 directly (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" colspan="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="3">
|
|
<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="4">
|
|
<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="3" 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="3">
|
|
<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="4">
|
|
<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="3">
|
|
<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="4">
|
|
<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="cjkFontLA">
|
|
<property name="text">
|
|
<string>C&JK:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>cjkFontLE</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" 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="7" column="1" colspan="2">
|
|
<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="8" column="1" colspan="2">
|
|
<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="9" column="1" colspan="2">
|
|
<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>fontsDefaultCO</tabstop>
|
|
<tabstop>fontsizeCO</tabstop>
|
|
<tabstop>fontsSansCO</tabstop>
|
|
<tabstop>scaleSansSB</tabstop>
|
|
<tabstop>fontsTypewriterCO</tabstop>
|
|
<tabstop>scaleTypewriterSB</tabstop>
|
|
<tabstop>fontsRomanCO</tabstop>
|
|
<tabstop>fontScCB</tabstop>
|
|
<tabstop>fontOsfCB</tabstop>
|
|
</tabstops>
|
|
<includes>
|
|
<include location="local">qt_i18n.h</include>
|
|
</includes>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|