Implement multi-select combo box in Qt
Here is the demo:
- Import MultiSelectComboBox.cpp & MultiSelectComboBox.h to your project.
- Add a default combo box in Qt Designer.
- Right click this combo box to promote it to MultiSelectComboBox.
- Now you can use this MultiSelectComboBox in your code.