OpeningQt files in Visual Studio 2015
Unsolved
Qt Creator and other tools
-
Hi,
How can I open/transfer my Qt files, such as main.cpp, main.h, main.ui files into visual studio 2015?Thank you so much
-
Use the Visual Studio plugin https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2015
-
Big thanks for your help!!!!
I want to ask one more question : If i made the codes in window Qt creator, Can I still use the same code in Linux or Mac OS X Qt creator?
Thank you
-
@lucian123456789 said in OpeningQt files in Visual Studio 2015:
I want to ask one more question : If i made the codes in window Qt creator, Can I still use the same code in Linux or Mac OS X Qt creator?
Yes, Qt is a cross-platform framework. The same Qt code will work on all supported platforms.