on a dialog form a have a few items, amongs them I have a QListView and QTreeView.
I’d like to load them to a QSet during initialization of this dialog. What’s the best way to do it?
on a dialog form a have a few items, amongs them I have a
Share
You could loop through the children of the dialog, try to cast them to
QAbstractItemView*and add those that pass: