Attached here is a version to make the new restore sort work under PyQt6. I think also the changes below are needed for other parts of the plugin.
Qt.PartiallyChecked > Qt.CheckState.PartiallyChecked
Qt.Checked > Qt.CheckState.Checked
Qt.Unchecked > Qt.CheckState.Unchecked
For some reason, those did not work for me in the restore sort code. I have to resort to using the boolean isChecked() method instead.
Last edited by capink; 06-29-2022 at 08:31 AM.
|