Quantcast
Channel: Programmer's Town - Ugly graphic figures
Browsing latest articles
Browse All 7 View Live

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 Article


Re: 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 Article


Re: 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 Article

Re: Ugly graphic figures

view.setRenderHints (QPainter:: Antialiasing | QPainter:: SmoothPixmapTransform);

View Article

Re: Ugly graphic figures

Hello, Qt-Coder, you wrote: QC> view.setRenderHints (QPainter:: Antialiasing | QPainter:: SmoothPixmapTransform); yes. Thanks.

View Article


Re: 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 Article

Re: 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
Browsing latest articles
Browse All 7 View Live