okular/optionDialogFontsWidget_base.ui
Albert Astals Cid 5a69850c9f fixuifiles
svn path=/trunk/kdegraphics/kdvi/; revision=368550
2004-12-05 00:12:31 +00:00

77 lines
3.1 KiB
XML

<!DOCTYPE UI><UI version="3.3" 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>349</width>
<height>54</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>kcfg_UseFontHints</cstring>
</property>
<property name="text">
<string>Use font hinting for Type 1 fonts, if available</string>
</property>
<property name="toolTip" stdset="0">
<string>You should enable this, 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 appearance 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 disabled.</string>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>MetaFont mode used for PK fonts:</string>
</property>
</widget>
<widget class="KComboBox" row="1" column="1">
<property name="name">
<cstring>kcfg_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;With this option you choose 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>
<tabstops>
<tabstop>kcfg_MetafontMode</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in implementation">kdialog.h</include>
</includes>
<slots>
<slot>buttonGroup1_clicked(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>