Remove image property of StaticImage?
Posted: Tue Jun 30, 2009 05:22
Hello, I set the imge property of a StaticImage using:
And I want to remove the image I set for this StaticImage at other place in my code, but I dont know how.
Code: Select all
mWnd->setProperty("Image", "set:MainMenuImage image:full_image");And I want to remove the image I set for this StaticImage at other place in my code, but I dont know how.