标题:is there any Custom widget like the BluePrint or FlowGraph ?
作者:opengpu
日期:2014-08-02 17:41
内容:
is there any Custom widget like the BluePrint or FlowGraph as shown below?
if not, is there any good idea to realize it? a custom widget inherit from Listbox, and what class should be used to draw the curves?
Thanks very much!


#1 [彩阳 08-02 17:55]
这个用QML实现不难。
就是一个Rectangle,可以拖动的。结点的连接部分可以使用Canvas结合Path进行绘制。
Qt自带工具QML Profiler也有类似的界面,可以参考一下。