okular/optionDialogFontsWidget_base.ui
Stefan Kebekus c21c0c0f48 GUI: added/removed warnings and tooltips
svn path=/trunk/kdegraphics/kdvi/; revision=232503
2003-06-20 08:13:19 +00:00

162 lines
7.2 KiB
XML

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>optionDialogFontsWidget_base</class>
<author>Stefan Kebekus</author>
<widget class="QWidget">
<property name="name">
<cstring>optionDialogFontsWidget_base</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>259</width>
<height>299</height>
</rect>
</property>
<property name="caption">
<string>TeX Fonts</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QButtonGroup">
<property name="name">
<cstring>PFB_ButtonGroup</cstring>
</property>
<property name="title">
<string>PostScript Type1 Fonts</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QCheckBox">
<property name="name">
<cstring>usePFBCheckBox</cstring>
</property>
<property name="text">
<string>Use Type 1 fonts if available</string>
</property>
<property name="toolTip" stdset="0">
<string>If in doubt, switch on.</string>
</property>
<property name="whatsThis" stdset="0">
<string>On many modern TeX installations, the typical fonts used in a TeX document are included both in the traditional MetaFont- and in the PostScript Type 1 format. If this box is checked, Type 1 fonts will be used if they are found. This will usually save some time and disk space because it is then no longer necessary to run MetaFont and turn the MetaFont fonts into bitmap files. You probably want to switch this option on, unless you experience difficulties with the PostScript fonts, such as missing or wrong characters, etc.</string>
</property>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>useFontHintingCheckBox</cstring>
</property>
<property name="text">
<string>Use font hinting</string>
</property>
<property name="toolTip" stdset="0">
<string>You should try if the use of font hinting improves readability on your machine.</string>
</property>
<property name="whatsThis" stdset="0">
<string>Many modern fonts contain "font hinting" information which can be used to improve the looks of a font on low-resolution displays, such as a computer monitor, or a notebook screen. However, many people find the "improved" fonts quite ugly and prefer to have this option switched off.</string>
</property>
</widget>
</vbox>
</widget>
<widget class="QGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>PK Fonts</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QButtonGroup">
<property name="name">
<cstring>buttonGroup1</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="title">
<string></string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Metafont mode:</string>
</property>
</widget>
<widget class="KComboBox" row="0" column="1">
<property name="name">
<cstring>metafontMode</cstring>
</property>
<property name="toolTip" stdset="0">
<string>LaserJet 4 is usually a good choice.</string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;Chooses the type of bitmap fonts used for the display. As a general rule, the higher the dpi value, the better quality of the output. On the other hand, large dpi fonts use more resources and make KDVI slower.&lt;/p&gt;
&lt;p&gt;If you are low on hard disk space, or have a slow machine, you may want to choose the same setting that is also used by dvips. That way you avoid generating several bitmap versions of the same font.&lt;/p&gt;</string>
</property>
</widget>
</grid>
</widget>
<widget class="QCheckBox">
<property name="name">
<cstring>fontGenerationCheckBox</cstring>
</property>
<property name="text">
<string>Generate missing fonts</string>
</property>
<property name="toolTip" stdset="0">
<string>If in doubt, switch on!</string>
</property>
<property name="whatsThis" stdset="0">
<string>Allows KDVI to use MetaFont to produce bitmap fonts. Unless you have a very specific reason, you probably want to switch this on.</string>
</property>
</widget>
</vbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>0</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<connections>
<connection>
<sender>usePFBCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>useFontHintingCheckBox</receiver>
<slot>setEnabled(bool)</slot>
</connection>
</connections>
<slots>
<slot>buttonGroup1_clicked(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kcombobox.h</includehint>
</includehints>
</UI>