need help on widgets creation
Unsolved
Qt Creator and other tools
-
-
@srikanth-sreeram
create a custom QWidget/QFrame and use QPainter API in its paintEvent() handler to draw rects.
See this example how to use QPainter.
1/2