Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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 is CheckListBox, there is no such Qt class? PyQt does not add any classes/widgets of its own, it's just a Python binding to Qt.
CheckListBox
@JonB Okay
@qtDevOps
"CheckListBox" = QCheckBox in a listView as delegate?!
QCheckBox