以下成員源於類 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 () 代替。