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
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