Compatibility Members for QApplication
The following members of class QApplicationare part of the Qt compatibility layer. We advise against using them in new code.
Static Public Members
QLocale | keyboardInputLocale() |
void | setGraphicsSystem(const QString &) |
- 1 static public member inherited from QCoreApplication
Member Function Documentation
QLocale QApplication::keyboardInputLocale() [static]
Returns the current keyboard input locale. Replaced with QInputMethod::locale()
This function was introduced in Qt 4.2.
void QApplication::setGraphicsSystem(const QString &) [static]
This call has no effect.
Use the QPA framework instead.