开发者

Stitch together multiple QPixmaps

I'm looking for a method, no matter how roundabout, to horizontally stitch together three pixmaps into one (ie 20x20 + 20x20 + 20x20 -> 60x20). If it helps any, what I actually have is three png resources and I need to join them together and return a QIcon. Anyone any suggestions on routes 开发者_StackOverflow中文版to take?


The simplest method: You create a new QPixmap with the desired size and paint the 3 pixmaps into this pixmap (QPixmap is a QPaintDevice)


For just what you said, you don't even need to do it in Qt. Why don't you just use any image editor to stitch the 3 images together? Sorry this may not answer your question on Qt but hope this solves your problem.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