Remix.run Logo
fooker 4 days ago

Seems like some use XML to compose the UI?

ahartmetz 4 days ago | parent [-]

Qt Designer .ui files I guess, these are used to generate C++ (QWidgets) code that isn't substantially worse than hand-written. There is also KXmlGui, but that is a rather particular thing IIRC mostly about merging menus from plugins and about permissions.