Ask HN: Implement a webservice GUI with Qt?
I have a webservice for which I want to build a GUI. I was initially considering doing it in electron but am now wondering if I could simply use Qt to build my GUI?
Qt would be making REST api calls to the backend service(which could be running locally or remote) to populate the UI.
3 comments
[ 4.3 ms ] story [ 11.3 ms ] threadIt's 90% automated and visual.
I'd recommend coding a basic text-only (just print statements) interface first, then bind it to the QT GUI.
If you'd like a more modern looking UI, also check out QML.
Have fun :)