浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Qt 4.7: Getting Started Programming with Qt

Getting Started Programming with Qt

 

Welcome to the world of Qt--the cross-platform GUI toolkit. In this getting started guide, we teach basic Qt knowledge by implementing a simple Notepad application. After reading this guide, you should be ready to delve into our overviews and API documentation, and find the information you need for the application you are developing.

Qt SDK : Getting Started

 

Getting Started

 

  1. Download and install Qt SDK.
  2. Start Qt Creator. For more information on Qt Creator, see the Qt Creator Manual.

    Note: You can access all the documentation also from Help > Contents or Index.

  3. On the Welcome page, open an example application to test the installation. For more information, see Building and Running an Example Application.
  4. To develop for Symbian devices:
    1. Connect Symbian devices to the development PC. For more information, see Connecting Symbian Devices.
    2. Create a simple mobile application to learn how to use Qt Creator. For more information, see Creating a Qt Quick Application Using Qt Quick Components.
    3. Read the Platform Notes - Symbian for more information about developing applications for the Symbian platform.
    4. Build the application for Symbian devices. For more information, see Building Applications for Multiple Targets.
    5. Test the application on a Symbian device. For more information, see Running on Symbian.
  5. To develop for MeeGo Harmattan devices:
    1. Create connections to MeeGo Harmattan devices. For more information, see Connecting MeeGo Harmattan Devices.
    2. Build the application for Nokia N950 or Nokia N9 devices. For more information, see Building Applications for Multiple Targets.
    3. Test the application on a Nokia N950 or Nokia N9 device. For more information, see Running on Maemo or MeeGo Harmattan.
  6. To develop for Maemo devices:
    1. Create connections to Maemo devices. For more information, see Connecting Maemo Devices.
    2. Read the Platform Notes - Maemo 5 for more information about developing applications for the Maemo 5 platform.
    3. Build the application for Nokia N900 devices. For more information, see Building Applications for Multiple Targets.
    4. Test the application on a Nokia N900 device. For more information, see Running on Maemo or MeeGo Harmattan.

posted on 2012-03-10 07:34  lexus  阅读(190)  评论(0编辑  收藏  举报