Results 1 to 2 of 2

Thread: qt implementation of noodle drawing

  1. #1
    Join Date
    Oct 2015
    Posts
    45
    Thanks
    8
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default qt implementation of noodle drawing

    I'm wondering if anyone knows of an implementation or library of "noodles" connection diagrams in qt.

    I say "noodle", but, I'm not sure what the official name for it is. A diagram connected with what I call noodles is like this:

    patchage1-300x181.png

    Basically it allows the display of input/output nodes and connecting them with splined lines.

    Regards,
    Mac

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: qt implementation of noodle drawing

    I think this should be possible with QGraphicsScene and QGraphicsView. The Elastic Nodes and Diagram Scene examples are probably useful here. Cubic spline lines can be generated with QPainterPath and added to the scene.

Similar Threads

  1. Ruler implementation
    By brcain in forum Qt Programming
    Replies: 0
    Last Post: 19th November 2015, 21:13
  2. Qt Http implementation
    By ada10 in forum Newbie
    Replies: 6
    Last Post: 12th August 2010, 00:36
  3. Replies: 8
    Last Post: 16th April 2010, 10:41
  4. tab order implementation
    By yazwas in forum Qt Programming
    Replies: 2
    Last Post: 2nd December 2009, 17:34
  5. Alarm Implementation in Qt/X11
    By technofreek in forum Qt Programming
    Replies: 0
    Last Post: 7th January 2009, 07:30

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.