Re: KDesktopFileActions::userDefinedServices gone

2024-09-29 Thread Martin Koller
On Sonntag, 29. September 2024 17:20:46 CEST Martin Koller wrote: > In KF5 I use > QList actionList = > KDesktopFileActions::userDefinedServices(KService(path), true); > which no longer exists in KF6. > > What's the replacement for it? ok, seems for my use case I can directly use KService(

KDesktopFileActions::userDefinedServices gone

2024-09-29 Thread Martin Koller
In KF5 I use QList actionList = KDesktopFileActions::userDefinedServices(KService(path), true); which no longer exists in KF6. What's the replacement for it? General question: Is there anywhere a porting guide KF5 -> KF6 which I can find these kind of answers? -- Best regards/Schöne Grü

"get new ..." dialog

2024-09-29 Thread Martin Koller
Using KNSWidgets::Dialog (e.g. used for getting new wallpapers) I see it misses a "Close" Button. Was this forgotten, or by design? It's inconsistent with other dialogs and should provide a "Close" or OK/Cancel Buttons. Or am I supposed to instantiate a QDialogButtonBox on my own? If so, I would