Ugly graphic figures
Hello. Only started drawing learning in Qt. For the task I should use CGraphicsScene/View. Started to do sketches and tripped on a smooth spot: 1) rectangles are drawn with the rounded off edges...
View ArticleRe: Ugly graphic figures
Hello, _hum _, you wrote: __> Hello. __>... __> 1) rectangles are drawn with the rounded off edges (though it is used normal, without curvings) __> 2) the circle turns out clumsy -...
View ArticleRe: Ugly graphic figures
Hello, SaZ, you wrote: SaZ> This expected behavior. Smoke QPainter:: Antialiasing and Qt:: PenJoinStyle. Read the documentation more attentively. The interesting fact, I faced such hogwash in Java...
View ArticleRe: Ugly graphic figures
view.setRenderHints (QPainter:: Antialiasing | QPainter:: SmoothPixmapTransform);
View ArticleRe: Ugly graphic figures
Hello, Qt-Coder, you wrote: QC> view.setRenderHints (QPainter:: Antialiasing | QPainter:: SmoothPixmapTransform); yes. Thanks.
View ArticleRe: Ugly graphic figures
Hello, SaZ, you wrote: SaZ> Hello, _hum _, you wrote: __>> Hello. __>>... __>> 1) rectangles are drawn with the rounded off edges (though it is used normal, without curvings)...
View ArticleRe: Ugly graphic figures
Hello, _hum _, you wrote: __> Only I will not understand, what sense in to doing it by default, and to force the programmer docks, to solve the elementary task a circle and a rectangle. Someone...
View Article