PDA

View Full Version : is the qtCustomplot library compatible with the qt 5.3???



ale_gia
26th May 2014, 10:23
I am new here. I wanted to ask you if I can use the qtCustomplot library with the qt 5.3. I mean is the qtCustomplot compatible with the qt5.3???

thanks for your help!!!:)

wysota
26th May 2014, 12:23
It is compatible with 5.2 so there is no reason not to be compatible with 5.3.

d_stranz
26th May 2014, 21:48
It is compatible with 5.2 so there is no reason not to be compatible with 5.3.

But it probably needs to be built and linked against 5.3 in case any of its dependencies have changed.

aeroxr1
26th May 2014, 22:48
HI :)
I also have a question relating to this topic:
All the libraries that are compatible with QT are automaticaly compatible with android ? Because i'm newbie in the QT programmation , and I want to use this framework for do multiplatform application.

thanks :)

wysota
27th May 2014, 11:07
All the libraries that are compatible with QT are automaticaly compatible with android ?

No, of course not. A library may have a dependency (software or hardware) unavailable on a certain platform.

aeroxr1
27th May 2014, 13:49
THanks for the answer :)

Sorry, but how can I see if a certain library is Android's compatible or not???

Have you some guide or book to suggest me to apprend qt ?? :D

wysota
27th May 2014, 15:12
This is nothing related to Qt. If a library has an android version, be it prebuilt or one you can build yourself then you can use it.

aeroxr1
27th May 2014, 18:20
i'm looking for a library to plot graph in real time in QT5.3 and who is compatible with android.
For now I find 0 library .. :/

wysota
27th May 2014, 22:04
For now I find 0 library .. :/
How did you "search" for it? How many did you try compiling? What was the problem with them?

aeroxr1
27th May 2014, 23:42
Unfortunately for now I can't start to try to compiling because don't know QT very well .
I will study this language if with this can I plot the graph in real time :D And for now I'm searching on the internet if some people have done this :/

wysota
28th May 2014, 00:09
Unfortunately for now I can't start to try to compiling because don't know QT very well .
What does Qt have to do with that?


I will study this language
C++? :)

aeroxr1
28th May 2014, 02:02
I know c++ , but I don't know QT framework structure and his various function :)