qt - QToolButton don't hide popup menu after triggering action -


i have qtoolbutton popup menu on toolbar. popup menu has number of checkable actions, , looks this:

enter image description here

problem - popup menu closes every time check/uncheck action, want stay opened can check number of actions no need reopen popup menu. how can achieve this?

edited:

found workaround - prevent qmenu closing when 1 of qaction triggered

it looks bit different still ok me:

enter image description here


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -