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:
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:
Comments
Post a Comment