Widget.showing

Shows or hides the window. Meant to be assigned as a property. If recalculate is true (the default), it recalculates the layout of the parent widget to use the space this widget being hidden frees up or make space for this widget to appear again.

  1. bool showing()
  2. void showing(bool s, bool recalculate)
    class Widget
    void
    showing
    (
    bool s
    ,
    bool recalculate = true
    )

Meta