I'm using QT 2009.03 with the Visual Studio addin 1.0.2. I'm writing an application that has commands to open non-modal windows, and multiple windows can be open at the same time.
These windows themselves need to be designed in QTDesigner. An example of what I'm looking for can be found in Firefox. If I go to Tools / Addons it opens a child window.
I'm not sure what is the correct workflow in QTDesigner. I thought it might be a "Frame" but that doesn't seem to be a window, with your standard close/minimize tabs and menu bar. I thought perhaps it was (from Visual Studio) File/New Project/QT4 Projects/QT4 Designer plugin. That generates some classes, but there's no .ui file for me to design with.