From 81aafd665a74ff4de206667ba495109f34294dd5 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 17 Mar 2012 06:15:56 +0100 Subject: Make background color of PictureViewer2 configurable Add options to ConfigurationDialog to either use a fixed color as background or a gradient picked with random colors picked from the picture. --- shemov.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 9f261c2..a828e04 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -115,6 +115,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla connect(this, SIGNAL(configChanged()), mFSWidget->fileView(), SLOT(readConfig())); connect(this, SIGNAL(configChanged()), mATree->seriesWidget(), SLOT(readSettings())); connect(this, SIGNAL(configChanged()), SmGlobals::instance()->pictureViewer(), SLOT(readSettings())); + connect(this, SIGNAL(configChanged()), mPicWidget->picViewer2(), SLOT(readSettings())); connect(mFSWidget, SIGNAL(mounted(bool)), this, SLOT(checkMount(bool))); QWidget *centralWidget = new QWidget; -- cgit v1.2.3-70-g09d2