Search found 1 match

by exargon
Wed Aug 14, 2019 9:13 pm
Forum: Developers corner
Topic: Any clever QT programmers out there?
Replies: 7
Views: 1778

Re: Any clever QT programmers out there?

So..., I kind off made an implementation to explore the concept. https://github.com/exargon/Qt-PieChartWidget Probably more elegant ways to implement it, but it is a working implementation you could use as a starting point or inspiration. A few notes: I made an abstract base class with the logic. It...