KNewStuff
Dialog.qml
19import org.kde.kirigami as Kirigami
28 height: Math.min(Kirigami.Units.gridUnit * 30, Screen.height)
40 * @note For the sake of consistency, you should NOT override the title property, just set this one
43 title: component.downloadNewWhat.length > 0
44 ? i18ndc("knewstuff6", "The dialog title when we know which type of stuff is being requested", "Download New %1", component.downloadNewWhat)
45 : i18ndc("knewstuff6", "A placeholder title used in the dialog when there is no better title available", "Download New Stuff")
void entryEvent(var entry, int event)
This forwards the entryEvent from the QtQuick engine.
void aboutToShowDialog()
emitted when the Hot New Stuff dialog is about to be shown, usually as a result of the user having cl...
QString i18ndc(const char *domain, const char *context, const char *text, const TYPE &arg...)
KGuiItem open()
virtual bool event(QEvent *e)
QVariant property(const char *name) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.