Qt is a cross-platform application development framework widely used for developing applications that can run on a wide range of hardware platforms with little to no change in the underlying codebase.
Maybe I'm missing it somewhere, but I can't seem to find how to add a widget to an existing layout once it's set.<BR><BR>In the most basic example, I tried adding a widget when a button was pressed.