You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/kbabel/kbabel/fontpreferences.ui

65 lines
2.0 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>FontPreferences</class>
<author>Stanislav Visnovsky</author>
<widget class="TQWidget">
<property name="name">
<cstring>FontPreferences</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>595</width>
<height>515</height>
</rect>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>Font for Messages</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>checkBox1</cstring>
</property>
<property name="text">
<string>&amp;Show only fixed font</string>
</property>
</widget>
<widget class="TDEFontChooser">
<property name="name">
<cstring>kcfg_MsgFont</cstring>
</property>
</widget>
</vbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>checkBox1</sender>
<signal>toggled(bool)</signal>
<receiver>FontPreferences</receiver>
<slot>showOnlyFixedFonts(bool)</slot>
</connection>
</connections>
<includes>
<include location="local" impldecl="in implementation">fontpreferences.ui.h</include>
<include location="global" impldecl="in implementation">tdefontdialog.h</include>
</includes>
<slots>
<slot access="private">showOnlyFixedFonts( bool on )</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>