Is there any way to open a Qt process and then programatically add widgets? For example, start a process that opens a frame and then, with another call from, say, another program (that is mine; actually another scripting language), add a button to that frame?
So, in another program, I say "open frame" at the prompt and the frame opens. And then I say "add button" and the frame just opened is populated with a button.
Updated to address comment. Updated to add example.