I am using Qt Creator 2.0.1 (Qt 4.7). I need a widget that can contain several checkboxes vertically. Flags will be added to the widget dynamically when interacting with another user interface element. The widget will have a fixed width and height, so if there are too many flags, a vertical scroll bar will appear.
What I want is imagine a QListWidget where list items can be checkboxes.
Which widget will allow me to do this?
Thank.
source
share