ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Does ChartDirector supports Qt5.6
Posted by Kevin on Dec-15-2016 01:12
Do you have a compatibility list of ChartDirector versions v.s. Qt versions? My currently ChartDirector version is 5.1 and Qt version 4.6. We plan to upgrade our Qt version to 5.6. We want to verify the compatibilty of ChartDirector we are using.


Thank you.
Kevin

  Re: Does ChartDirector supports Qt5.6
Posted by Peter Kwan on Dec-15-2016 21:07
Hi Kevin,

Yes, ChartDirector is compatible with Qt 5.6.

As you plan to upgrade Qt, it is suggested you upgrade to ChartDirector version 6 too.

If you are using ChartDirector version 5.1, it is also compatible with Qt 5.6. However, the sample code that comes with ChartDirector 5.1 includes Qt project files (the .pro files) for Qt 4.x only. To use those sample code in Qt 5, you would need to add a line "QT += widgets" to the project files. (Of course, you would not need to worry about this if you are not using the sample code.)

Regards
Peter Kwan