org::kde::kirigami::Separator

Search for usage in LXR

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

Public Types

enum  Weight { Light, Normal }
 

Properties

int weight
 

Detailed Description

A visual separator.

Useful for splitting one set of items from another.

Definition at line 17 of file Separator.qml.

Property Documentation

◆ weight

int org::kde::kirigami::Separator::weight
read

This property holds the visual weight of the separator.

The following values are allowed:

  • Kirigami.Separator.Weight.Light
  • Kirigami.Separator.Weight.Normal

default: Separator.Weight.Normal

Since
KDE Frameworks 5.72
org.kde.kirigami 2.12

Definition at line 38 of file Separator.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 Mon Dec 4 2023 04:01:43 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.