Obsolete Members for QApplication

The following class members 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)
  • 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 QtWidgets 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 navigationMode().