Qt为啥从4.8直接就跳到5.3了呢?这不科学吧
http://qt-project.org/downloads
Qt 5.3
Select the file according to your operating system from the list below to get the latest Qt 5.3 for your computer. The binary packages include Qt 5.3.0 libraries and Qt Creator 3.1.1

Qt is available under GPL v3, LGPL v2 and a commercial
license. Learn more about licenses here.
Develop with a Qt Enterprise Commercial License
The Qt Enterprise commercial license offers varied licensing terms and includes additional functionality, support and product updates.
- Qt
Online Installer for Linux 32-bit (23 MB) (Info) - Qt
Online Installer for Linux 64-bit (22 MB) (Info) - Qt
Online Installer for Mac (9 MB) (Info) - Qt
Online Installer for Windows (14 MB) (Info) - Qt
5.3.0 for Android (Linux 32-bit, 515 MB) (Info) - Qt
5.3.0 for Android (Linux 64-bit, 513 MB) (Info) - Qt
5.3.0 for Android (Windows 32-bit, 813 MB)(Info) - Qt
5.3.0 for Linux 32-bit (445 MB) (Info) - Qt
5.3.0 for Linux 64-bit (442 MB) (Info) - Qt 5.3.0
for Mac (452 MB) (Info) - Qt 5.3.0 for
iOS (Mac, 910 MB) (Info) - Qt
5.3.0 for Android (Mac, 515 MB) (Info) - Qt
5.3.0 for Android and iOS (Mac, 972 MB) (Info) - Qt
5.3.0 for Windows 32-bit (MinGW 4.8.2, OpenGL, 734 MB)(Info) - Qt
5.3.0 for Windows 32-bit (VS 2010, OpenGL, 593 MB) (Info) - Qt
5.3.0 for Windows 32-bit (VS 2012, OpenGL, 616 MB) (Info) - Qt
5.3.0 for Windows 32-bit (VS 2013, 626 MB) (Info) - Qt
5.3.0 for Windows 32-bit (VS 2013, OpenGL, 616 MB) - Qt
5.3.0 for Windows 64-bit (VS 2013, 622 MB) (Info) - Qt
5.3.0 for Windows 64-bit (VS 2013, OpenGL, 636 MB) (Info) - Qt
5.3.0 for Windows RT 32-bit (731 MB) (Info)You can get split source packages from here. The source code is also available
as a single zip (277 MB) (Info)
file for Windows users or as tar.gz (223
MB) (Info) file for Linux/Mac
users. All the installers are available also here. Or visit the repository at qt.gitorious.org/qt

The MinGW binary package includes a 32 bit MinGW-builds (gcc 4.8.2, dwarf exception handing, posix threading) toolchain. Sources are available from the MinGW-builds
project or from download.qt-project.org.

The Windows offline installers are by default ANGLE based. If you want to know more about the differences between ANGLE and OpenGL packages on Windows, please visit Qt
5 on Windows ANGLE and OpenGL.

Qt 4.8
Select the file according to your operating system from the list below to get the latest Qt 4.8 for your computer
- Qt
libraries 4.8.6 for Windows (MinGW 4.8.2, 328 MB) (Info) - Qt
libraries 4.8.6 for Windows (VS 2008, 235 MB) (Info) - Qt
libraries 4.8.6 for Windows (VS 2010, 236 MB) (Info) - Qt
libraries 4.8.6 for Linux/X11 (230 MB) (Info) - Qt
libraries 4.8.6 for Mac (185 MB) (Info) and debug
libraries (476 MB) (Info) - Qt
libraries 4.8.6 for embedded Linux (230 MB) (Info) - Qt
libraries 4.8.6 for Windows CE (269 MB) (Info)
The source code is available as a zip (269
MB) (Info) or a tar.gz (230
MB) (Info). Or visit the repository
at qt.gitorious.org/qt.
Older versions
Qt 5.2, Qt 4.7 and all older versions of Qt are available in the archive.

