I have a very simple pyqt4 application that embeds a MatPlotLib figure. I am embedding the matplotlib figure through the MatplotlibWidget and I created the interface through the QtDesigner along with pyuic4.
I would like to provide the user access to the toolbar for interactive navigation. But, despite their nice example on GTK, I can't seem to get it to work for pyQt. It mentions examples, but the example for QT4 provided does not include the toolbar.
I appreciate any help with this.
This question is similar, but does not quite address what I need and I have not been able to adapt it.