How can I make my comboBox to allow me to select more than 1 item??
Or how can I simulate this behaviour with a comboBox from QtDesigner??
I would like the user to be able to click two or more items and I would be able to get the selected items.
It sounds like you want a list box, use the PyQt QListWidget: