org::kde::kirigami::TabViewLayout
org::kde::kirigami::TabViewLayout Class Reference
Inheritance diagram for org::kde::kirigami::TabViewLayout:

Public Types | |
enum | Position { Top, Bottom } |
Properties | |
Item | bar |
Item | contentItem |
int | position |
Additional Inherited Members | |
![]() | |
childAt (x, real y) | |
bool | contains (point) |
forceActiveFocus () | |
forceActiveFocus (reason) | |
bool | grabToImage (callback, targetSize) |
object | mapFromGlobal (x, real y) |
object | mapFromItem (item, point p) |
object | mapFromItem (item, real x, real y) |
object | mapFromItem (item, real x, real y, real width, real height) |
object | mapFromItem (item, rect r) |
object | mapToGlobal (x, real y) |
object | mapToItem (item, point p) |
object | mapToItem (item, real x, real y) |
object | mapToItem (item, real x, real y, real width, real height) |
object | mapToItem (item, rect r) |
nextItemInFocusChain (forward) | |
Detailed Description
Control for dynamically moving a bar above or below a content item, e.g.
to move tabs to the bottom on mobile.
Definition at line 12 of file TabViewLayout.qml.
Member Enumeration Documentation
◆ Position
|
strong |
Position options for TabViewLayout.
Definition at line 17 of file TabViewLayout.qml.
Property Documentation
◆ position
|
read |
The position of the bar in relation to the contentItem.
default: Position.Bottom on mobile, and Position.Top otherwise
- See also
- ::Position
Definition at line 28 of file TabViewLayout.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:05:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:05:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.