Qt-MultiSelectComboBox icon indicating copy to clipboard operation
Qt-MultiSelectComboBox copied to clipboard

Implement multi-select combo box in Qt

Results 3 Qt-MultiSelectComboBox issues
Sort by recently updated
recently updated
newest added

I edited the code so that `currentData` works.

The input of other language won't show up, Anyone fixed this error?

So i noted that aUserData in addItem() is not used, but it would be very useful because in normal combobox i can retrieve the currentData() in item row. so i...