Bug 258805 - No access to KNotifyConfigWidget from PyKDE
Summary: No access to KNotifyConfigWidget from PyKDE
Status: RESOLVED UNMAINTAINED
Alias: None
Product: bindings
Classification: Developer tools
Component: pykde (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-04 15:48 UTC by Thomas Tanghus
Modified: 2018-11-17 05:27 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.