Skip to content
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

Open
tschnz opened this issue Apr 20, 2022 · 4 comments
Open

How to integrate into Qt project #2

tschnz opened this issue Apr 20, 2022 · 4 comments

Comments

@tschnz
Copy link

tschnz commented Apr 20, 2022

Project looks amazing, but it's missing a simple tutorial on how to integrate this into an Qt project.

@wpalfi
Copy link
Contributor

wpalfi commented Apr 20, 2022

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++.

@pvillacorta
Copy link

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).
Thanks

@pvillacorta
Copy link

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?
Thank you.

@wpalfi
Copy link
Contributor

wpalfi commented Aug 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants