軟體下載 Qt 5.14.0

檔案名稱 qt-opensource-windows-x86-5.14.0.exe

Qt 5.14.0 軟體下載

軟體資訊
檔案版本 Qt 5.14.0

檔案名稱 qt-opensource-windows-x86-5.14.0.exe
檔案大小 2.5 GB
更新日期 2019-12-12
  • 1
    版本確認
  • 2
    檔案準備中
  • 3
    檔案下載

軟體介紹 & 更新資訊

Qt 5.14.0
AnyDesk 是市場上最快的遠程桌面軟件。它允許使用當前遠程桌面軟件無法實現的新的使用場景和應用程序。從任何地方訪問您的所有程序,文檔和文件,而不必將您的數據委託給雲服務。您只需下載並啟動 1.2 MB 程序文件,即可開始使用。無需安裝或(網絡)配置。 AnyDesk 是市場上最快的免費遠程桌面軟件.AnyDesk 特點:FramerateAnyDesk 通過本地網絡傳輸每秒 60 幀,許多互聯... AnyDesk 軟體介紹

What's new in this version:

- New Features (within existing modules)
- Qt 3D
- Threading architecture overhaul (removal of aspect thread)
- Frontend/Backend node sync overhaul
- QTransform now has access to the world matrix
- Introduction of Scene3DView
- Scene3D is now in sync with QtQuick
- Scene3D can now render as an underlay without FBO

Qt Bluetooth:
- [QTBUG-40698] Optional win32 backend to support Windows 7 and 8. Backend is not built by default and not part of the prebuild packages though.
- QLowEnergyController: Introduce AuthorizationError
- [QTBUG-76615] Ability to have multiple manufacturer data per manufacturer ID

Qt Core:
- QCalendar adds support for Calendars other than Gregorian, by implementation of suitable back-ends
- Back-ends to implement the Gregorian, Jalali (Persian), Islamic Civil, Milankovic, and Julian calendars. We look forward to other contributions
- [QTBUG-14150] Qt is now relocatable, i.e. it's possible to move the Qt installation without breaking functionality or loading of plugins

Qt GUI:
- QColorConstants provide constexpr QColor instances that don't cost any runtime overhead
- Updated High-DPI support
- Applications can now opt-in to use non-integer scale factors, for example Windows at 150%. Use QGuiApplication::highDpiScaleFactorRoundingPolicy or QT_SCALE_FACTOR_ROUNDING_POLICY to set the rounding policy
- Added the QT_ENABLE_HIGHDPI_SCALING environment variable which enables high-dpi scaling based on display DPI. Replaces QT_AUTO_SCREEN_SCALE_FACTOR (now deprecated), and corresponds to the Qt::AA_EnableHighDpiScaling application attribute
- The QT_FONT_DPI environment variable is now supported cross-platform, for the purpose of developing and testing with specific DPI values
- Color-space support for images. Reading and writing color-spaces from JPEG, PNG, WebP and TIFF images, and performing color-space transformation on images
- QTextDocument/QTextTable now support per-edge border styling via QTextTableCellFormat border-collapse mode HTML table style import (partial) and export
- QTextDocument supports reading and writing Markdown format, as an alternative to HTML. If you read HTML and write Markdown, or vice-versa, the formatting should be preserved to the extent that the CommonMark and GitHub specs allow (including headings, tables, bullet lists, block quotes and code blocks); but we don't guarantee all cases yet, because it's thinly tested so far

Qt Location:
- Qt Multimedia
- Added QVideoFrame::Format_YUV422P
- Introduced support of GStreamer OpenGL plugin

Qt Network:
- HTTP/2 configuration API
- Network connectivity monitoring
- [QTBUG-1538] Support Kerberos Proxy Authentication

Qt QML:
- Added qmlRegisterSingletonInstance function. This allows to expose a QObject as a singleton to QML, without having to create a factory function as required by qmlRegisterSingletonType. It is meant as a type safe replacement of setContextProperty in common usages
- Added qmlRegisterAnonymousType as a replacement for qmlRegisterType. It allows to specify the URI and major version, which enables better tooling support.
qmllint gained an experimental -U option. If run with it, it warns about accesses to unqualified identifiers

Qt Quick:
- Added the first preview of the graphics API independent scenegraph renderer as an opt-in feature. This allows running qualifying Qt Quick applications on top of Vulkan, Metal, or Direct3D 11 instead of OpenGL. The supported platforms are currently Windows 10, Linux with X11 (xcb), macOS with MoltenVK, or Android 7.0+ for Vulkan, macOS for Metal, Windows 10 for D3D
- Text and TextEdit now support Markdown format (CommonMark and GitHub dialects) as an alternative to HTML
- Includes the GitHub checklist extension, such that you can click to toggle checkboxes in a TextEdit
- TextEdit uses an I-beam cursor by default, and a pointing-hand cursor when hovering a checkbox or a link. You can still override the default cursor, though
- Added WheelHandler, an Event Handler for the mouse wheel, and optionally for emulated mouse wheel events coming from a trackpad
- Added BoundaryRule in Qt.labs.animation: a PropertyValueInterceptor that restricts the range of values a numeric property can have, applies "resistance" when the value is overshooting, and provides the ability to animate it back within range. It's particularly useful in combination with WheelHandler, to provide similar physics as Flickable has
- Event Handler base classes such as QQuickSinglePointHandler and QQuickMultiPointHandler have private implementation, while the classes themselves are suitable for subclassing, and are exported. They do not have supported public C++ API yet, but we encourage you to experiment with subclassing them anyway using the private API. They are intended to become public at some point in Qt 6 (and we can continue to iterate the API until then, especially to keep up with upcoming changes to the QEvent classes in Qt 6)
- Image and BorderImage now have the same currentFrame and frameCount properties that AnimatedImage has; this allows choosing an individual icon from an .ICO file that contains multiple icons, for example. In the future it's intended to support other multi-page formats such as PDF, TIFF and WEBP
- Added PathPolyline and PathMultiline as additional ways of drawing and/or filling arbitrary polygons and sets of polygons with Qt Quick Shapes

