The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
bool | isEnabledToTLW () const (obsolete) |
bool | isTopLevel () const (obsolete) |
QWidget * | topLevelWidget () const (obsolete) |
virtual void | languageChange () (obsolete) |
void | resetInputContext () (obsolete) |
This function is deprecated. It is equivalent to isEnabled()
Use isWindow() instead.
This function can be called on the widget that currently has focus to reset the input method operating on it.
This function is providing for convenience, instead you should use reset() on the input context that was returned by inputContext().
See also QInputContext, inputContext(), and QInputContext::reset().
Use window() instead.