Is there such think or close to this in Qt
-
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 -
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...
-
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.
-