Skip to content

Instantly share code, notes, and snippets.

View MichaelSuen-thePointer's full-sized avatar

MichaelSuen MichaelSuen-thePointer

View GitHub Profile
@ales-erjavec
ales-erjavec / qcheckcombobox.py
Last active June 20, 2023 09:45
A QComboBox supporting multiple item selection
"""
Check Combo Box
---------------
A QComboBox subclass designed for multiple item selection.
The combo box popup allows the user to check/uncheck multiple items at
once.
"""