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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

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

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -