Question

I may ask a stupid question: in this article Porting from Qt 4 to Qt 5 the author mentioned "Qt3Support code is a method which has been renamed to something more appropriate in Qt 4. "

So I would like to know: does there exists a kind of list or something that we can port all qt3support methods. How could we find the correspondance of the methods in Qt4 to the Qt3Support methods? Could someone who has already done this job share some experience please?

Thanks in advance :)

PS: I found some additional information which suits as well as the best answer to my needs: Porting to Graphics View

Was it helpful?

Solution

Between Qt 3 and Qt 4 some properties have changed name, some have changed meanings, some have been removed, some are totally new, etc. Some classes (like QTextEdit and QTextBrowser) have a completely different API.

However, you can find some correspondences and a lot of notes here: http://qt-project.org/doc/qt-4.8/porting4.html

I've ported some code from Qt 3 to Qt 4, but not to Q t5.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top