Bug 184075

Summary: [Python] Plasma.FlashingLabel.flash doesn't accept string arguments
Product: [Developer tools] bindings Reporter: DasIch <dasdasich>
Component: generalAssignee: kde-bindings
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description DasIch 2009-02-11 23:32:03 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Plasma.FlashingLabel.flash supports only QPixmap but not QString as an argument as you can see here: http://websvn.kde.org/trunk/KDE/kdebindings/python/pykde4/sip/plasma/flashinglabel.sip?view=markup

Removing this "feature" is not an acceptable solution. If there is no other way i would suggest creating a flashText method or something like this.
Comment 1 Simon Edwards 2009-02-18 21:26:33 UTC
SVN commit 928052 by sedwards:

Fixed method flash(const QString& text, int duration = 0, const QTextOption& option = QTextOption(Qt::AlignCenter)).

BUG: 184075



 M  +1 -6      flashinglabel.sip  


WebSVN link: http://websvn.kde.org/?view=rev&revision=928052