qwt Questions

2

Solved

Hi Im trying to execute my .exe file from the debug folder. Now before you go telling me about all the other related articles Ive looked at them all and their solutions are not helping with my pro...
Demmy asked 19/2, 2013 at 17:37

1

I am trying to make a Qt 5 application with a few Qwt widgets, but I see a segmentation fault in Qt's code as soon as I try linking the Qwt libraries. I am using a very simple Qt program that ...
Spleenful asked 10/2, 2014 at 16:12

4

Solved

I am using Qwt now for two years. I like its object oriented classes, which makes it very easy to adapt the plots and functionality. These days QCustomPlot is becoming more and more popular and com...
Noaccount asked 25/10, 2012 at 11:17

3

Solved

I would like to start my QThread when I push on button Run. But the compiler outputs following error: QThread: Destroyed while thread is still running ASSERT failure in QThread::setTerminationEnab...
Clactonian asked 26/7, 2014 at 6:51

1

I'm trying to create a program, using Qt (c++), which can record audio from my microphone using QAudioinput and QIODevice. Now, I want to visualize my signal Any help would be appreciated. Thank...
Yul asked 9/2, 2014 at 7:11

2

Solved

I'm trying to compile a program (found here: http://sourceforge.net/projects/lisem/) by following the instructions said by the author. However, when compiling it in Qt Creator, it gives the error: ...
Shamus asked 4/10, 2013 at 4:58

1

Solved

I searched around the web but didn't find a solution for my proper problem. Problem: Qwt-installation failes at the nmake-step What I did: -) installed Qt 5.1 (Qt 5.1.1 for Windows 64-bit (VS 20...
Tobitobiah asked 6/9, 2013 at 22:10

2

Solved

I'm attempting to plot a graph based on data that I have obtained and stored inside a vector, but, I cannot seem to find any tutorials or references out there and give me any indication to what I n...
Duval asked 5/9, 2013 at 15:45

2

Solved

I started using Qt a few weeks ago and I am really enjoying it. I now need to include graphs in my application and, after some research, I found that Qwt was the best way of doing so (rather than h...
Watchword asked 1/12, 2011 at 16:2

4

Solved

I have a huge array of 2D points (about 3 millions of pairs), which I need to render with reasonable speed in a Qt-based application. I've tried using QGraphicsScene, but its very slow even on 4000...
Breannabreanne asked 7/7, 2011 at 13:50

1

Solved

I have a qwt plot in my application. I want to show a small tool tip to show the value of the point at which mouse is pointed on the curve. I found that I have to use QwtPlotPicker for this, but co...
Blackguard asked 25/10, 2012 at 9:55

1

In my Qt application I am conducting some network tests. I have to create a report according to the test output. So I need to create the report in pdf format. Can anybody please let me know how I ...
Lach asked 27/2, 2011 at 17:55

1

Solved

I have 3 objects(inherited from QObject) that each contain a separate std::list. Each object gets created in the main gui thread (with no parent) and then is pushed to it's own thread (using Qt's Q...
Saffron asked 28/9, 2011 at 17:20

5

Solved

We've compiled QT 4.6 and QWT 5.2.0 for VS2005. We're trying to derive a class from QwtDial, and the derived class has slots. So, we need to add the Q_OBJECT macro. However, when we do that, the l...
Void asked 7/1, 2010 at 17:17
1

© 2022 - 2024 — McMap. All rights reserved.