• 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
  • Action
Properties | List of all members
org::kde::kirigami::Action Class Reference

Inherits Controls.Action, and Action.

Properties

list< QtObject > __children
 
alias children
 
bool visible
 

Detailed Description

An item that represents an abstract Action.

Definition at line 27 of file Action.qml.

Property Documentation

alias org::kde::kirigami::Action::children

children: list<Action> A list of children actions.

Useful for tree-like menus

Action {
text: "Tools"
Action {
text: "Action1"
}
Action {
text: "Action2"
}
}
Remarks
This is the default property

Definition at line 53 of file Action.qml.

bool org::kde::kirigami::Action::visible

visible: bool True (default) when the graphic representation of the action is supposed to be visible.

It's up to the action representation to honor this property.

Definition at line 35 of file Action.qml.


The documentation for this class was generated from the following file:
  • Action.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