summaryrefslogtreecommitdiffstats
path: root/pictureswidget.h
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 /pictureswidget.h
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 'pictureswidget.h')
-rw-r--r--pictureswidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pictureswidget.h b/pictureswidget.h
index 3f2c41f..40c1874 100644
--- a/pictureswidget.h
+++ b/pictureswidget.h
@@ -34,6 +34,7 @@ class PicturesWidget : public QWidget {
explicit PicturesWidget(QWidget *parent = 0);
PictureView *picView() { return mPictureView; }
void setPicViewerAction(QAction *action) { mPicViewerA = action; }
+ PictureViewer2 *picViewer2() { return mPicViewer; }
public slots:
void showPicViewer(bool toggled);