KNewStuff
Button.qml
17import QtQuick.Controls as QQC2
41 * @note For the sake of consistency, you should NOT override the text property, just set this one
43 property string downloadNewWhat: i18ndc("knewstuff6", "Used to construct the button's label (which will become Download New 'this value'…)", "Stuff")
73 property Connections engineConnections: Connections {
77 }
void aboutToShowDialog()
emitted when the Hot New Stuff dialog is about to be shown, usually as a result of the user having cl...
int viewMode
The view mode of the dialog spawned by this button, which overrides the default one (ViewMode....
Definition Button.qml:49
void entryEvent(var entry, int event)
This forwards the entryEvent from the QtQuick engine.
QString i18nd(const char *domain, const char *text, const TYPE &arg...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:53:18 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:53:18 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.