Obsolete Members for QWhatsThis

以下成員源於類 QWhatsThis 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

靜態公共成員

(obsolete) void add (QWidget * w , const QString & s )
(obsolete) void remove (QWidget * w )

成員函數文檔編製

[static] void QWhatsThis:: add ( QWidget * w , const QString & s )

Sets the What's This text s for the widget w .

使用 QWidget::setWhatsThis () 或 QAction::setWhatsThis () 代替。

[static] void QWhatsThis:: remove ( QWidget * w )

Remove's the What's This text for the widget w .

使用 QWidget::setWhatsThis () 或 QAction::setWhatsThis () 代替。