• Skip to content
  • Skip to link menu
Brand

API Documentation

  1. KDE API Reference
  2. Kirigami
  • KDE Home
  • Contact Us

Quick Links

Skip menu "Kirigami"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • File List
  • Related Pages

Class Picker

About

QtQuick plugins to build user interfaces based on the KDE UX guidelines

Maintainer
Marco Martin
Supported platforms
Android, Linux
Community
IRC: #plasma on Freenode
Mailing list: plasma-devel
Use with CMake
find_package(KF5Kirigami)
target_link_libraries(yourapp KF5::Kirigami)
Clone
git clone git://anongit.kde.org/kirigami1.git
Browse source
Kirigami on cgit.kde.org

Kirigami

  • View on LXR
  • org
  • kde
  • kirigami
  • OverlaySheet
Properties | Public Member Functions | List of all members
org::kde::kirigami::OverlaySheet Class Reference

Inherits Item, and OverlaySheet.

Properties

Item background
 
int bottomPadding
 
Item contentItem
 
int leftPadding
 
bool opened
 
int rightPadding
 
int topPadding
 

Public Member Functions

void close ()
 
void open ()
 

Detailed Description

An overlay sheet that covers the current Page content.

Its contents can be scrolled up or down, scrolling all the way up or all the way down, dismisses it. Use this for big, modal dialogs or information display, that can't be logically done as a new separate Page, even if potentially are taller than the screen space.

Definition at line 30 of file OverlaySheet.qml.

Property Documentation

Item org::kde::kirigami::OverlaySheet::background

background: Item This property holds the background item.

Note: If the background item has no explicit size specified, it automatically follows the control's size. In most cases, there is no need to specify width or height for a background item.

Definition at line 78 of file templates/OverlaySheet.qml.

int org::kde::kirigami::OverlaySheet::bottomPadding

bottomPadding: int default contents padding at bottom

Definition at line 68 of file templates/OverlaySheet.qml.

Item org::kde::kirigami::OverlaySheet::contentItem

contentItem: Item This property holds the visual content item.

Note: The content item is automatically resized inside the padding of the control.

Remarks
This is the default property

Definition at line 42 of file templates/OverlaySheet.qml.

int org::kde::kirigami::OverlaySheet::leftPadding

leftPadding: int default contents padding at left

Definition at line 53 of file templates/OverlaySheet.qml.

bool org::kde::kirigami::OverlaySheet::opened

opened: bool If true the sheet is open showing the contents of the OverlaySheet component.

Definition at line 48 of file templates/OverlaySheet.qml.

int org::kde::kirigami::OverlaySheet::rightPadding

rightPadding: int default contents padding at right

Definition at line 63 of file templates/OverlaySheet.qml.

int org::kde::kirigami::OverlaySheet::topPadding

topPadding: int default contents padding at top

Definition at line 58 of file templates/OverlaySheet.qml.


The documentation for this class was generated from the following file:
  • OverlaySheet.qml
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Fri Feb 17 2017 11:09:23 by doxygen 1.8.6 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal