I am trying to draw rectangle which should be rounded from borrom two side. i did manage to draw rectangle which is rounded from all four side using drawRoundedRect(QRect(-95, 2, 72, 48), 8, 8); . but i only wants two sides to be rounded.
I am trying to draw rectangle which should be rounded from borrom two side. i did manage to draw rectangle which is rounded from all four side using drawRoundedRect(QRect(-95, 2, 72, 48), 8, 8); . but i only wants two sides to be rounded.
Bookmarks