mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 06:03:36 +00:00
d7eaaba900
* src/BufferParams.{cpp,h}: - new param fontsCJK (font_cjk). * src/output_latex.cpp: - use fontsCJK param. * src/Buffer.cpp: - increase file format * src/frontends/qt4/GuiDocument.cpp: * src/frontends/qt4/ui/FontUi.ui: - GUI for the CJK font param * lib/lyx2lyx/lyx_1_6.py: - remove font_cjk param on reversion. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25135 a592a061-630c-0410-9148-cb99ea01b6c8
265 lines
7.0 KiB
XML
265 lines
7.0 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>414</width>
|
|
<height>268</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>FontUi</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="8" column="0" colspan="4" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeType" >
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>391</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="5" 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="5" 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="5" column="2" colspan="2" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>151</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="7" 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="6" 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="0" column="1" >
|
|
<widget class="QComboBox" name="fontsDefaultCO" >
|
|
<property name="toolTip" >
|
|
<string>Select the default family for the document</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2" >
|
|
<widget class="QLabel" name="TextLabel2_2" >
|
|
<property name="text" >
|
|
<string>&Base Size:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>fontsizeCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="3" >
|
|
<widget class="QComboBox" name="fontsizeCO" >
|
|
<property name="toolTip" >
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" 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" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>182</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="3" 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="3" column="1" >
|
|
<widget class="QComboBox" name="fontsSansCO" >
|
|
<property name="toolTip" >
|
|
<string>Select the Sans Serif (grotesque) typeface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" 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="3" 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="maximum" >
|
|
<number>200</number>
|
|
</property>
|
|
<property name="minimum" >
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" 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="2" 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="fontsTypewriterLA" >
|
|
<property name="text" >
|
|
<string>&Typewriter:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>fontsTypewriterCO</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1" >
|
|
<widget class="QComboBox" name="fontsTypewriterCO" >
|
|
<property name="toolTip" >
|
|
<string>Select the typewriter (monospaced) typeface</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" 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="4" 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="maximum" >
|
|
<number>200</number>
|
|
</property>
|
|
<property name="minimum" >
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="2" colspan="2" >
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>131</width>
|
|
<height>20</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>
|