Page
Inherits kcm.
Public Types | |
enum | ViewMode { Tiles, Icons, Preview } |
Properties | |
alias | configFile |
alias | engine |
alias | showUploadAction |
string | uninstallLabel |
string | useLabel |
int | viewMode |
Signals | |
void | busyMessage (string message) |
void | errorMessage (string message) |
void | idleMessage (string message) |
void | message (string message) |
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
Property Documentation
◆ configFile
|
read |
The configuration file which describes the application (knsrc)
The format and location of this file is found in the documentation for KNS3::DownloadDialog
◆ engine
◆ showUploadAction
|
read |
Whether or not to show the Upload...
context action Usually this will be bound to the engine's property which usually defines this, but you can override it programmatically by setting it here.
- Since
- 5.85
- See also
- KNSCore::Engine::uploadEnabled
Member Function Documentation
◆ busyMessage
|
signal |
A message posted when the engine is busy doing something long duration (usually this will be when fetching installation data)
- Parameters
-
message The message to be shown to the user
◆ errorMessage
|
signal |
A message posted when something has gone wrong.
- Parameters
-
message The message to be shown to the user
◆ idleMessage
|
signal |
A message posted usually describing that whatever action a recent busy message said was happening has been completed.
- Parameters
-
message The message to be shown to the user
◆ message
|
signal |
Any generic message from the NewStuff.Engine.
- Parameters
-
message The message to be shown to the user
◆ 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:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:58:30 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.