Obsolete Members for QWidget
The following members of class QWidget are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Properties
(obsolete)
windowIconText : QString
Property Documentation
windowIconText : QString
This property holds the text to be displayed on the icon of a minimized window
This property only makes sense for windows. If no icon text has been set, this accessor returns an empty string. It is only implemented on the X11 platform, and only certain window managers use this window property.
This property is deprecated.
Access functions:
QString | windowIconText() const |
void | setWindowIconText(const QString &) |
Notifier signal:
void | windowIconTextChanged(const QString &iconText) |
See also windowIcon and windowTitle.