Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 10

Qt-interest Archive, March 2002
QIconDragItem problem in designer


Message 1 in thread

Hello.

I think I might be missing something easy, but I'm really spinning my
wheels.

I'm connecting the 
QIconView::dropped ( QDropEvent * e, const QValueList<QIconDragItem> & lst ) 
signal to a slot I've created in my QMainWindow in designer.

The header file that uic generates does not forward declare
QIconDragItem, and thus does not compile.  The cpp file that uic
generates includes qlistview.h, so the issue is only in the header.

What am I doing wrong?  Or is this really a bug?

I'm using Qt 3.0.1

--Matt