diff options
Diffstat (limited to 'kjots/confpagefont.ui')
-rw-r--r-- | kjots/confpagefont.ui | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kjots/confpagefont.ui b/kjots/confpagefont.ui new file mode 100644 index 0000000..e89e5b5 --- /dev/null +++ b/kjots/confpagefont.ui @@ -0,0 +1,38 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>confPageFont</class> +<widget class="QDialog"> + <property name="name"> + <cstring>confPageFont</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>520</width> + <height>406</height> + </rect> + </property> + <property name="caption"> + <string>Font</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="KFontChooser"> + <property name="name"> + <cstring>kcfg_Font</cstring> + </property> + </widget> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kfontdialog.h</includehint> +</includehints> +</UI> |