PDA

View Full Version : PopupMenu



jnana
16th March 2006, 06:06
Hi All,

In my project it is required to use one popupmenu object. When I am using Q3PopupMenu class with qt3support in *.pro file. It is throughing error that include file "QWidget, QApplication " are not found. When I am including as QtGui/QApplication, it is compiling properly. Is there any objects like Q3PopupMenu in Qt-4.1. So qt3support is not required. Or is there any way I can use qt3support without modifing include file path from QWidget to QtGui/QWidget.

Thanks
Jnana

Sarma
16th March 2006, 06:20
hi,
Even I have faced the same problem. There is a library called QMenu which you can use.

Regards,
Sarma.

jnana
16th March 2006, 06:28
Hi,

Actually I did some mistake in *.pro file. Therefore it was throwing error.

In *.pro file we have to write
QT += qt3support.

Thanks
Jnana