How to draw clothoids graphically in Qt?

前端 未结 2 759
盖世英雄少女心
盖世英雄少女心 2020-12-17 04:53

I am trying to build an application which the user can use to draw clothoids with the mouse, i.e. to set the start point and the end point of the spiral and then by dragging

2条回答
  •  抹茶落季
    2020-12-17 05:38

    The best approach would probably be to use the Graphics View Framework.

    There are a few examples that should help you getting started in the Graphics View Examples page. The Diagram scene one looks like a good starting point for what you want to achieve.

提交回复
热议问题