pyqt4-examples icon indicating copy to clipboard operation
pyqt4-examples copied to clipboard

Checking all items in MultiCheckComboBox is very slow ?

Open GiannisIordanou opened this issue 7 years ago • 0 comments

I am writing a GUI application using PyQt and I have a multicheckbox widget using the code from MultiCheckComboBox.py.

When I try to select all items (800 in total) using checkAll(True) it takes a while before everything is selected.

Is this typical behaviour ? Is there a better way to select all items ?

Thanks.

GiannisIordanou avatar May 13 '17 18:05 GiannisIordanou