zoukankan      html  css  js  c++  java
  • Qt如何学习(参考官方文档)

    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小部件库提供了大量的不同平台风格的小部件


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

    计算器

    应用

    图片查看器

    基本画图

    (待续)

  • 相关阅读:
    vc 获得文件相对路径
    C#关闭MessageBox消息框(转)
    ip地址及地理位置查询
    WinDbg关联dump文件
    国外程序员推荐:每个程序员都应读的书
    [转]史上最全的C位域总结201036 2:58:00
    android 屏幕保持唤醒 不锁屏
    [转]win7如何共享
    一些DirectUI方面的资料
    计算器程序,可以计算正实数范围内的任何数据的加减乘除括号,混合运算
  • 原文地址:https://www.cnblogs.com/liq07lzucn/p/4471680.html
Copyright © 2011-2022 走看看