I want to design a GUI for c++, i am using eclipse JUNO CDT (x64) , do you know another plugin than QT plugin ? or ares there a win64 QT version ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I advise you to install QtSDK which includes QtCreator, designer, assistant, linguist ..etc.
You can create your new Qt project with QtCreator which creates the .pro file and form files. You can design your .ui(form) files with designer and then open your project as a Makefile project in Eclipse CDT which is a better IDE than QtCreator.
http://qt.digia.com/Product/Qt-SDK/