[Qtce-preview-feedback] built-in buttons in a PDA

Espen Riskedal espenr at trolltech.com
Thu Feb 21 15:36:06 CET 2008


Jin Yong Oh wrote:
> Hi,
>  
> There are couple of built-in buttons(other than arrow keys, usually 4?) 
> in a PDA.
> Is there someone who knows how to use them with Qt/CE?

Make a subclass of a QLineEdit and reimplement 
MyLineEdit::keyPressEvent, check which keys these special buttons the 
QKeyEvent actually maps to. Once you find that out, use them to whatever 
you want.

espen


More information about the Qtce-preview-feedback mailing list