How to create a Checkerboard Pattern in Qt Designer
Solved
General and Desktop
-
the easiest solution is to create a pixmap with the background pattern you need.
Then you use aQLabel
and callsetPixmap()
. -
the easiest solution is to create a pixmap with the background pattern you need.
Then you use a QLabel
and call setPixmap()
.