Creating a new form in an existing project
HI
I am a beginner and my problem might be very basic. I want to add a new form to an existing project in Qt creator. I have gone through similar threads but all of them involve visual studio at some stage. I want to operate entirely in Qtcreator. Can someone help ? Thank you.
Re: Creating a new form in an existing project
Two methods- Select "New File or Project..." from the File menu.
- Right-click on your project folder in the Project pane. Select "Add New..."
Both options start a wizard. The option you want is under Qt templates.
You should read the Qt Creator manual to find out what else your tools can do for you.
2 Attachment(s)
Re: Creating a new form in an existing project
Attachment 7731
Attachment 7732
I think you've understood by seeing these images. Or if you still have any problem then tell me.