Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
None
-
6.3
-
None
-
Manjaro VSCodium Python3.10
Description
the example runs but the default text does not show
It appears that the Signal objects declared in treemodel.py are not connected to any slot, and in setHeaderData(), the statement
self.headerDataChanged(orientation, section, section)
is missing `.emit`
Seems to be a problem in both PySide6 and Qt6 versions of example.