Qt Quick Controls 2:
Qt SerialBus
- Added operators to compare QCanBusDevice::Filter for equality or inequality
- Added the QCanBusDevice::OperationError and QCanBusDevice::TimeoutError codes to signal wrong operation respectively timeout errors
- Added the function QCanBusDevice::busStatus() to query the CAN bus status from the CAN bus device
- Added the function QCanBusDevice::resetController() to reset a CAN controller from bus off state
- SocketCAN: Added the configuration parameter QCanBusDevice::ProtocolKey to use another protocol inside the protocol family PF_CAN
- SocketCAN: If libsocketcan is available, the CAN bus bitrate can be get and set at runtime
- PeakCAN: Added support for PCAN-USB devices on macOS by using the MacCAN library
- Expose the underling QIODevice used for Modbus communication, e.g. for setting the serial port hardware flow control (RTS/CTS)

Qt Test:
- initMain() method to perform any initialization that needs to happen before QApplication exists
- Qt Wayland Compositor

Qt WebEngine:
- Updated to be based on Chromium 77
- New API for control of QWebEnginePage life-cycle
- Methods and properties for download item to get suggested name, and change the download directory and file name
- New findTextFinished signal and corresponding QWebEngineFindTextResult and FindTextResult types to get extra information about the result of a text search
- Added methods to QWebEngineCertificateError to asynchronously handle an error, and get a chain of digital certificates

Qt WebSockets:
- Qt Widgets
- QTextEdit and QTextBrowser now support Markdown format (CommonMark and GitHub dialects) as an alternative to HTML
- Includes the GitHub checklist extension, such that you can click to toggle checkboxes if the widget is editable
- QTextBrowser::setSource() detects Markdown based on the file extension

Platform Changes:
Android
- Android needs NDKr20+
- Added multi ABI build in one go. By default it will build for all android supported abis (arm64-v8a, armeabi-v7a, x86_64, x86). The user can control which ABIs he wants to use via ANDROID_ABIS qmake variable
- Added support for the new AAB package format, which allows deploying a single application bundle to Google Play which contains binaries for all supported ABIs

iOS
- Wayland

New Modules:
- Qt Quick Timeline
- Technology Preview Modules
- Added tech preview for Qt Quick 3D, a high-level API for creating 3D content for user interfaces from Qt Quick

Qt for Automation:
- Qt KNX
- Extended support for KNXnet/IP Core V2 (discovery, tunneling, routing, security)
- Qt Mqtt
- Added support for using QSslConfiguration when connecting encrypted
- Added autoKeepAlive property to enable manual connectivity checks
- Qt OPC UA
- Added tech preview for GDS client support
- Updated 3rdparty open62541 to version 1.0
- Qt CoAP
- The module leaves the Tech Preview status behind and an API commitment is given

Qt 5.14.0 相關參考資料
Download Offline Installers - Qt

We recommend you use the Qt Online Installer for first time installations and the Qt Maintenance Tool for changes to a current install.

https://www.qt.io

Index of archiveqt5.14 - Qt Downloads

[DIR], Parent Directory, -. [DIR], 5.14.2/, 31-Mar-2020 10:28, -. [DIR], 5.14.1/, 27-Jan-2020 07:27, -. [DIR], 5.14.0/, 11-Dec-2019 15:49, - ...

https://download.qt.io

Index of archiveqt5.145.14.0 - Qt Downloads

Name · Last modified · Size, Metadata. [DIR], Parent Directory, -. [DIR], submodules/, 11-Dec-2019 14:03, -. [DIR], single/, 11-Dec-2019 14:01, -. [ ] ...

https://download.qt.io

Index of archiveqt5.145.14.0single - Qt Downloads

Name · Last modified · Size, Metadata. [DIR], Parent Directory, -. [ ], qt-everywhere-src-5.14.0.zip, 11-Dec-2019 14:00, 845M, Details. [ ] ...

https://download.qt.io

Index of official_releasesqt5.145.14.0 - Qt Downloads

Name · Last modified · Size, Metadata. [DIR], Parent Directory, -. [DIR], submodules/, 11-Dec-2019 14:03, -. [DIR], single/, 11-Dec-2019 14:01, -. [ ] ...

https://download.qt.io

Qt 5.14 Release - Qt Wiki

Branch 5.14.0 from 5.14, 26.11.2019. Release Candidate, 12.11.2019, 04.12.2019, 4.12.2019. RC2, 09.12.2019, 10.12.2019. Final Release ...

https://wiki.qt.io

Qt 5.14 released!

Qt 5.14 includes a first preview of a graphics-API-independent scenegraph renderer (through an abstraction layer called the Qt Rendering ...

https://www.qt.io

Qt 5.14.2 Released

Qt 5.14.0 Beta1 Released. Read Article. Dec 12, 2019. Qt 5.14 released! Read Article. Jan 27, 2020. Qt 5.14.1 Released. Read Article.

https://www.qt.io

歐尼克斯實境互動工作室(OmniXRI): QT 5.14.1 QT3D QML 3D ...

個人使用QT已有好幾年了,之前主要是為了解決跨平台開發的問題,只要寫一次程式(含人機界面),經不同平台上重新編譯後就分別能 ...

http://omnixri.blogspot.com