Bug 184075 - [Python] Plasma.FlashingLabel.flash doesn't accept string arguments
Summary: [Python] Plasma.FlashingLabel.flash doesn't accept string arguments
Status: RESOLVED FIXED
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-11 23:32 UTC by DasIch
Modified: 2009-02-18 21:26 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 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