Obsolete Members for QWidget

クラスQWidget の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。

プロパティ

パブリック機能

(deprecated) bool isTopLevel() const
(deprecated) void setWindowIconText(const QString &)
(deprecated) QWidget *topLevelWidget() const
(deprecated) QString windowIconText() const

シグナル

(deprecated) void windowIconTextChanged(const QString &iconText)

プロパティ・ドキュメンテーション

[deprecated] windowIconText : QString

このプロパティは非推奨です。新しいコードでは使用しないことを強くお勧めします。

このプロパティは、最小化されたウィンドウのアイコンに表示されるテキストを保持します。

このプロパティはウィンドウに対してのみ意味を持ちます。アイコンのテキストが設定されていない場合、このアクセサは空の文字列を返します。このプロパティはX11プラットフォームでのみ実装されており、特定のウィンドウ・マネージャのみがこのウィンドウ・プロパティを使用します。

このプロパティは非推奨です。

アクセス関数

QString windowIconText() const
void setWindowIconText(const QString &)

アクセス関数: Notifierシグナル:

void windowIconTextChanged(const QString &iconText)

windowIcon およびwindowTitleも参照のこと

メンバ関数ドキュメント

[deprecated] bool QWidget::isTopLevel() const

この関数は非推奨である。新しいコードでは使用しないことを強く推奨する。

代わりにisWindow() を使用してください。

[deprecated] QWidget *QWidget::topLevelWidget() const

この関数は非推奨である。新しいコードでは使用しないことを強く推奨する。

代わりにwindow() を使用してください。

[signal, deprecated] void QWidget::windowIconTextChanged(const QString &iconText)

この関数は非推奨である。新しいコードでは使用しないことを強くお勧めします。

このシグナルは、ウィンドウのアイコンテキストが変更されたときに、新しいiconText を引数として発行されます。

このシグナルは非推奨です。

注意: windowIconText プロパティに対するノーティファイア・シグナルです。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.