You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before adding QR code generation feature, before making UI more complex, let's move on the latest UI technology, so that the job of refactoring UI code less difficult.
Also, let's use Blueprint as language for UI. XML is too verbose. When using GTK 4 and Blueprint, we have to have a step to build UI files, so the current approach of running Python app in development have to be changed, we cannot run directly in-develop source file anymore. So how the new project structure should be? We can take https://gitlab.gnome.org/GabMus/swatch as reference.
The text was updated successfully, but these errors were encountered:
Before adding QR code generation feature, before making UI more complex, let's move on the latest UI technology, so that the job of refactoring UI code less difficult.
Also, let's use Blueprint as language for UI. XML is too verbose. When using GTK 4 and Blueprint, we have to have a step to build UI files, so the current approach of running Python app in development have to be changed, we cannot run directly in-develop source file anymore. So how the new project structure should be? We can take https://gitlab.gnome.org/GabMus/swatch as reference.
The text was updated successfully, but these errors were encountered: