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. Is there such think or close to this in Qt
Forum Updated to NodeBB v4.3 + New Features

Is there such think or close to this in Qt

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 2.6k 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.
  • U Offline
    U Offline
    umen242
    wrote on last edited by
    #1

    hey
    i need to implement visual programming like blockly ?
    "https://code.google.com/p/blockly/":https://code.google.com/p/blockly/
    or mybe you know good c++ open source that i can port to Qt
    Thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      It can be done with Qt. But needs some Qt skills. Qt supports DockingWidgets and Custom widget forms.

      And I think it is much easy to implement in QML. Look for QML examples like puzzle etc...

      God is Real unless explicitly declared as Integer.

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        QTDavid
        wrote on last edited by
        #3

        Programming using graphical programming languages is kinda tricky to me.
        Take LabVIEW for example. I am quite an experienced programmer in LabVIEW, however performing operations on strings, for example, is a real pain. In case like those it is far easier a text based language such as C or C++.

        In my opinion the greatest advantage in a graphical programming language is that it is easier to see the program flow and execution.

        1 Reply Last reply
        0
        • U Offline
          U Offline
          umen242
          wrote on last edited by
          #4

          You are right QTDavid , but for my app i need ability for graphical programming .
          and this blockly concept is great

          1 Reply Last reply
          0
          • Q Offline
            Q Offline
            QTDavid
            wrote on last edited by
            #5

            Yes, it actually looks pretty good, thank you for sharing it.
            Qt actually allows you to create UIs with graphical interfaces. However if you need some more complicated interaction with the objects in the UI that needs to be specified in the source code.

            1 Reply Last reply
            0

            • Login

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