/Qt-MultiSelectComboBox

Implement multi-select combo box in Qt

Primary LanguageC++MIT LicenseMIT

Qt-MultiSelectComboBox

Implement multi-select combo box in Qt
Here is the demo:
image

How to use

  1. Import MultiSelectComboBox.cpp & MultiSelectComboBox.h to your project.
  2. Add a default combo box in Qt Designer.
  3. Right click this combo box to promote it to MultiSelectComboBox.
  4. Now you can use this MultiSelectComboBox in your code.