The Qt way of doing visual form design is a completely different
paradigm from the one used in Visual Studio. You don't define a class
and then switch to a design view. Rather, the form you design is
compiled into its own class, which you either instantiate or inherit
from in your own code to add functionality to it.

Creator also doesn't have any support for Windows forms, so you're not
going to be able to edit those resources from within the IDE. You'll
need Visual Studio for that.

/s/ Adam

On Thu, May 5, 2011 at 12:34 PM, Bradley Allen <[email protected]> wrote:
> hi all
>
> New to QT, familiar with Visual Studio;  Just opened an existing project
> that runs as a windows or WinForm GUI.  But cannot find the Designer View,
> and sent the original authors a question about this, waiting for the
> reply;   Searching in the source/header files there does not appear to be
> any way to switch across to design view; it compiles and runs in the
> debugger just fine
>
> Can the QT platform take this C++ app and build it in such a way as to view
> and have edit power over the controls/forms?
>
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to