Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove QT from flow dependencies #24

Open
Bardo91 opened this issue Jul 2, 2022 · 0 comments
Open

Remove QT from flow dependencies #24

Bardo91 opened this issue Jul 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Bardo91
Copy link
Contributor

Bardo91 commented Jul 2, 2022

Intro

There are two methods that still use QT in flow. These are related with the "extra" information for the creation of the blocks.

In this issue #20 , we have removed "nodes library", the purpose was to enable other developers to create new interafaces using other libraries or frameworks. This tasks will enable it completely by removing completely.

But the methods are being used now, and are very important as these allow to create richer interfaces specific to each block.

Posible solution

Create an intermediate language to explain what should be inside of that "widget" or "subwindow". For example

button { 
text: "click"
callback: "name of callback in method"
},
text_entry

Then, each graphical implementation is responsible of translating that into each specific framework

@Bardo91 Bardo91 added the enhancement New feature or request label Jul 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant