以下成员源于类 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 () 代替。