Be sure to check if Qt is supported on your platform and read the installation notes that are located in the Qt
Documentation.
Qt为啥从4.8直接就跳到5.3了呢?这不科学吧的更多相关文章
- 初学Qt——vs2012开发环境下的窗体跳转
最近接了份外快,要求使用vs+qt开发一个简单的数据管理系统.qt开发使用的语言是c++,然而c++只是大一第二学期有教过而已,基本也差不多忘光了,废话不多说,讲下今天遇到的问题吧 如标题所说,窗体跳 ...
- QT变异版本下载(SJLJ长跳转,DWARF不传递错误(32位专用),SEH(64位专用)),以及QT的实验室项目
http://www.tver-soft.org/ http://sourceforge.net/projects/qt64ng/ ---------------------------------- ...
- Qt 5.5.0 Windows环境搭建
1)訪问官方站点:http://www.qt.io/download-open-source/ 2)选择离线安装包 3)选择 Windows 离线安装包(32 位或 64 位都可用,Windows 6 ...
- Qt无边框窗体-模拟模态窗体抖动效果
目录 一.概述 二.效果展示 三.功能实现 四.相关文章 原文链接:Qt无边框窗体-模拟模态窗体抖动效果 一.概述 用Qt开发windows客户端界面确实是一大利器,兼顾性能的同时,速度相对来说也不错 ...
- 一个例子让你秒懂 Qt Creator 编译原理
小北师兄作品 首发于微信公众号 小北师兄 微信 ID: ncuneupa 由于排版原因,文章可能读起来不太清晰,如果想看更好的排版,可以来我的公众号:小北师兄 大家好,我是你们的小北师兄,由于工作原因 ...
- 解决session过期跳转到登录页并跳出iframe框架(或者layui弹出层)
当用户长时间停留在管理界面没有操作,等到session过期后,进行了操作,那么只是iframe跳转到login页面,这不是我们想要的结果.解决方法:在login页面加一个逻辑判断: <scrip ...
- .net core iis配置
微软官方教程: https://docs.microsoft.com/en-us/aspnet/core/publishing/iis?tabs=aspnetcore2x 在vs中创建.net cor ...
- .Net Core 部署到IIS
微软官方教程: https://docs.microsoft.com/en-us/aspnet/core/publishing/iis?tabs=aspnetcore2x 在vs中创建.net cor ...
- koa 核心源码介绍
链接来源 Request,Context,Response 在代码运行之前就已经存在的 Request和Response自身的方法会委托到Context中. Context源码片段 var dele ...
随机推荐
- [ CQOI 2009 ] 中位数图
\(\\\) \(Description\) 给出\(N\)的一个全排列,统计该排列有多少个长度为奇数的连续子序列,中位数是\(B\). \(N\in [0,10^5]\),\(B\in [0,N]\ ...
- [ NOIP 2008 ] TG
\(\\\) \(\#A\) \(Word\) 给出一个长为\(N\)的小写字母串,判断出现所有字母中最多出现次数减最少出现次数得到的答案是否是质数. \(N\in [1,100]\) 直接按题意开桶 ...
- 移动web——轮播图
1.我们将5张图片又前后各增加一张,第一张前增加的是原本的第五张,第五张后增加的是原本的第一张,增加的原因无非是手指滑动的时候有轮播效果,这不像以前的轮播图,点击图标就能立刻将ul跳转到指定位置,手机 ...
- 将vim的UltiSnips的快捷键彻底从tab键中分离
在我之前的<<vim之补全1>>和<<vim之补全2>>中曾经成功的将vim的supertab和UltiSnips共用一个tab键, 这样做的优点的两种 ...
- nginx-配置反向代理实例
nginx反向代理配置及优化 2009-05-26 作者:守住每一天blog:liuyu.blog.51cto.combbs:bbs.linuxtone.orgmsn:liuyubj520#hotma ...
- ZfNet解卷积:可视化CNN模型( PythonCode可视化Cifar10)
原文链接:caffe Model的可视化 snapshot: 6000 一个在线可视化小工具:http://blog.csdn.net/10km/article/details/52713 ...
- Spring MVC起步(一)
下图展示了请求使用Spring MVC所经历的所有站点. 在请求离开浏览器时1,会带有用户请求内容的信息,至少会包含请求的URL.但是还可能包含其他的信息,如用户提交的表单. DispatcherSe ...
- 初学者怎么快速掌握Linux运维?
2018年里,Linux运维的职位数量和平均薪资水平仍然持续了去年的强劲增幅,比很多开发岗位涨的都快.从研究机构的数据来看,Linux职位数量和工资水平涨幅均在IT行业的前五之列,比去年的表现还要好一 ...
- 13.multi_match实现dis_max+tie_breaker
主要知识点: 基于multi_match语法实现dis_max+tie_breaker 1.best_fields+tie_breaker GET /forum/article/_search ...
- python爬虫13 | 秒爬,这多线程爬取速度也太猛了,这次就是要让你的爬虫效率杠杠的
快 快了 啊 嘿 小老弟 想啥呢 今天这篇爬虫教程的主题就是一个字 快 想要做到秒爬 就需要知道 什么是多进程 什么是多线程 什么是协程(微线程) 你先去沏杯茶 坐下来 小帅b这就好好给你说道说道 关 ...