Running Qt Designer with Python pyqtgraph
Here are more notes on how to get this powerful combo running with a GUI builder including a powerful plot. This can be done
Running Qt Designer
When you pyqt, it is installed as well but you will find it in a strange spot
find /Users -name Designer*
found in /Users/quantlabsnet/Qt/5.5/clang_64/bin/Designer.app
Convert .ui file to .py with
pyuic4 -x testDesigner.ui -o testDesigner.py
To use pyqtgraph ‘element’, follow
https://groups.google.com/forum/#!msg/pyqtgraph/31cqr43cvCA/K8aCYomRrBYJ
and another approach
https://github.com/pyqtgraph/pyqtgraph/commit/4e9e75817fb0d2b5f6880278857621af30d7d0f1
The VideoSpeedTest and ScatterPlotSpeedTest examples in pyqtgraph both use .ui files that were compiled using the tools/rebuildUi.py script (which just calls pyuic4
Note that there is also exampleLoaderTemplate.ui and exampleLoaderTemplate_pyside.py
but pyside package is needed
pip install -U PySide
You may need cmake: brew install cmake
Join my FREE newsletter to learn how I plan to use Python for my automated trading system
NOTE I now post my TRADING ALERTS into my personal FACEBOOK ACCOUNT and TWITTER. Don't worry as I don't post stupid cat videos or what I eat!