QPainterPath drawing and placering items along multiple paths
问题 I have from previous codelines developed and added some special behaviour. The idea is to draw small circle shapes on a certain path inside rectangular shape and circular shape and place them according to the distance given in advance. I want to draw automatically and programmatically based on given distance by user. ie. distance and number will vary. I have looked myself at this exercise, and reached to solve this with very complicated for-loops and long codelines. I am afraid of repeating