QMenu single select
Solved
General and Desktop
-
Hi,
If it's using PyQt or PySide it should be translatable in C++.
That said, can you explain your use case ?
-
Here is the python issue: https://stackoverflow.com/questions/48447053/one-qaction-checkable-at-time-in-qmenu
I think it explains it pretty well. -
See this example where a QActionGroup is created that makes only one alignment action selectable at a time.