Re: Extender item and QAction

2010-03-16 Thread Aaron J. Seigo
On March 16, 2010, Cédric Bellegarde wrote: > extenderItem.addAction ("back", QAction(KIcon ("media-skip-backward"), > "back", None)) are other actions, like "close" visible? is your QAction visible (e.g. setVisible(true))? (that should be the default already, though) is the QAction going out o

Extender item and QAction

2010-03-16 Thread Cédric Bellegarde
Hello, i'm trying to add an QAction to my extender item but can't get it to show me any action :( extenderItem.addAction ("back", QAction(KIcon ("media-skip-backward"), "back", None)) Do i miss something ? Cédric ___ Plasma-devel mailing list Plasm