Is there an alternative for CheckListBox in PyQt?
-
I wanted to have an option to select the items from fetched data manually, For that purpose the best widget that can suit my requirement is CheckListBox ? Are there any alternative or a method to implement the same using PyQt?
-
@qtDevOps
What isCheckListBox
, there is no such Qt class? PyQt does not add any classes/widgets of its own, it's just a Python binding to Qt.