summaryrefslogtreecommitdiffstats
path: root/tests/manual/dialogs/fontdialogpanel.h
diff options
context:
space:
mode:
authorKevin Ottens <ervin@kde.org>2013-04-29 14:18:40 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-13 12:11:21 +0200
commit64a2e00e376888d5cb29afc461ac2ad69862f074 (patch)
treef48fbe2132a6b254ca804290338e3bc2b78010ea /tests/manual/dialogs/fontdialogpanel.h
parent587a15739b6b225c16ef6cb58f651e40e97687ca (diff)
Allow to filter the type of fonts displayed
QFontComboBox had convenient filtering options but somehow not QFontDialog, so provide the same type of flags and a similar behavior. Change-Id: Ia8efabc60ae795673c772ff8ed63fd49244a5bb9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: David Faure (KDE) <faure@kde.org> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'tests/manual/dialogs/fontdialogpanel.h')
-rw-r--r--tests/manual/dialogs/fontdialogpanel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/dialogs/fontdialogpanel.h b/tests/manual/dialogs/fontdialogpanel.h
index 92f2b7313f..13e9e9f93a 100644
--- a/tests/manual/dialogs/fontdialogpanel.h
+++ b/tests/manual/dialogs/fontdialogpanel.h
@@ -77,6 +77,10 @@ private:
QDoubleSpinBox *m_fontSizeBox;
QCheckBox *m_noButtons;
QCheckBox *m_dontUseNativeDialog;
+ QCheckBox *m_scalableFilter;
+ QCheckBox *m_nonScalableFilter;
+ QCheckBox *m_monospacedFilter;
+ QCheckBox *m_proportionalFilter;
QPushButton *m_deleteNonModalDialogButton;
QPushButton *m_deleteModalDialogButton;
QString m_result;