Tag
python
2 entries · RSS ↗

ESC SV 2015 - USSSSSB: Talking USB From Python
At ESC 2015 SV I gave a talk on using USB From Python, see the talk description here. This blog post is serving as a placeholder to allow me to…
QTabWidget in PySide Automatically Resize
When using PySide, a QTabWidget is handy. But the size of the QTabWidget is dictated by the largest item, even if it’s not visible. Let’s assume…