<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FontsConfig</class> <widget class="QWidget" name="FontsConfig"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>421</width> <height>379</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="font"> <font> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Font</string> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Default font for user interface</string> </property> <layout class="QFormLayout" name="formLayout_3"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Font name:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QFontComboBox" name="fontName"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Style:</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> <string>Point size:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QSpinBox" name="fontSize"> <property name="minimum"> <number>4</number> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="fontStyle"> <item> <property name="text"> <string>Normal</string> </property> </item> <item> <property name="text"> <string>Bold</string> </property> </item> <item> <property name="text"> <string>Italic</string> </property> </item> <item> <property name="text"> <string>Bold Italic</string> </property> </item> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="xftSettings"> <property name="title"> <string>The following settings only affect newly started applications</string> </property> <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="0" colspan="2"> <widget class="QCheckBox" name="antialias"> <property name="text"> <string>Use antialias fonts</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Font hinting style:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QComboBox" name="hintStyle"> <property name="enabled"> <bool>false</bool> </property> <item> <property name="text"> <string>None</string> </property> </item> <item> <property name="text"> <string>Slight</string> </property> </item> <item> <property name="text"> <string>Medium</string> </property> </item> <item> <property name="text"> <string>Full</string> </property> </item> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QCheckBox" name="hinting"> <property name="text"> <string>Font hinting</string> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Resolution (DPI):</string> </property> </widget> </item> <item row="6" column="0" colspan="2"> <widget class="QCheckBox" name="autohint"> <property name="text"> <string>Autohint</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QSpinBox" name="dpi"> <property name="minimum"> <number>-1</number> </property> <property name="maximum"> <number>1048576</number> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Subpixel antialiasing:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="subpixel"> <property name="enabled"> <bool>false</bool> </property> <item> <property name="text"> <string>None</string> </property> </item> <item> <property name="text"> <string>RGB</string> </property> </item> <item> <property name="text"> <string>BGR</string> </property> </item> <item> <property name="text"> <string>VRGB</string> </property> </item> <item> <property name="text"> <string>VBGR</string> </property> </item> </widget> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections> <connection> <sender>antialias</sender> <signal>toggled(bool)</signal> <receiver>subpixel</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>225</x> <y>109</y> </hint> <hint type="destinationlabel"> <x>298</x> <y>140</y> </hint> </hints> </connection> <connection> <sender>hinting</sender> <signal>toggled(bool)</signal> <receiver>hintStyle</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>225</x> <y>171</y> </hint> <hint type="destinationlabel"> <x>298</x> <y>202</y> </hint> </hints> </connection> </connections> </ui>