Graphics in gui(creator)
-
Hi,
Something like provided by the Qwt library ?
-
@GhostWolf
Hi
You will need to download and compile it yourself
http://qwt.sourceforge.net/qwtinstall.html
Make sure to use correct section for the platform + compiler.
Note: on windows. Some linux distros seems to have binaries available.Update:
Here is also small sample on how to use it
http://embeddedprogrammer.blogspot.dk/2012/10/windows-installing-qwt-library.html -
I added the whole qwt stuff, and if i open an example from qwt it works.
But if i try the example from the site you showed it fails.
But is there also a way to put the dials and stuff in the designer?
So i can add it from there?
I saw somewhere that it should be possible, but i cant find out how.
It says something about a designer.dll, but i can not find it -
@GhostWolf
Hi
QWT does come with designer plugins.
But on windows its not as easy to use.
The Creator that comes with Qt is compiled with visual studio, so to use
QWT plugins in that Creator/designer, you need to compile the plugins with same visual studio
compiler. else Creator wont load the QWT plugins.Alternativ you can use promotion.
http://doc.qt.io/qt-5/designer-using-custom-widgets.html -
@GhostWolf
Sounds like it crash.
Does the samples also crash ?