GUI Programming With PySide6 💻 & PyQtGraph 📈

448 · · May 27, 2022, 12:40 a.m.
After toying with PySide6 for a little while, I think it’s safe to say that Qt has become my favorite GUI toolkit over wxPython for programming graphical user interfaces in Python. While matplotlib/mplfinance is superior for the visualization and analysis of financial data. I thought I’d try PyQTGraph out for this article to demonstrate the embedding of custom widgets in Qt designer. GUI Programming With PySide6 Setup The way I’ve set this up is in a virtual environment so open up the command...