Re: Button-setIcon

2009-10-23 Thread Marco Martin
On Friday 23 October 2009, Thomas Olsen wrote: Just noticed that in PyKDE4 this [1] doesn't work: self.collapse_button = Plasma.PushButton() self.collapse_button.setIcon(KIcon(arrow-down)) but this does: self.collapse_button = Plasma.PushButton()

Re: Button-setIcon

2009-10-23 Thread Thomas Olsen
On 23/10-2009 12:16 Marco Martin notm...@gmail.com wrote: On Friday 23 October 2009, Thomas Olsen wrote: Just noticed that in PyKDE4 this [1] doesn't work: self.collapse_button = Plasma.PushButton() self.collapse_button.setIcon(KIcon(arrow-down)) but this does:

Plasmoid : buttons of the configuration window

2009-10-23 Thread kakashi-sempaii
Hello, I'm developing a plasmoid and have some problem with the configuration window that appears with a right clic : only the buttons help, OK and Cancel are enabled, and not the button default settings. I have tried the following : Code: parent-setButtons( KDialog::Default | KDialog::Apply |

Re: How to get Akonadi notes onto Plasma?

2009-10-23 Thread Stephen Kelly
Hi, busy day. Aaron J. Seigo wrote: On October 22, 2009, Stephen Kelly wrote: In Akonadi I just create an EntityTreeModel which has api for all of that stuff. If I can forward those calls to plasma somehow, that would be good, but I need a starting point. Do I create my model in a Applet,

Re: plasmapkg -r failed

2009-10-23 Thread Chani
On October 23, 2009 04:07:19 Thomas Olsen wrote: I was fiddling with my Currency Converter Plasmoid and suddenly I couldn't install it with plasmapkg -i currency-converter-0.3.plasmoid. I already had run plasmapkg -r currency-converter but tried to do it again to no avail as the error

Re: Plasmoid : buttons of the configuration window

2009-10-23 Thread Chani
On October 22, 2009 13:21:33 kakashi-sempaii wrote: Hello, I'm developing a plasmoid and have some problem with the configuration window that appears with a right clic : only the buttons help, OK and Cancel are enabled, and not the button default settings. I have tried the following :