How to create QT button from 3x3 sprite grid?
-
wrote on 17 Oct 2018, 00:27 last edited by
Hello. Say I have a 3x3 grid, containing the images (in order):
top-left corner, top side, top-right corner
left side, middle, right side
bottom-left corner, bottom side, bottom-right corner
How would I go about making that into a resizable button in Qt Widgets? I seem to recall there are affordances for it, but I can't find it in the documentation. -
Hi,
Do you mean make one button containing the grid or make each element of the grid a button ?
1/2