Top "Qwt" questions

a collection of QT widgets, GUI components and utility classes.

QThread: Destroyed while thread is still running?

I would like to start my QThread when I push on button Run. But the compiler outputs following error: QThread: …

c++ qt signals-slots qthread qwt
What are the advantages/disadvantages of QCustomPlot, compared to Qwt?

I am using Qwt now for two years. I like its object oriented classes, which makes it very easy to …

qt plot qwt qcustomplot
How to build Qwt on Windows

Here's what I've done: Downloaded qwt-4.2.0-setup-qt230nc.exe from sourceforge Unpack to C:\Program Files\Qwt Go to Qt …

qt windows-xp qmake qwt
How to create pdf file from Qt application?

In my Qt application I am conducting some network tests. I have to create a report according to the test …

pdf graph qt4 qwt qprinter
C++ Qwt - Plotting data from a vector

I'm attempting to plot a graph based on data that I have obtained and stored inside a vector, but, I …

c++ qt qwt
How to clear QwtPlot curves before replotting?

In the earlier versions of Qwt we add QwtPlot::clear() but now, I can't find it. Any ideas? I have …

c++ qt qwt
failed to load platform plugin "windows" Available platforms are: windows, minimal

Hi Im trying to execute my .exe file from the debug folder. Now before you go telling me about all …

c++ qt qwt
Qwt plot auto scale not working

I'm trying to plot some data using qt 4.8 and qwt 6, but my curves doesn't scales over plot (1). This is how …

c++ qt qwt