Compatibility Members for QToolBar

以下成员源于类 QToolBar are part of the Qt compatibility layer. We advise against using them in new code.

公共函数

QString label () const
void setLabel (const QString & label )

成员函数文档编制

QString QToolBar:: label () const

使用 windowTitle () 代替。

另请参阅 setLabel ().

void QToolBar:: setLabel (const QString & label )

使用 setWindowTitle () 代替。

另请参阅 label ().