Bug 258805

Summary: No access to KNotifyConfigWidget from PyKDE
Product: [Developer tools] bindings Reporter: Thomas Tanghus <thomas>
Component: pykdeAssignee: kde-bindings
Status: RESOLVED UNMAINTAINED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thomas Tanghus 2010-12-04 15:48:49 UTC
Version:           unspecified (using KDE 4.5.3) 
OS:                Linux

Well subject kinda says it all.

I wrote the following to kde-devel:

I'm trying to add the Notification Config to my Plasma Applets settings.

It's getting embedded just fine if I use:

def createConfigurationInterface(self, dialog):
    # Get a proxy to the KCM
    self.notify_widget = KCModuleProxy("kcmnotify", dialog, ["currency-converter",])
    p = dialog.addPage(self.notify_widget, i18n("Notifications") )
    p.setIcon( KIcon("dialog-information") )

And was told that I should use something like:

KNotifyConfigWidget *notifyWidget = new KNotifyConfigWidget(dialog);

But KNotifyConfigWidget doesn't seem to be available in PyKDE4


Reproducible: Always
Comment 1 Andrew Crouthamel 2018-11-17 05:27:40 UTC
Hello, unfortunately this bug is being closed as unmaintained, per request of einar77.