博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Qt 4.7: Getting Started Programming with Qt
阅读量:6230 次
发布时间:2019-06-21

本文共 1749 字,大约阅读时间需要 5 分钟。

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.

[Next: ]

 

Getting Started

 

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

    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 .
  4. To develop for Symbian devices:
    1. Connect Symbian devices to the development PC. For more information, see .
    2. Create a simple mobile application to learn how to use Qt Creator. For more information, see .
    3. Read the for more information about developing applications for the Symbian platform.
    4. Build the application for Symbian devices. For more information, see .
    5. Test the application on a Symbian device. For more information, see .
  5. To develop for MeeGo Harmattan devices:
    1. Create connections to MeeGo Harmattan devices. For more information, see .
    2. Build the application for Nokia N950 or Nokia N9 devices. For more information, see .
    3. Test the application on a Nokia N950 or Nokia N9 device. For more information, see .
  6. To develop for Maemo devices:
    1. Create connections to Maemo devices. For more information, see .
    2. Read the for more information about developing applications for the Maemo 5 platform.
    3. Build the application for Nokia N900 devices. For more information, see .
    4. Test the application on a Nokia N900 device. For more information, see .

[Next: ]

转载地址:http://syxna.baihongyu.com/

你可能感兴趣的文章
关于错误error C4430 error C2365 error C2078 error C2440 error C2143的处理。
查看>>
背包问题
查看>>
Windows 7中使用Eclipse 使用CDT and WinGW 开发C/C++(转载)
查看>>
project修改时间日历
查看>>
kali 终端真透明
查看>>
具体数学第二版第四章习题(3)
查看>>
action继承actionSupport
查看>>
你真的会玩SQL吗?无处不在的子查询
查看>>
更新SVN时提示要清理,但清理失败,乱码得解决方案
查看>>
Rich控件一
查看>>
授权对象的检查
查看>>
查询PO的预付款剩余金额
查看>>
poj 2485 -- Highways
查看>>
用python写一个抽奖程序
查看>>
npm使用入门(package.json)
查看>>
2014,微信是糖,甜到忧伤
查看>>
微信公众平台消息接口开发(12)消息接口Bug
查看>>
PHP获取毫秒时间戳,利用microtime()函数
查看>>
动态规划复习-HDU1231
查看>>
串门赛: NOIP2016模拟赛——By Marvolo 丢脸记
查看>>