Hi Bryan,
Several months ago, we wrote a very simple realtime chart PyQt example for one of our customers as attached. It is based on ChartDirector for Python.
In brief, the realtime chart drawing part of ChartDirector does not depend on any GUI framework, which means it can be used in PyQt or any other GUI framework.
Only the user interaction part (clickable hot spots, pop up tooltips for data objects, programmable track cursors, etc) depends on the GUI framework. So in ChartDirector for Python, which does not have any Qt specific features, the charts can be displayed normally, but there will be no programmable track cursors or data object tooltips.
The example attached does not use the Qt Designer to generate the code. The PyQt code is just written manually. The example displays a bar chart using random data and updates periodically.
Regards
Peter Kwan
|