Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Circular layout
-
Hello,
Do you have any idea how I can organise widgets in a circular layout around another widget ?
Cheers
-
You subclass QLayout and do necessary position calculations in there.
What exactly is the problem?
-
Yes Chris, this is possible. I just wanted to know if there is something existing that I didn't see, before subclassing ...