little bug(?)
Benjamin Meyer
icefox at mediaone.net
Thu Oct 14 17:09:44 BST 1999
I am running beta2 and found this small issue if it has been solved
allready forget about this message.
In the DialogEditor you add a button and then on the right hand side add
a backgrouond image for it and then generate sources for it it does the
wrong thing. It does
Button_1-> setBackGroundPixmap(QPixmap("/home/ben/bla.gif");
when it should do
Button_1-> setPixmap("/home/ben/bla.gif");
More information about the KDevelop
mailing list