[Kst] [Bug 163980] The constructor of the Picture class: Picture(window, url) returns error
Andrew Walker
arwalker at sumusltd.com
Tue Jun 17 00:57:58 CEST 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=163980
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2008-06-17 00:57 -------
The documentation now states that the constructors are:
Picture ( parent )
Picture ( window )
In order to create a picture you need to do the following:
w=new Window()
p=new Picture(w)
url="http://extragear.kde.org/apps/kst/images/kstdemo.png"
p.load(url)
More information about the Kst
mailing list