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

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -