Commit Graph

10 Commits

Author SHA1 Message Date
Uwe Rathmann bc066c8103 QskArcRenderer using the normal vector of the tangents for expanding
the arc to the desired thickness. This matches the result of what
QPainter::drawArc does. However our implementation is much
simpler as we do not convert the arc into a sequence of
bezier curves finally running into code that has to deal with
random QPainterPath element lists.
2024-05-30 19:06:02 +02:00
Uwe Rathmann a327084c3f QskArcMetrics::isProprtional added 2024-05-21 17:19:24 +02:00
Uwe Rathmann 511db2650e copyright notice generalised 2024-01-17 14:31:45 +01:00
Uwe Rathmann 3c505652a3 QskIntervalF::width -> QskIntervalF::length 2023-11-28 13:12:52 +01:00
Rick Vogel 97628151b7 Remove QSK_EXPORT to prevent inconsitent dll linkage warning 2023-08-07 07:04:06 +02:00
Uwe Rathmann a394fbacd1 update of internal cache fixed 2023-06-14 12:20:46 +02:00
Uwe Rathmann 0e2f9fd839 code improved 2023-05-30 08:12:37 +02:00
Uwe Rathmann d7eca19685 fallback code reorganized 2023-05-28 12:44:29 +02:00
Uwe Rathmann b5d7c4cb26 update calls removed - happens with setSkinHint and friends anyway 2023-04-20 13:31:09 +02:00
Uwe Rathmann 207ba079a1 charts code added: will become Qsk classes at some point 2023-04-20 11:15:46 +02:00