Hi,
I have some question about the soft keys of phone. If I press the directional keys they work as usually (arrow key on a standard keyboards). But the central and the left soft button are not managed by QT as mouse click. If I press the central soft key the focus is given on the widget but the signal clicked is not emitted.
How can I emit a clicked signal pressing, for instance, the central soft key?Code:connect(calendar, SIGNAL(clicked(QDate)), this, SLOT(selectedDateClicked()));
Thank you.

.



