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 ().