The following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
bool | childIsVisible ( QWidget * child ) (obsolete) |
void | showChild ( QWidget * child, bool y = true ) (obsolete) |
Returns true if child is visible. This is equivalent to child->isVisible().
Sets the visibility of child. Equivalent to QWidget::show() or QWidget::hide().