Pyside - itemActivated not triggered on Mac Os X with return key
-
Hi !
I have a QListWidget and on Linux or Windows when I press Enter the itemActivated signal is triggered as expected. But on Mac Os X, it doesn't work like that.
I found that it should be normal: "http://harmattan-dev.nokia.com/docs/library/html/qt4/qlistwidget.html#itemActivated":http://harmattan-dev.nokia.com/docs/library/html/qt4/qlistwidget.html#itemActivated
My question is: how to have "itemActivated" trigger on Mac OS X when the user press Enter ?
Thank you !