Comment Re:Should be a followup, actually (Score 1) 230
For instantiating a UI at runtime, take a look at QFormBuilder. It is in the QtDesigner library, which does compile as a shared library, and therefore is LGPL friendly. I'm not exactly sure why they have both QFormBuilder and QUiLoader, since they both do the same thing but provide differing interfaces.