diff options
author | Arno <am@disconnect.de> | 2012-03-17 06:15:56 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-17 06:15:56 +0100 |
commit | 81aafd665a74ff4de206667ba495109f34294dd5 (patch) | |
tree | b487517a011a7f48f791755193aa706d181f4ff0 /shemov.cpp | |
parent | b71a382317cbb81cd876519f9102abee087305d7 (diff) | |
download | SheMov-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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |