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")
QString i18ndc(const char *domain, const char *context, const char *text, const TYPE &arg...)
KGuiItem open()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 20 2024 11:50:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 20 2024 11:50:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.