PDA

View Full Version : Problem in using Q3ListViewItem



prakash.ac
29th June 2008, 08:08
Hi,
Am using Qt4.4 free version, when i am using Q3ListViewItem am getting error undefined object. So please let me know have imaded any mistake or i have not inclued any headres.
In 3.4 used dirctly by declarig qlistview.h. Please let me know how to use it.

jpn
29th June 2008, 13:13
The Qt3Support module is not enabled by default. Add the following line to your .pro file to link against the module:

QT += qt3support