Chapter 7: Widgets, QCheckBox

Hello Martin,
.setTriState (camelcase) should be .setTristate (only one capital letter)

Uncommenting the code in Listing 16. basic/widgets_3.py (i.e., just playing around)
Then looking up the QCheckBox options, .setTriState does not exist
Instead it should be .setTristate. ← this works.

Thanks, great book. great info.