Results 3 comments of Davide Coppola

Thanks @BertrandDecoster . Right now I don't have access to a Windows machine, but I'll update the project as soon as I can test things.

Replacing all the occurrences of **(f"** with **("** in _uawidgets/tree_widget.py_ allows to run it fine with Python 3.5. For example _raise ValueError(f"Node {node} not found in tree")_ should become _raise...

33ms means 30 FPS, that seems more than enough for monitoring CPU usage, isn't it?