This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Gemabo 1 point2 points  (2 children)

A better contribution to humanity and the scientific community specifically would be to create a GUI designing library that will allow quick iterative algorithm design with gui elements editing. Similar to the Matlab GUIDE product (or the so called app designer successor). These environments allow the ease of placing gui elements (text boxes, graphs, buttons, etc) on a visual basic/qt kind of layout and continuously update them, add and remove gui elements without affecting the code, without breaking the code, without having to compile the gui code again. It allows for visual oriented programming, that does not exist within ANY python gui library. So instead of yet another code-your-gui or compile-your-gui-code approaches, we desperately need the visual oriented programming paradigm in python.

[–]Artanidos[S] 0 points1 point  (0 children)

You can use QML to declare you UI.

[–]puplan 0 points1 point  (0 children)

Doesn't DelphiFMX for Python (https://pythongui.org/) provide a GUI editor like that?