How to generate a grid?
-
wrote on 9 Feb 2018, 00:50 last edited by VBsFAN 2 Sept 2018, 00:51
Hi there,
How would you generate a dot or line grid?
You might have seen MS Paint or other graphics program which allows to to use grid. I was wondering how to generate such grid. ThanksSomething like this link:
https://halfapx.com/wp-content/uploads/2017/08/dotgrid_dark-1500x1500.jpg -
Hi there,
How would you generate a dot or line grid?
You might have seen MS Paint or other graphics program which allows to to use grid. I was wondering how to generate such grid. ThanksSomething like this link:
https://halfapx.com/wp-content/uploads/2017/08/dotgrid_dark-1500x1500.jpg@VBsFAN Well, draw the grid. Either create a picture containing this grid and draw the picture on the widget (you didn't actually say where you want to have this grid). Or override paintEvent and draw the grid manually.
1/2