PDA

View Full Version : Porting from Qt3 to Qt4



Opilki_Inside
1st February 2006, 10:49
Hello!

I decide to porting my projects from Qt3 to Qt4 and i'v got a question about it.
I have some QtDesigner's plugin widgets wich i made unsing Qt3. Is there any problem to convert my plugins from Qt3 to Qt4?

axeljaeger
1st February 2006, 19:20
There is major difference: In Qt3, you could have more than one widget in a plugin, in Qt4, you will need a plugin for each widget.