KNewStuff
18 import
QtQuick.Layouts 1.11 as QtLayouts
27 property alias downloadNewWhat: newStuffPage.title
31 property alias configFile: newStuffPage.configFile
36 property alias engine: newStuffPage.engine
43 property alias viewMode: newStuffPage.viewMode
45 QtLayouts.Layout.preferredWidth:
Kirigami.Units.gridUnit * 50
46 QtLayouts.Layout.preferredHeight:
Kirigami.Units.gridUnit * 40
47 pageStack.defaultColumnWidth: pageStack.width
48 pageStack.globalToolBar.style:
Kirigami.ApplicationHeaderStyle.Auto
49 pageStack.initialPage: NewStuff.Page {
51 function showMessage(message) {
54 if (!engine.isLoading) {
55 component.showPassiveNotification(message);
58 onMessage: component.showPassiveNotification(message);
59 onIdleMessage: component.showPassiveNotification(message);
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Jan 18 2021 22:43:49 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.