From 7bb7295a9033c0a6729b301e7c9b76393539e29a Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 22 Dec 2010 16:59:12 +0100 Subject: Made colors configurable Added a tab to ConfigurationDialog to make some colors configurable. It works somehow. The font color isn't evaluated yet, since I'm not convinced that it is a good idea. But one problem is that calling qApp->setPalette() doesn't propagate to non visible child dialogs. Dunno if it's worth fixing. --- seriestreewidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'seriestreewidget.h') diff --git a/seriestreewidget.h b/seriestreewidget.h index b8d89e6..fc55415 100644 --- a/seriestreewidget.h +++ b/seriestreewidget.h @@ -72,7 +72,7 @@ class SeriesTreeView : public QTreeView { explicit SeriesTreeView(QWidget *parent = 0); public slots: - void readConfig(); + void readSettings(); protected: virtual void contextMenuEvent(QContextMenuEvent *e); -- cgit v1.2.3-70-g09d2