Hello,
How can one add multiple QComboBoxes using a for-loop?
Like we do in qcheckbox as:
Qt Code:
for (int k=0; k<3 ; k++) { }To copy to clipboard, switch view to plain text mode
Is there a similiar way to add multiple QComboBoxes aswell?
PS: i could not find the .arg() object in QComboBox :-(
Thanks!
Bookmarks