Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Flowchart drawing

Flowchart drawing

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 1.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Ilan
    wrote on last edited by aha_1980
    #1

    Hi,
    What is the best way to implement automatic flow chart drawing?

    1. I have to be able to customize the graphical units
    2. The Qt will arrange them in some sort of flowchart
    3. The graphical units have to be interactive (means: pressing them will generate something - for example an LMB menu)
    4. I work in an open-source version.
      Thanks,
      Ilan
    JonBJ 1 Reply Last reply
    0
    • I Ilan

      Hi,
      What is the best way to implement automatic flow chart drawing?

      1. I have to be able to customize the graphical units
      2. The Qt will arrange them in some sort of flowchart
      3. The graphical units have to be interactive (means: pressing them will generate something - for example an LMB menu)
      4. I work in an open-source version.
        Thanks,
        Ilan
      JonBJ Online
      JonBJ Online
      JonB
      wrote on last edited by
      #2

      @Ilan
      What have you done in the way of investigating? Have you Googled for Qt flowchart and looked through the various hits & examples?

      I A 2 Replies Last reply
      0
      • JonBJ JonB

        @Ilan
        What have you done in the way of investigating? Have you Googled for Qt flowchart and looked through the various hits & examples?

        I Offline
        I Offline
        Ilan
        wrote on last edited by Ilan
        #3

        @JonB I did not do anything. The first step I do when having a project is to look for general guidelines from people that giving such general advice is easy. This is usually the best way, because the effort of searching and trying to understand every option if it appropriate for my needs, consume a lot of time.
        To be precise the auto arranging feature is what I am looking for.

        1 Reply Last reply
        0
        • JonBJ JonB

          @Ilan
          What have you done in the way of investigating? Have you Googled for Qt flowchart and looked through the various hits & examples?

          A Offline
          A Offline
          Anonymous_Banned275
          wrote on last edited by
          #4

          @JonB
          Please give original poster some credit, saying "google it" in so many words is not too kind.

          1 Reply Last reply
          0
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by mrjj
            #5

            Hi
            A talented friend of mine - made this library
            https://forum.qt.io/topic/104100/diagram-schematic-components-library
            which have many nice features out of the box.

            Have a look if would fit your requirements or be an option for a base for your own solution.

            There is also
            https://doc.qt.io/qt-5/qtwidgets-graphicsview-diagramscene-example.html
            Which is a mini flow chart-ish app.

            1 Reply Last reply
            2

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved