diff options
author | Arno <am@disconnect.de> | 2012-03-03 09:57:26 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-03 09:57:26 +0100 |
commit | 42890664aef1588a92fe9cf816766aae06e3aedb (patch) | |
tree | 59472c13a1fbe55816ac6c198a7c876f8bee9a88 /pictureswidget.h | |
parent | 969d923fa3cb5197b6cda9b60fc4abf8552e24f6 (diff) | |
download | SheMov-42890664aef1588a92fe9cf816766aae06e3aedb.tar.gz SheMov-42890664aef1588a92fe9cf816766aae06e3aedb.tar.bz2 SheMov-42890664aef1588a92fe9cf816766aae06e3aedb.zip |
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
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |