OverlaySplitView.collapsed

bool collapsed() @property

Get collapsed property.

Returns

Whether the split view is collapsed.

When collapsed, the sidebar widget is presented as an overlay above the content widget, otherwise they are displayed side by side.

void collapsed(bool propval) @property

Set collapsed property.

Parameters

propvalWhether the split view is collapsed. When collapsed, the sidebar widget is presented as an overlay above the content widget, otherwise they are displayed side by side.