PDA

View Full Version : QwtPlot widget in MainWindow



sabeesh
25th July 2007, 10:15
Hi,
How can I add a QwtPlot widget in my MainWindow in QT4.2.2. Please help me.....
:confused:

jpn
25th July 2007, 11:48
QwtPlot (http://qwt.sourceforge.net/class_qwt_plot.html) is a widget so you can use QMainWindow::setCentralWidget().