I am trying to consider QT for embedded device UI development.
But I want to have UI library that supports UI generation at the run time, for example, UI lib should support creating UI screen depending on the configuration stored in the file, code will read this file and will create UI XML or user the lib APIs to create the UI at run time, is this supported in QT?
Also does QT supports rendering basic HTML pages on the embedded UI, does it supports WebView like widgets to render HTML pages?