Mercurial > hg > svgui
diff widgets/PropertyStack.h @ 1582:01a41a37bd26
Add a tab-bar context menu signal to the property stack
author | Chris Cannam |
---|---|
date | Wed, 25 Mar 2020 12:08:34 +0000 |
parents | 05d614f6e46d |
children |
line wrap: on
line diff
--- a/widgets/PropertyStack.h Fri Jan 24 15:11:08 2020 +0000 +++ b/widgets/PropertyStack.h Wed Mar 25 12:08:34 2020 +0000 @@ -40,6 +40,9 @@ signals: void viewSelected(View *client); void propertyContainerSelected(View *client, PropertyContainer *container); + void propertyContainerContextMenuRequested(View *client, + PropertyContainer *container, + QPoint pos); void contextHelpChanged(const QString &); public slots: @@ -54,6 +57,7 @@ void mouseEnteredTabBar(); void mouseLeftTabBar(); void activeTabClicked(); + void tabBarContextMenuRequested(const QPoint &); protected slots: void selectedContainerChanged(int);