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. --- archivetreeview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'archivetreeview.h') diff --git a/archivetreeview.h b/archivetreeview.h index 7b0cd47..e2c0a9d 100644 --- a/archivetreeview.h +++ b/archivetreeview.h @@ -49,6 +49,7 @@ class ArchiveTreeView : public QWidget void showNoCoverDialog(); void selectMovie(const QModelIndex &idx); void copyPath(int type); + void readSettings(); private slots: void currentChanged(const QItemSelection &selected, const QItemSelection &deselected); -- cgit v1.2.3-70-g09d2