Designers who are familiar with web development can start with QML

一共有四种安装工具

You have following options:

Qt SDK - one package with all the tools you need for the creation of applications for Symbian and Maemo in addition to desktop platforms such as Microsoft Windows, Mac OS X, and Linux.
Qt Creator - a cross-platform integrated development environment (IDE). Note, that the Qt Creator package does not contain the Qt framework itself. You can either configure it to use with a version of Qt already installed on your machine or download a new version of Qt separately.
Qt binary package - a ready-to-go installer for Mac, Linux and Windows containing a precompiled tool chain, libraries, include files, documentation, demos and examples.
Qt source code packages - Qt and Qt creator are available in source code as zip or tar archives as well as on the Public Qt Repository.

但是推荐使用Qt SDK,因为在这里面拥有所有的工具,最全面

发现新技术的办法最流行的办法是在例子中间徘徊One of the most popular ways of discovering new technologies is to walk through examples.

(上面是很经典的一句话)

例子和模板的区别

The main difference between examples and demos is that examples are smaller and more focused on one functionality whereas demos are complete, more complex applications using many Qt features.也就是说例子注重性能,而模板则是复杂,因为添加了Qt的诸多特效

大多数例子和模板都是编译好的了,可以直接运行,当然也可以在欢迎界面打开源代码工程,然后编译运行。直接运行可以直接体验Qt的特征。

Qt小部件库提供了大量的不同平台风格的小部件

如果是新手需要看看下面的例子

计算器

应用

图片查看器

基本画图

(待续)

最新文章

  1. Azure Blob
  2. servlet 中文乱码问题
  3. BizTalk开发系列(二十六) 使用Web Service
  4. iOS学习笔记10-UIView动画
  5. javascript常用排序算法总结
  6. 当滚动条滚动到页面底部自动加载增加内容的js代码
  7. ios7新增基础类库以及OC新特性
  8. JQuery好用的日期选择控件 DatePicker
  9. jQuery的on方法和bind绑定多个事件
  10. CentOS 6.X更新Python2.7.x版本 安装pip
  11. HDU - 3594 Cactus
  12. ASP.NET快速学习方案(.NET菜鸟的成长之路)
  13. [译]反-反汇编 & 混淆 #1: 苹果没有遵循自己制定的Mach-O规范?
  14. 网络七层OSI模型简介
  15. [maven学习笔记]第一节,认识maven,搭建maven开发环境,写第一个HelloWorld
  16. case 函数的简单使用记录下
  17. 持续集成①安装部署jenkins从git获取代码
  18. 每天一个linux命令:chown
  19. JSON数据映射之元素可见控制
  20. Kafka消息存储原理

热门文章

  1. java初学3
  2. ASP.NET Core 2.1 源码学习之 Options[1]:Configure 【转】
  3. Python全栈工程师(多继承、函数重写)
  4. 孤荷凌寒自学python第三十六天文件内容的迭代操作
  5. 201621123033 《Java程序设计》第6周学习总结
  6. EXTJS4.0 form 表单提交 后 回调函数 不响应的问题
  7. [luogu4242] 树上的毒瘤
  8. Java面试题之hashmap中用什么hash算法解决碰撞的?
  9. Oracle 查询性能优化(转)
  10. python常用20库