Hacker News new | ask | show | jobs
by sourcegrift 76 days ago
Looks very good and probably will be my library of choice for my next web project.

For desktop, I'm very happy with qmetaobject-rs. Qt is time tested and highly reliable. And gui is, frankly, serious business.

Also, Generally speaking, UI itself is best done declaratively rather than imperatively. There's a reason quick is adopted more than qwidgets.

1 comments

For simple stuff, qml is OK/better (except the JS part)... but for some more complicated views I'd want qwidgets.