mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
83 lines
2.2 KiB
XML
83 lines
2.2 KiB
XML
<ui version="4.0" >
|
|
<class>Fonts</class>
|
|
<widget class="QWidget" name="Fonts" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>288</width>
|
|
<height>74</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
|
<item>
|
|
<layout class="QFormLayout" name="formLayout" >
|
|
<property name="fieldGrowthPolicy" >
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
</property>
|
|
<item row="0" column="0" >
|
|
<widget class="QLabel" name="buttonlabel" >
|
|
<property name="text" >
|
|
<string>&Button font:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>kcfg_ButtonFont</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1" >
|
|
<widget class="KFontRequester" name="kcfg_ButtonFont" >
|
|
<property name="focusPolicy" >
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<property name="toolTip" >
|
|
<string>The font to use for the buttons</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QLabel" name="displaylabel" >
|
|
<property name="text" >
|
|
<string>&Display font:</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>kcfg_DisplayFont</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" >
|
|
<widget class="KFontRequester" name="kcfg_DisplayFont" >
|
|
<property name="focusPolicy" >
|
|
<enum>Qt::WheelFocus</enum>
|
|
</property>
|
|
<property name="toolTip" >
|
|
<string>The font to use in the display</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KFontRequester</class>
|
|
<extends>QWidget</extends>
|
|
<header>kfontrequester.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<connections/>
|
|
</ui>
|