|
plasma-show-stdout
A KDE Plasma 6 widget that displays stdout of shell scripts to the panel
|
QML extension plugin registering the ScriptOutput type. More...
#include <plasma-show-stdout.hpp>
Public Member Functions | |
| void | registerTypes (const char *uri) override |
| Register the plugin's QML types. | |
QML extension plugin registering the ScriptOutput type.
QQmlExtensionPlugin that exposes PSSspace::ScriptOutput to QML as the ScriptOutput type under URI com.github.tonymugen.plasmashowstdout (version 1.0), so the Plasma package's QML can import and instantiate it.
|
override |
Register the plugin's QML types.
Invoked by the QML engine when the module is imported; registers ScriptOutput under the given module URI.
| [in] | uri | the module URI being registered |