Thank you for your answer Aaron, that helped me a lot. :)
I'm a Qt and KDE coding newbie, so could someone of you please look at
my code and comit -- I have no svn account -- it if everything is alright?
I also attached the correspondence I had with the creator of "Shit
Happens!" as you (Aaro
On Wednesday 20 August 2008, Matthias Fuchs wrote:
> Yet I have no clue how to combine two pictures in one QImage -- if that
> is even possible -- especially if one is wider than the other.
open a QPainter on the one image, and paint the other one into it. if you need
to combine the two of them v