-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate into Qt project #2
Comments
I guess you mean using the Qt tools? Sorry, I have no experience with those. This is just an experimental and very incomplete wrapper to demonstrate how cvplot can be integrated. Actually, I normally create only an empty AxesView in qml and do all the plotting directly using cvplot in C++. |
When compiling this project, where do I need to locate CvPlot (not CvPlotQt) directory? I am trying to integrate a cv-plot window into my qml GUI, but I am not able to do it (error in the qml file at this line: import at.profactor.cvplotqt 0.1). |
In short, I have a simple qml GUI where I need to integrate two cv-plot viewers (Image viewer and a plot). I looked for the solution in this project, but I am not able to make it work. It is as simple as that: I need to integrate viewers in my qml GUI. I am so new that I cannot do reverse engeneering (I have tried it, but I do not understand anything :( ). I am a bit desperate now, could you make a simple tutorial on how to integrate viewers on qml? |
Hi @pvillacorta, if you are a beginner, this is definitely the wrong library for you. cv-plot is a high performance C++ library and cv-plot-qt demonstrate how to integrate that into qt if you really need to. This is not easy to use and without any documentation. If you just want to do some simple plotting in Qt, there are many well documented libraries available. |
Project looks amazing, but it's missing a simple tutorial on how to integrate this into an Qt project.
The text was updated successfully, but these errors were encountered: