Don't worry about the frame size, first join the images and then you can resize the merged image to whatever size you need.
Read the QPainter docs, there is an example how to use it:But can u suggest me suppose we create
QPainter painter;
QPixmap pixmap;
now how we can pass the pixmap to a label that we have created through QPainter
Qt Code:
//... do the painting painter.end(); // and then assign mergedImg for labelTo copy to clipboard, switch view to plain text mode
Bookmarks