Automated Tools to Convert Visual Studio Project to Qt???
-
Does anyone know of any automated tools that will convert the GUI portion
a Visual Studio project into the Qt ".ui" file? I have a Visual Studio project
that I would like to convert to Qt. It has a lot of forms, tabs, etc. and I was
hoping there was some way to create (at least a first version of) the main .ui
file in Qt. If not, any suggestions/advice on how to go about converting
a Visual Studio project (written in c#) into a C++, Qt application?Any help would be appreciated.
-
I think that only one way exists - do it manually.