Page
Page Class Reference
Inheritance diagram for Page:
Public Types | |
enum class | ViewMode { Tiles , Icons , Preview } |
Properties | |
alias | configFile |
alias | engine |
alias | showUploadAction |
string | uninstallLabel |
string | useLabel |
int | viewMode |
Public Member Functions | |
void | showEntryDetails (providerId, entryId) |
Detailed Description
A Kirigami.Page component used for managing KNS entries.
This component is functionally equivalent to the old DownloadDialog
- See also
- KNewStuff::DownloadDialog
- Since
- 5.63
Member Enumeration Documentation
◆ ViewMode
Property Documentation
◆ configFile
|
read |
◆ engine
◆ showUploadAction
|
read |
◆ uninstallLabel
◆ useLabel
◆ viewMode
Member Function Documentation
◆ showEntryDetails()
void Page::showEntryDetails | ( | providerId | , |
entryId | ) |
Show the details page for a specific entry.
If you call this function before the engine initialisation has been completed, the action itself will be postponed until that has happened.
- Parameters
-
providerId The provider ID for the entry you wish to show details for entryId The unique ID for the entry you wish to show details for
- Since
- 5.79
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sun Nov 17 2024 19:25:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sun Nov 17 2024 19:25:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.