Toggle navigation

Step 1: Structure for the application

Create a new project

  1. To create a new project with Qt Creator, select File > New File or Project.
  2. Select Qt C++ Project > Mobile Qt Application. Click Choose.
  3. Name your project 'SensorsAPI' and select where you want to store the project files. Click Next.
  4. Set up the targets for your project. Check 'Qt Simulator > Simulator Qt for MinGW 4.4 (Qt SDK)' and 'Symbian Device > Qt for Symbian^3 (Qt SDK)'. You can also make other selections according to your development environments and hardware. Click Next.
  5. Change your project base class to QDialog and change the class name to SensorsAPIDialog. Other files are automatically named accordingly. Click Next.
  6. Ensure that the path is correct and click Finish.
  7. The project has been created, and it opens in the default view in Qt Creator.

Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved