PDA

View Full Version : Problem with doubleClicked in QListView with Qt 4.2.2



gauravagarwal
3rd May 2007, 10:26
Hi,

I am programming in C++ on WinXP, using Qt4.2.2

What I am trying to do is open another form after a QListView item has been double clicked.

I am using model and delegates. When i am trying to use this signal
void QAbstractItemView::doubleClicked ( const QModelIndex & index )
it seems it does not works.

Earlier with Qt 4.1.4 it is working and from then i haven't changed my code.
Can someone help me?

Regards
Gaurav Agarwal

jpn
3rd May 2007, 10:28
Does connect() output any warning? Mind showing relevant code?