KNSWidgets Namespace

Contains UX widgets for KNewStuffCore. More...

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

Classes

(since 5.90) class Action
(since 5.91) class Button
(since 6.0) class Dialog

Detailed Description

Classes

class Action

QAction subclass that encapsulates the logic for showing the KNewStuff dialog. More...

class Button

QPushButton subclass that encapsulates the logic for showing the KNewStuff dialog. More...

class Dialog

This class is a wrapper around the QtQuick QML dialog. This dialog content is loaded QQuickWidget. More...