Home > database >  How to start Qt Designer "detached" in Visual Studio?
How to start Qt Designer "detached" in Visual Studio?

Time:03-10

In previous version of Qt Tools for Visual Studio, when opening an .ui file, Visual Designer started normally, in it's own main window. Now it starts as a docked window inside the Visual Studio IDE, and I have to press the "Detach" link every time. Is there any setting to start Qt Designer "detached" by default?

CodePudding user response:

Although this is not the answer of your question, you can also use Qt Creator to edit your .ui files.

CodePudding user response:

Just set Run in detached window to True in extension options: enter image description here

  • Related