c++ - Enable muti-select on Flow Layout in Qt -
i'm using example flow layout qt docs , add multiple instances of custom widget (named card
).
i want enable user select 1 or more elements (cards) in layout , trigger right-click menu. menu contain several actions can either performed on 1 or more of cards. means, there should way selected items layout when action triggered.
what best way achieve this?
your highly appreciated. :)
Comments
Post a Comment