hi,
i used getsavefiledialog and getopenfiledialog toopen and save the project , Is there getnewfiledialog in Qt?
i want the following requirement:
1. when i click new project menu, a dialog window should open to write filename and specify path.
2. After creating the project , whatever changes we did in that must save(with same filename).

Is this possible in Qt? is there any example in qt manual?