qwt
Is this method of inter-thread-communication safe?
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 QO[详细]
2023-04-09 06:36 分类:问答updating qwt from 5.2.1 to 6.0.0
I\'m trying to update the qwt from 5.2.1 to 6.0.0 version, but when I compile my program, I get a list of errors.[详细]
2023-03-29 04:20 分类:问答What is the best tool to plot intermediate results of my c++ code? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.开发者_运维问答[详细]
2023-03-24 18:19 分类:问答Qwt alternative
Is there any lib similar to Qwt but that is more flexible? Flexible in the meaning of using existing functions and parameters without need to do inheritance of basic classes like Qwt.[详细]
2023-03-24 14:36 分类:问答Problem in Qt, Qwt with right-click on QwtPlot and taking X and Y coordinates, signal selected
Good day! There are QwtPlot and QwtCurve, in short, blue graph, which was built using the library Qwt.[详细]
2023-03-19 02:22 分类:问答size of horizontal layout
This is my code myplot * p = new myplot(gao.structpayloadgraph,gao1.structpayloadgraph, gao.structcol-2, \"payload\");[详细]
2023-03-16 06:50 分类:问答Can't create QwtPlot without getting 1073741515 at run time
I\'m working on a project in Qt 4.7.4 using the 开发者_高级运维msvc2008 compiler, and I\'m trying to use Qwt to plot some graphs in my project.[详细]
2023-03-10 18:20 分类:问答moving graph using c++ and QWT
hello every one i want to ask that how can i plot a moving graph using qwt as i am new to qwt so i dont have any idea[详细]
2023-02-19 08:12 分类:问答error in running qwt program
hi every one i have installed qwt and include the path INCLUDEPATH += /usr/local/qwt-6.0.0-rc5/include[详细]
2023-02-18 12:24 分类:问答how to set qwt path or environment variable
I have installed qwt and include the path INCLUDEPATH += /usr/local/qwt-6.0.0-rc5/include LIBS += -L/usr/local/qwt-6.0.0-rc5/lib -lqwt[详细]
2023-02-17 22:01 分类:问答