Creating New GUI Projects for the UI Designer

The New Project wizard will guide you through the steps needed to create a new GUI project.

This page provides a list of the steps needed to create a new UIQ C++ GUI project using the wizard. The links in the discussion of each step take you to a page which contains a detailed description of the subtasks needed to perform that step.

Some common New Project Wizard actions include:

Creating New UIQ C++ GUI Projects

  1. Start the New Project Wizard
  2. Select the C++ Application for UIQ Project wizard from the File > New submenu.

    The wizard will guide you through the tasks needed to create a new UIQ C++ GUI project.

  3. Select the project's template
  4. Select the template to use when creating the project in the Templates page.

  5. Set the project name
  6. Specify the project name and the location to store project contents in the Symbian OS C++ Project page.

  7. Select the project SDK's
  8. Assign one or more SDKs to the project in the Symbian OS SDKs page.

  9. Set basic application properties
  10. Set the application name, baseline SDK, and language in the Application Properties page.

  11. Select the UI Design initial content
  12. Select the initial content type for your UI Design in the UIQ UI Design Selection page.

  13. Set the base name and container type
  14. Set the base name and container type for the initial content in the Container Name and Type page.

  15. Enter the Application UID
  16. Fill in a unique Application UID in the Basic Settings page. In most cases you may use the default value which is provided.

  17. Assign project directories
  18. Fill in the project directory names to use when creating the project and copying files in the Project Directories page.

    NOTE The default directory names should be used except where local software development practices specify other directory names.

Once all of these steps are complete, a new Symbian OS project is created on disk and displayed in the Project Explorer view.

Related references