PDA

View Full Version : qt3 to qt4 valuelist



Honestmath
5th May 2006, 04:17
Hello to all,

Could anyone please provide me with the Qt4 version of qt3's QValueList? I can find no mention of it's successor in Qt4 documentation.

Thank you,

Math

jayw710
5th May 2006, 04:21
Hi,

QValueList<T> has been replaced by QList<T> and QLinkedList<T>.

The page "Porting to Qt 4" lists the replacements, but I agree that each function should also tell you what to choose next in it's own documentation.

Best,
jay

Honestmath
5th May 2006, 08:30
Thank you kindly, I found what you were referring to.

Cheers,
Math