QXlsx icon indicating copy to clipboard operation
QXlsx copied to clipboard

How to insert multiple pictures horizontally evenly distributed in one cell?

Open okkeman opened this issue 1 year ago • 0 comments

I found that using Document::insertImage(int row, int column, const QImage &image) allows me to insert multiple pictures into a single cell, but each picture starts drawing from the top-left corner of the cell, resulting in overlapping images.

Does anyone know how to solve this issue?

okkeman avatar Jul 17 '24 10:07 okkeman