Obsolete Members for QApplication

The following members of class QApplication are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Static Public Members

Qt::LayoutDirection keyboardInputDirection() (obsolete)
bool keypadNavigationEnabled() (obsolete)
void setKeypadNavigationEnabled(bool enable) (obsolete)
  • 1 static public member inherited from QObject

Member Function Documentation

Qt::LayoutDirection QApplication::keyboardInputDirection() [static]

Returns the current keyboard input direction. Replaced with QInputMethod::inputDirection()

This function was introduced in Qt 4.2.

See also QInputMethod::inputDirection().

bool QApplication::keypadNavigationEnabled() [static]

Returns true if Qt is set to use keypad navigation; otherwise returns false. The default value is false.

This feature is available in Qt for Embedded Linux, and Windows CE only.

Note: On Windows CE this feature is disabled by default for touch device mkspecs. To enable keypad navigation, build Qt with QT_KEYPAD_NAVIGATION defined.

See also setKeypadNavigationEnabled() and navigationMode().

void QApplication::setKeypadNavigationEnabled(bool enable) [static]

Sets whether Qt should use focus navigation suitable for use with a minimal keypad.

This feature is available in Qt for Embedded Linux, and Windows CE only.

Note: On Windows CE this feature is disabled by default for touch device mkspecs. To enable keypad navigation, build Qt with QT_KEYPAD_NAVIGATION defined.

See also keypadNavigationEnabled() and setNavigationMode().