Currently, to embed a Qt interface in an embedded Python block, I need to delegate the initialization of the interface to a Python snippet that executes after the main initialization. The reason is ...