Obsolete Members for Q3ScrollView

以下成员源于类 Q3ScrollView 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) bool childIsVisible (QWidget * child )
(obsolete) void showChild (QWidget * child , bool y = true)

成员函数文档编制

bool Q3ScrollView:: childIsVisible ( QWidget * child )

返回 true 若 child is visible. This is equivalent to child-> isVisible ().

void Q3ScrollView:: showChild ( QWidget * child , bool y = true)

Sets the visibility of child . Equivalent to QWidget::show () 或 QWidget::hide ().