diff options
author | necoro <> | 2007-07-04 23:30:51 +0000 |
---|---|---|
committer | necoro <> | 2007-07-04 23:30:51 +0000 |
commit | ea6325e2e728e623f8860592a78f842e87eeead3 (patch) | |
tree | c3e2db1bf272e405fcbe477edab001d05ddb34c2 /portato/gui/templates/ui | |
parent | 26fdf4359a97e1a96a890b46c6c000dab9d0bfa9 (diff) | |
download | portato-ea6325e2e728e623f8860592a78f842e87eeead3.tar.gz portato-ea6325e2e728e623f8860592a78f842e87eeead3.tar.bz2 portato-ea6325e2e728e623f8860592a78f842e87eeead3.zip |
made console font changeble for Qt
Diffstat (limited to 'portato/gui/templates/ui')
-rw-r--r-- | portato/gui/templates/ui/PreferenceWindow.ui | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/portato/gui/templates/ui/PreferenceWindow.ui b/portato/gui/templates/ui/PreferenceWindow.ui index a7cf96f..38c6564 100644 --- a/portato/gui/templates/ui/PreferenceWindow.ui +++ b/portato/gui/templates/ui/PreferenceWindow.ui @@ -286,6 +286,30 @@ p, li { white-space: pre-wrap; } </widget> </item> <item> + <layout class="QHBoxLayout" > + <property name="margin" > + <number>0</number> + </property> + <property name="spacing" > + <number>6</number> + </property> + <item> + <widget class="QLabel" name="" > + <property name="text" > + <string>Console Font:</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="fontBtn" > + <property name="text" > + <string>PushButton</string> + </property> + </widget> + </item> + </layout> + </item> + <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> |