Hi All,

I want to check the widget has an Edit focus using hasEditFocus() method.
Now when I using in my application(QT 4.6 library).

I get the following errors.
1. On calling QApplication::keypadNavigationEnabled() .
I get the message as error: 'setNavigationMode' is not a member of 'QApplication'.

2. On Calling hasEditFocus method on a widget.
I get 'class QWidget' has no member named 'hasEditFocus'

Kindly help me in fixing this issues.

Ratheendran