Qt (64-bit)

最新版本 Qt 5.8.0 (64-bit)

Qt 5.8.0 (64-bit)

Qt 5.8.0 (64-bit)
Qt 64 位是創建創新設備,現代用戶界面和應用程序的更快,更智能的方式。應用程序的多個屏幕。創建功能強大的應用程序和用戶界面,可以在任何屏幕和任何平台上運行 Qt 應用程序開發.

建立您的世界
“我們相信,要成功實施桌面,多屏幕和物聯網戰略,您需要在不犧牲的情況下實現卓越的上市時間這意味著您可以擁有一個超越您的客戶期望的獨特而現代化的用戶界面,並且能夠在所有用戶的屏幕上運行,無論平台選擇如何,都可以將它們連接到服務的世界,當然,性能,沒有小的任務...... 除非你使用 Qt。“

跨平台沒有權衡
我們確保你只需要為你的 Qt 64 位應用程序編寫和維護一個代碼庫,它將運行在所有領先的桌面,移動和嵌入式平台。我們知道這不僅僅是代碼。我們並沒有忘記您還需要具有可以簡化您的軟件開發的功能的工具.

Design,Code,Debug& amp; 快速部署
功能滿足生產力– Qt 開發速度很快,因為它有一整套高度直觀和模塊化的 C ++ 庫類,聲明式的“Qt Quick” UI 技術和生產性專業工具。所有平台上的快速原型設計都非常簡單。創建具有令人驚嘆的用戶界面和本地性能的軟件,無需重寫即可運行.

Qt 用於設備創建預構建軟件堆棧
您可以編寫和回收 Qt 應用程序和設備用戶界面代碼,以在所有主要的嵌入式操作系統(包括 RTOS)上運行。我們已經包含了一個預先構建的 Qt 優化的軟件堆棧,以便立即開始在真實設備上進行原型設計。 Qt 可以配置為運行在大量的硬件架構和配置上,使 Qt 成為物聯網戰略的面向未來的技術.

ScreenShot

軟體資訊
檔案版本 Qt 5.8.0 (64-bit)

檔案名稱 qt-opensource-windows-x86-msvc2015_64-5.8.0.exe
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 The Qt Company
官網 https://www.qt.io/Product/
更新日期 2017-01-23
更新日誌

What's new in this version:

Qt Lite:
- One of the main themes of Qt 5.8 has been to make Qt more flexible and easier to adopt to your use case, targeted especially at our embedded users. Qt Lite has been the codename of the project under which we did those changes
- Our goal has been to make it easier to configure Qt to exactly your needs and leave out features that you don’t need in your project. This brings major savings in the size of the compiled Qt libraries and thus your application
- Implementing support for this put us on a longer journey, where we rewrote most parts of the system that was being used to configure Qt. The new system cleans up a system that had grown over the last 15 years, and that also lead to many inconsistencies on how Qt was being configured on different host platforms
- As a result, we now have one unified system to configure the different parts of Qt. In addition to giving our users a lot more flexibility in configuring Qt, it will also ease our burden in supporting all the different ways Qt can be configured and used
- Using the new system allows you to create a Qt build tailored to exactly your use case. You can leave out all the features in Qt that you don’t need, saving ROM and RAM when deploying to your embedded device

Qt Wayland Compositor:
- The Qt Wayland Compositor API that we included as a Technology Preview in Qt 5.7 is now fully supported in Qt 5.8. The module makes it very easy to create your own Wayland Compositor.
- Qt Wayland Compositor make it very easy to implement your own custom home screen and application manager. This allows the creation of powerful and more complex embedded systems where you have multiple applications that have their own user interfaces. Qt Wayland Compositor supports handling multiple screens in an easy and transparent way. It comes with both QML and C++ APIs.

Communication and Networking:
- Qt Serialbus has now graduated to be fully supported in Qt 5.8. It allows you to use Qt APIs for device bus communications and protocols. While the API is rather generic, this version includes implementations for CAN and Modbus.
- Qt Network and Web Sockets gained full support for TLS PSK cyphersuites. Qt Network now supports configurable Diffie-Hellman parameters and HTTP/2 in QNetworkAccessManager.
- Qt Bluetooth gains BTLE Peripheral support on macOS and iOS as well as BTLE Central support on WinRT.
- Qt 5.8 also adds a new Qt Network Authorization module as a Technology Preview, currently supporting the OAuth 1 and 2 authentication schemes

Qt QML and Quick:
- Quite a few things have happened in Qt QML and Qt Quick. The QML engine has gained support for caching binary representations of QML and JS files on disk, reducing startup time and memory consumption of the engine. The commercial only Qt Quick compiler is still supported in 5.8, but we are planning to merge it with the new caching infrastructure in the future, leading to a better performing and more tightly integrated solution.
- The Qt Quick scene graph has undergone a larger refactoring, making it less dependent on OpenGL. This allowed us to add an experimental Direct3D 12 backend for Qt Quick, and does enable the creation of other backends e.g. based on the Vulkan graphics APIs.
- In addition, the scene graph now supports partial updates to the screen if only a small area of the scenography changed. This brings some larger performance improvements to the Qt Quick 2D renderer.
- We also used the changes to the scene graph as an opportunity to fold the functionality of the Qt Quick 2D renderer into Qt Quick directly. This implies that the Qt Quick 2D renderer does not exist as a standalone module in Qt 5.8 anymore.
- Larger changes have also been done under the hood with respect to Mouse and Touch event handling, unifying them internally in a new QQuickPointerEvent class. This lays the foundation for future improvements to mouse and touch event handling, but doesn’t affect code using Qt Quick yet.
- The Qt Quick Controls 2 have also gained a couple of new types such as dialogs, rounded buttons and tool separators. The Material and Universal styles have gained some new effects and support for a ‘system’ theme.

