summaryrefslogtreecommitdiff
path: root/Preferences.h
diff options
context:
space:
mode:
Diffstat (limited to 'Preferences.h')
-rw-r--r--Preferences.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Preferences.h b/Preferences.h
index 9b8c816..5bfb3be 100644
--- a/Preferences.h
+++ b/Preferences.h
@@ -29,14 +29,19 @@ public:
public slots:
void actionTriggered(class QAction *);
void colorSchemeChanged();
+ void fontFamilyChanged(const QString &);
+ void fontSizeChanged(const QString &);
signals:
void requestRedraw();
+ void fontChanged(const QString &family, uint size);
private:
Preferences(QWidget *parent = NULL);
QHash<QString, QMap<RenderColor, QColor> > colorschemes;
QString colorscheme;
+ QString fontfamily;
+ uint fontsize;
static Preferences *instance;
};
contact: Jan Huwald // Impressum