summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2012-03-17 06:15:56 +0100
committerArno <am@disconnect.de>2012-03-17 06:15:56 +0100
commit81aafd665a74ff4de206667ba495109f34294dd5 (patch)
treeb487517a011a7f48f791755193aa706d181f4ff0 /shemov.cpp
parentb71a382317cbb81cd876519f9102abee087305d7 (diff)
downloadSheMov-81aafd665a74ff4de206667ba495109f34294dd5.tar.gz
SheMov-81aafd665a74ff4de206667ba495109f34294dd5.tar.bz2
SheMov-81aafd665a74ff4de206667ba495109f34294dd5.zip
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.
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp1
1 files changed, 1 insertions, 0 deletions
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;