Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 436 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 436 Bytes

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.