I use Qtdesigner3 to write a python gui that will read data files using some math, and then draw the results using matplotlib. I looked at matplotlib qt examples, but none of them use a constructor.
My question is: how to create a matplotlib widget in QTdesigner?
source
share