Bug 211539 - setIcon on Plasma.Button doesn't work
Summary: setIcon on Plasma.Button doesn't work
Status: RESOLVED WORKSFORME
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 14:36 UTC by Thomas Tanghus
Modified: 2023-01-12 05:17 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 Thomas Tanghus 2009-10-23 14:36:57 UTC
Version:           Python kde-bindings 4.3.2 (using KDE 4.3.2)
OS:                Linux
Installed from:    Ubuntu Packages

In PyKDE4 this [1] doesn't work:

    my_button = Plasma.PushButton()
    my_button.setIcon(KIcon("arrow-down"))

but this does:

    my_button = Plasma.PushButton()
    my_button.nativeWidget().setIcon(KIcon("arrow-down"))

[1] 
http://api.kde.org/4.x-api/kdelibs-
apidocs/plasma/html/classPlasma_1_1PushButton.html#ab3e1854e4aba600f1c2baa7d077ea055
http://api.kde.org/pykde-4.3-api/plasma/Plasma.PushButton.html#obj189706444
Comment 1 Andrew Crouthamel 2018-11-02 23:05:20 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Andrew Crouthamel 2018-11-16 05:34:57 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version?

Thank you for helping us make KDE software even better for everyone!
Comment 3 Thomas Tanghus 2018-11-16 11:36:46 UTC
I don't use Python kde-bindings, so I can neither confirm nor deny ;)
Comment 4 Justin Zobel 2022-12-13 02:53:48 UTC
Thank you for reporting this issue in KDE software. As it was reported on an older version, can we please ask you to see if you cazn reproduce the issue with a more recent software version?  
  
If you can confirm this issue still exists in a recent version, please change the version field and the status to "REPORTED" when replying. Thank you!
Comment 5 Bug Janitor Service 2022-12-28 05:24:20 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Bug Janitor Service 2023-01-12 05:17:18 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!