Layouting::Stack Class
class Layouting::StackWraps QStackedWidget for use in a Layouting builder. More...
| Header: | #include <Stack> |
| Inherits: | Layouting::Widget |
Detailed Description
Only one child widget is visible at a time. Children are added via the builder initializer list. The visible child is controlled through the underlying QStackedWidget after construction.
See also Layouting::TabWidget and Layouting::Widget.