diff options
Diffstat (limited to 'kmymoney2/dialogs/settings/ksettingsfontsdecl.ui')
-rw-r--r-- | kmymoney2/dialogs/settings/ksettingsfontsdecl.ui | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/kmymoney2/dialogs/settings/ksettingsfontsdecl.ui b/kmymoney2/dialogs/settings/ksettingsfontsdecl.ui new file mode 100644 index 0000000..cbaefeb --- /dev/null +++ b/kmymoney2/dialogs/settings/ksettingsfontsdecl.ui @@ -0,0 +1,131 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KSettingsFontsDecl</class> +<widget class="QWidget"> + <property name="name"> + <cstring>KSettingsFontsDecl</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>398</width> + <height>222</height> + </rect> + </property> + <property name="caption"> + <string>Font settings</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_useSystemFont</cstring> + </property> + <property name="text"> + <string>Use system fonts</string> + </property> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>m_individualFontsFrame</cstring> + </property> + <property name="title"> + <string>Individual font settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KFontRequester" row="0" column="2"> + <property name="name"> + <cstring>kcfg_listCellFont</cstring> + </property> + </widget> + <widget class="KFontRequester" row="1" column="2"> + <property name="name"> + <cstring>kcfg_listHeaderFont</cstring> + </property> + </widget> + <spacer row="0" column="1"> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>110</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="1" column="1"> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>100</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Cell font</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Header font</string> + </property> + </widget> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>30</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<connections> + <connection> + <sender>kcfg_useSystemFont</sender> + <signal>toggled(bool)</signal> + <receiver>m_individualFontsFrame</receiver> + <slot>setDisabled(bool)</slot> + </connection> +</connections> +<layoutdefaults spacing="6" margin="11"/> +</UI> |