Qt Webengine:
- As always the Chromium version used by Qt Webengine has been updated, this time to Chromium 53. One long outstanding feature added in Qt 5.8 is the ability to print web pages. Many smaller new features have been added, amongst them a new QML API to define custom dialogs, tootips and context menus, and support for view-source: and some chrome: schemes.

Qt SCXML:
- Qt SCXML is now fully supported in Qt 5.8. The module makes is trivial to integrate SCXML based state machines into Qt. It builds directly onto the Qt Statemachine Framework, and extends it with with both a SCXML to C++ compiler and a runtime that allows loading SCXML based state machines.
- Together with the Qt SCXML module, Qt Creator 4.2 gained support for editing state charts

New Technology Previews:
- Also in Qt 5.8, we have new functionality that we chose to introduce as a Technology Preview
- Qt now compiles for both Apple’s tvOS and watchOS. While most of the functionality that we support on iOS should also work on tvOS, watchOS support is limited to the non-graphical functionality in Qt
- Qt Speech has been added as a new module adding support to text to speech functionality

Other improvements:
- After the initial release of Qt 3D with Qt 5.7, the focus for 5.8 has been on maturing the module. A large amount of bug fixes and performance improvements have been made for the module
- Qt Charts has gained a Candlestick chart type and we have made the QOpenGLTextureBlitter API in Qt Gui public
- Our embedded platforms supported by Qt for Device Creation have gained better support for multi-screen systems when using the eglfs QPA plugin and support for 90/180 degree rotated screens
- Finally, many changes happened to our code base to make better use of the new features offered by C++11 and with that clean up and modernize our code base

Qt 5.8.0 (64-bit) 相關參考資料
Install QT-Creator-5.8.0 in Ubuntu.

Install-QT-Creator-5.8.0-In-Ubuntu.sh. # download source file. wget http://download.qt.io/official_releases/qt/5.8/5.8.0/qt-opensource-linux-x64-5.8.0.run.

https://gist.github.com

Note: This is an archive of historical versions, ...

qt-opensource-mac-x64-clang-5.8.0.dmg, 20-Jan-2017 12:45, 1.3G, Details · qt ... qt-opensource-linux-x64-5.8.0.run, 20-Jan-2017 12:34, 766M, Details · md5sums.txt ...

https://download.qt.io

Qt 5.8 released

2017年1月23日 — ... 5.8.0-qtbase-configure.bat -top-level -prefix c:-Qt5 -opensource ... I have problem compiling QT5.8 with MingW 64bit compiler (TDM GCC version ...

https://www.qt.io

Qt 5.8.0 MSVC2015_64bit Error

This is my first time in Qt 5.8.0, when I build my project it shows following errors. Error while building/deploying project test_qt (kit: ...

https://stackoverflow.com

QT 5.8.0 msvc_2015 64bit版本编译错误- 无法运行“rc.exe”

2020年1月21日 — QT 5.8.0 msvc_2015 64bit版本编译错误:-1: error: LNK1158: 无法运行“rc.exe ... QT版本是5.8.0 msvc_2015 64版. 解决方法是将. C:-Program Files (x86)- ...

https://blog.csdn.net

Qt学习_01 在Linux系统和Windows10系统下安装Qt - TSCCG

2021年5月7日 — 2. 下载Qt. 下载网址: https://download.qt.io/new_archive/qt/5.8/5.8.0/. 下载qt-opensource-Linux-x64-5.8.0.run. 3.安装Qt安装包. 从终端进入下载文件 ...

https://www.cnblogs.com

Qt官方下载

[size=0.9999em]Qt offline installer is a stand-alone binary package including Qt libraries and Qt Creator. Linux Host. Qt 5.8.0 for Linux 64-bit (766 MB) (info) ...

http://firemail.wang

QT环境配置:QT5.8.0与VS2013环境配置原创

2019年8月27日 — QT环境配置:QT5.8.0与VS2013环境配置 · 1、下载VS2013,QT5.8.0,qt-vs-tools-msvc2013-2.1.1。 · 2、安装VS2013,然后安装QT5.8.0 · 3、双击qt-vs-tools- ...

https://blog.csdn.net

ubuntu編譯安裝qt 5.8-软件开发平台及语言笔记大全(超详细)

# qmake -v QMake version 3.1 Using Qt version 5.8.0 in /home/shihyu/qt ... Introduction to ARMv8 64-bit Architecture · ARM彙編指令調試方法 · ARM emulation.

https://www.cntofu.com

Unsolved QT 5.8.0 64 Bit with MinGW-w64 Configuration

2019年3月19日 — How do I download and configure QT 5.8.0 64 bit on Windows 10 using MinGW-w64 compiler as opposed to MSVC configuration. I wish to build 64 ...

https://forum.qt.io