Files
create/src/Gui
Abdullah Tahiri 93f646ff25 Gui: ActionGroup - aboutToShow and aboutToHide
==============================================

ActionGroup may integrate a drop down menu (internally a QMenu).

QMenu has signals aboutToShow and aboutToHide, which are called just before showing/hiding the menu.

This commit extends ActionGroup by providing corresponding signals.

An ActionGroup can be added to more than one toolbar and thus creates more than one menu. So, it can theoretically
happen that you have opened a menu and click on another menu. For this reason, the menu is passed as argument:

void aboutToHideMenu(QMenu*);
void aboutToShowMenu(QMenu*);
2023-02-25 23:13:55 +01:00
..
2022-08-11 10:23:02 -04:00
2022-12-02 19:18:54 -06:00
2023-02-13 15:45:26 +01:00
2023-02-01 13:49:35 +01:00
2022-11-28 08:39:38 -06:00
2023-02-01 13:49:35 +01:00
2022-08-09 12:43:23 +02:00
2022-11-01 16:55:40 +01:00
2022-08-09 12:43:23 +02:00
2022-08-09 12:43:23 +02:00
2022-07-17 03:53:11 +02:00
2022-08-09 12:43:23 +02:00
2023-02-06 06:23:27 +01:00
2022-08-08 10:21:44 +02:00
2022-08-08 10:21:44 +02:00
2022-08-12 17:59:59 +02:00
2023-02-01 13:49:35 +01:00
2022-03-23 18:41:21 +01:00
2022-09-18 11:06:51 -05:00
2022-03-23 18:41:21 +01:00
2022-08-09 12:43:23 +02:00
2022-11-13 16:08:46 +01:00
2022-08-09 12:43:23 +02:00
2022-08-09 12:43:23 +02:00
2022-08-09 12:43:23 +02:00
2022-09-18 11:06:51 -05:00
2022-08-09 12:43:23 +02:00
2022-08-09 12:43:23 +02:00
2022-11-01 16:55:40 +01:00
2023-02-01 13:49:35 +01:00
2022-12-31 21:54:45 +01:00
2022-03-23 18:41:21 +01:00
2022-08-09 12:43:23 +02:00
2022-08-08 10:21:44 +02:00
2022-08-09 12:43:23 +02:00
2022-08-09 12:43:23 +02:00
2022-12-02 19:18:54 -06:00
2022-08-08 10:21:44 +02:00
2022-08-09 12:43:23 +02:00
2023-01-10 13:46:33 +01:00
2023-02-01 13:49:35 +01:00
2022-12-27 21:44:11 -06:00
2022-08-09 12:43:23 +02:00
2023-02-25 18:56:27 +01:00
2022-08-09 12:43:23 +02:00
2022-12-16 15:33:52 +01:00
2022-08-09 12:43:23 +02:00
2022-08-12 17:59:59 +02:00
2022-08-08 10:21:44 +02:00
2023-01-01 16:35:12 +01:00
2022-08-09 12:43:23 +02:00
2022-07-17 03:53:11 +02:00
2022-11-02 15:16:41 +01:00
2022-08-09 12:43:23 +02:00
2022-08-08 10:21:44 +02:00
2022-09-18 11:06:51 -05:00
2022-08-12 17:59:59 +02:00
2022-09-18 11:06:51 -05:00
2022-09-18 11:06:51 -05:00
2022-08-06 16:35:45 +02:00
2022-09-18 11:06:51 -05:00
2022-08-09 12:43:23 +02:00
2022-11-03 12:38:11 +01:00
2022-08-09 12:43:23 +02:00
2023-02-01 13:49:35 +01:00
2022-03-23 18:41:21 +01:00
2022-08-09 12:43:23 +02:00
2022-03-23 18:41:21 +01:00
2023-02-01 13:49:35 +01:00
2023-01-12 19:40:59 +01:00
2022-12-01 12:56:58 +01:00
2022-12-27 21:44:11 -06:00
2022-12-27 21:44:11 -06:00
2022-03-23 18:41:21 +01:00
2022-12-02 00:50:00 +01:00
2022-09-18 11:06:51 -05:00
2022-08-08 10:21:44 +02:00
2022-08-09 12:43:23 +02:00
2022-08-09 12:43:23 +02:00
2022-08-09 12:43:23 +02:00
2022-09-18 11:06:51 -05:00
2022-08-08 10:21:44 +02:00
2022-08-09 12:43:23 +02:00
2022-08-09 12:43:23 +02:00
2023-02-01 13:49:35 +01:00
2022-08-08 10:21:44 +02:00
2022-08-09 12:43:23 +02:00
2023-02-08 15:08:42 +01:00
2022-08-09 12:43:23 +02:00