Comment by righthand

5 days ago

QML is great for an initial prototype but awful for reducing complexity for anything bigger than a button counter. This is because it extracts the design into a different language instead of letting you use C++ classes. People often don’t build complex applications in it because of this.

I have found better value from immediate mode GUIs like Iced or Egui.