You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: