PDA

View Full Version : hello,i want to ask a question about qtreewidget?



frednuaa
15th April 2008, 13:10
i made class pulic from QTreeWidget, then i conenected my slot[myslot(QTreeWidgetItem * item, int column) ] to itemActivated ( QTreeWidgetItem * item, int column ).

my slot was triggered when i doubled clicked my mouse(left and right). But, i saw it was trigger by clicked once in assistant source code.

what's the matter?

:(

JimDaniel
15th April 2008, 14:30
I think you probably want itemDoubleClicked().