From 42890664aef1588a92fe9cf816766aae06e3aedb Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 3 Mar 2012 09:57:26 +0100 Subject: Customize menus and toolbar for PictureView * Added 4 new icons for PictureView-actions. * simplified SheMov::tabChanged(int) * fix long standing bug with QActionGroups in SheMov. Enable and disable all actions according to the active tab --- pictureswidget.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pictureswidget.h') diff --git a/pictureswidget.h b/pictureswidget.h index 098d419..ece2bfb 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -34,11 +34,16 @@ class PicturesWidget : public QWidget { private slots: void setMappingColors(); void editMappings(); + void constructWindowTitle(); + + signals: + void needWindowTitleChange(QString); private: MappingTreeWidget *mMappingTree; PictureView *mPictureView; MappingEditDialog *mEditDialog; + const QString mWindowTitleBase; }; class PictureView : public QTreeView { -- cgit v1.2.3-70-g09d2