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 &)

알림 신호:

void windowIconTextChanged(const QString &iconText)

windowIconwindowTitle참조하세요 .

멤버 함수 문서

[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.