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. --- pictureswidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pictureswidget.h') 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); -- cgit v1.2.3-70-g09d2