KirigamiActions Namespace

Header: #include <KirigamiActions>
CMake: find_package(KF6 REQUIRED COMPONENTS KirigamiActionCollection)
target_link_libraries(mytarget PRIVATE KF6::KirigamiActionCollection)

Classes

Detailed Description

Classes

class ActionCollection

This class is the C++ entry point to access QAction instabces created by the ActionCollection QML module. With this is possible to define new actions on the C++ side or access ones created from QML, to either connect to them or change proeprties. More...

class ActionCollections

This Singleton class contains all the ActionCollection instances used in this application, retrievable by their unique name. More...