Qt (32-bit) 歷史舊版本 Page4

最新版本 Qt 5.14.0 (32-bit)

Qt (32-bit) 歷史版本列表

Qt 是創造創新設備,現代用戶界面和應用程序的更快,更智能的方式。應用程序的多個屏幕。創建功能強大的應用程序和用戶界面,可以在任何屏幕和任何平台上運行 Qt 應用程序開發.建立您的世界 “我們相信,要成功執行桌面,多屏幕和物聯網戰略,您需要在不犧牲的情況下實現卓越的上市時間這意味著您可以擁有獨一無二的現代用戶界面,超越您的客戶期望,並且能夠在所有用戶的屏幕上運行,無論平台選擇如何,都可以將他們連接... Qt (32-bit) 軟體介紹


Qt 5.11.2 (32-bit) 查看版本資訊

更新時間:2018-09-19
更新細節:

pdfFactory 6.30 查看版本資訊

更新時間:2018-06-19
更新細節:

What's new in this version:

- the default app font is now larger (Calibri 9pt)
- the default app font can now be customized in the Settings dialog
- keyboard users can now use the Tab key to navigate through the toolbar buttons
- you can now set the PDF password from the main Jobs tab instead of having to use the SettingsSecurity command
- (Pro only) you can now drag and drop snapshot selections from pdfFactory Pro to other apps (e.g. Windows Explorer, Google Maps)

Qt 5.11.1 (32-bit) 查看版本資訊

更新時間:2018-06-19
更新細節:

What's new in this version:

New Features

Qt Core:
- QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flags, which, when used with QFile, instruct open() to return false when the given file does (NewOnly) or does not (ExistingOnly) exist at the time of the call to open (atomically).
- QFloat16 now has two methods for bulk conversion between float16 and float, using hardware SIMD acceleration if available at runtime.
- QVarLengthArray now has rvalue reference versions of prepend and insert, and can hold movable-only datatypes such as std::unique_ptr.
- QVector now has rvalue reference versions of prepend and insert.
- QUuid toString() and toByteArray() can now take a parameter specifying the generated format.
- Updated our Unicode support in QString, QChar and QTextBoundaryFinder to be compatible with Unicode 10.
- Added QAbstractItemModel::checkIndex() to help testing the validity of model indices by concrete model classes.

Qt Network:
- ALPN (via Secure Transport) and thus HTTP/2 negotiation are now supported on iOS (starting from version 11)
- QNetworkRequest now has the Http2DirectAttribute to start a connection in HTTP/2 without first negotiating.

Qt QML:
- Rewritten the compiler pipeline. We now directly generate byte code from the AST, and store that as our intermediate representation
- Optimized handling of JS calls, bringing large improvements especially when calling small functions
- Newly written byte code interpreter with a vastly improved performance (at 80-90% of the JIT in Qt 5.10)
- .qmlc files are now fully platform independent and store byte code instead of assembly
- New hotspot JIT that generated optimised assembly for byte code that gets repeatedly executed
- CONFIG += qtquickcompiler now also works in the open source version, by embedding the generated byte code at compile time

Qt Quick:
- Expanded support for loading compressed textures in Image element. Now supports both .ktx and .pkm container file formats.
- Qt Quick Controls 2

AbstractButton:
- Added autoRepeatDelay and autoRepeatInterval properties.
- Promoted the autoRepeat property from Button to AbstractButton.
- Added pressX and pressY properties to expose the press point to QML.

ButtonGroup:
- Added a checkState property. It indicates the combined check state of the entire group.

CheckBox and CheckDelegate:
- No longer force tristate to true when setting checkState to Qt.PartiallyChecked. This allows presenting a partially checked state without being interactively tri-state.
- No longer consider partially checked as checked. This fixes check state cycling for a non-tri-state checkbox so that it goes from partially checked to fully checked state.
- Made it possible to implement nextCheckState() in QML.

ScrollBar and ScrollIndicator:
- Added minimumSize, visualSize, and visualPosition properties.

SpinBox:
- Added a displayText property to allow styles to create a light binding to display the textual value instead of having to call the textFromValue() JS-function.

Qt 3D:
- Improved performance with reduced CPU usage
- Scrub through animations with the normalizedTime property of QAbstractClipAnimator.
- Issue arbitrary ray casts in world space or screen space.
- Improved SIMD support

Qt Location:
- Experimental turn-by-turn navigation API
- Experimental QQuickItem-less map object support
- Routing and Places API now extensible, and capable of returning service-specific information
- New Waypoint element to specify additional waypoint information in route queries, such as angle of approach.
- MapItemView now QQmlDelegateModel-based, fixing QTBUG-62086 and QTBUG-65833
- Greatly improved MapPolyline performance
- Layers now properly working in combination with Map Items, allowing anti-aliasing and artifact-less transparency
- Geocoding and Places support added to the Mapbox plugin

Qt WebEngine:
- Updated to Chromium 65
- Embedded DevTools without using a port and separate browser
- Installable cookie filter
- Quota permissions

Qdoc:
- Qdoc now uses libclang for parsing C/C++ code

Qt Designer:
- Added support for ID-based translations

Qt GUI:
- On Windows Desktop, the accessibility support was updated and vastly improved. The implementation is now based on Microsoft UI Automation (it was formerly based on Microsoft Active Accessibility).
- The widgets themes available on Windows Desktop were updated to better support High-DPI displays, including fixes for several rendering issues, providing improved appearance and functionality.
- Linux Printing now supports more CUPS options with the advanced tab in QPrintPropertiesDialog (QTBUG-54464) allowing many additional settings (amongst them arbitrary page ranges QTBUG-1311).
- Updated the Unicode bidirectional text algorithm to be compliant with Unicode 10.

Qt Widgets:
- Added quick text selection by mouse to QLineEdit.

Qt Serial Bus:
- Added J2534 Pass-Thru CAN plugin for communication between a computer and a vehicle
- Added description, serial number and channel to QCanBusDeviceInfo, as far as supported by the various plugins.
- Introduced categorized logging to the CAN bus module which can be enabled by the "qt.canbus" and "qt.canbus.plugins.<pluginname>" filters.
- QCanBusFrame::isValid() now checks for invalid CAN FD payload lengths. E.g. 24 is a valid CAN FD payload length, but 28 is not.

Qt Bluetooth:
- Ported Bluetooth Low Energy Central role implementation to BlueZ's DBus LE API (minimum version to enable is BlueZ 5.42)

Qt Test:
- Added QAbstractItemModelTester to help testing model classes

New Modules:
- No new modules added
- Platform Changes
- Jira tracking for 5.11 changes
- MSVC2013 support removed from the code base
- QNX 6.6 no longer supported (note: QNX 7 remains fully supported)
- MacOS 10.10 no longer supported
- Qt WebEngine on Windows now requires MSVC 2017 to compile
- Improved Accessibility support on Win32 by adopting the Windows UI Automation framework

XCB
- Support for missing 'dead keys' such as dasia and diaeresis

Eglfs
- Added support for framebuffer formats other than XRGB8888.
- Added experimental screen cloning support (by scanning out the same framebuffer on multiple crtcs)
- Added support for operating with DRM render nodes (/dev/dri/renderDnn) in a headless mode transparent to applications
- Added a makespec for Renesas R-Car M3
- Added experimental backend for compositing Qt content with other hardware layers via VSP2 on Renesas devices

Technology Preview Modules:
- Qt Remote Objects (TP3) - A module that allows you to easily share QObject interfaces (Signals/Slots/Properties) between processes or devices.
- Qt WebGL Streaming Plugin (TP2) - Stream applications to browsers over the network

Deprecated Modules:
- The following modules are part of Qt 5.11 release, but deprecated and considered for removal in subsequent releases of Qt:

Qt Script:
- Qt Quick Controls 1

Qt 5.9.6 (32-bit) 查看版本資訊

更新時間:2018-06-11
更新細節:

Qt 5.11.0 (32-bit) 查看版本資訊

更新時間:2018-05-22
更新細節:

What's new in this version:

NEW FEATURES:
Qt Core:
- QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flags, which, when used with QFile, instruct open() to return false when the given file does (NewOnly) or does not (ExistingOnly) exist at the time of the call to open (atomically)
- QFloat16 now has two methods for bulk conversion between float16 and float, using hardware SIMD acceleration if available at runtime
- QVarLengthArray now has rvalue reference versions of prepend and insert, and can hold movable-only datatypes such as std::unique_ptr
- QVector now has rvalue reference versions of prepend and insert
- QUuid toString() and toByteArray() can now take a parameter specifying the generated format
- Updated our Unicode support in QString, QChar and QTextBoundaryFinder to be compatible with Unicode 10
- Added QAbstractItemModel::checkIndex() to help testing the validity of model indices by concrete model classes

Qt Network:
- ALPN (via Secure Transport) and thus HTTP/2 negotiation are now supported on iOS (starting from version 11)
- QNetworkRequest now has the Http2DirectAttribute to start a connection in HTTP/2 without first negotiating

Qt QML:
- Rewritten the compiler pipeline. We now directly generate byte code from the AST, and store that as our intermediate representation
- Optimized handling of JS calls, bringing large improvements especially when calling small functions
- Newly written byte code interpreter with a vastly improved performance (at 80-90% of the JIT in Qt 5.10)
- .qmlc files are now fully platform independent and store byte code instead of assembly
- New hotspot JIT that generated optimised assembly for byte code that gets repeatedly executed
- CONFIG += qmlcompiler now also works in the open source version, by embedding the generated byte code at compile time

Qt Quick:
- Expanded support for loading compressed textures in Image element. Now supports both .ktx and .pkm container file formats

Qt Quick Controls 2:
AbstractButton:
- Added autoRepeatDelay and autoRepeatInterval properties
- Promoted the autoRepeat property from Button to AbstractButton
- Added pressX and pressY properties to expose the press point to QML

ButtonGroup:
- Added a checkState property. It indicates the combined check state of the entire group

CheckBox and CheckDelegate:
- No longer force tristate to true when setting checkState to Qt.PartiallyChecked. This allows presenting a partially checked state without being interactively tri-state
- No longer consider partially checked as checked. This fixes check state cycling for a non-tri-state checkbox so that it goes from partially checked to fully checked state
- Made it possible to implement nextCheckState() in QML

ScrollBar and ScrollIndicator:
- [QTBUG-56557] Added minimumSize, visualSize, and visualPosition properties
- SpinBox
- Added a displayText property to allow styles to create a light binding to display the textual value instead of having to call the textFromValue() JS-function

Qt 3D:
- Improved performance with reduced CPU usage
- Scrub through animations with the normalizedTime property of QAbstractClipAnimator
- Issue arbitrary ray casts in world space or screen space
- Improved SIMD support

Qt Location:
- Experimental turn-by-turn navigation API
- Experimental QQuickItem-less map object support
- Routing and Places API now extensible, and capable of returning service-specific information
- New Waypoint element to specify additional waypoint information in route queries, such as angle of approach.
- MapItemView now QQmlDelegateModel-based, fixing QTBUG-62086 and QTBUG-65833
- Greatly improved MapPolyline performance
- Layers now properly working in combination with Map Items, allowing anti-aliasing and artifact-less transparency
- Geocoding and Places support added to the Mapbox plugin

Qt WebEngine:
- Updated to Chromium 65
- Embedded DevTools without using a port and separate browser
- Installable cookie filter
- Quota permissions

qdoc:
- qdoc now uses libclang for parsing C/C++ code

Qt Designer:
- Added support for ID-based translations ( QTBUG-34610 )

Qt GUI:
- On Windows Desktop, the accessibility support was updated and vastly improved. The implementation is now based on Microsoft UI Automation (it was formerly based on Microsoft Active Accessibility)
- The widgets themes available on Windows Desktop were updated to better support High-DPI displays, including fixes for several rendering issues, providing improved appearance and functionality
- Linux Printing now supports more CUPS options with the advanced tab in QPrintPropertiesDialog (QTBUG-54464) allowing many additional settings (amongst them arbitrary page ranges QTBUG-1311)
- Updated the Unicode bidirectional text algorithm to be compliant with Unicode 10

Qt Widgets:
- Added quick text selection by mouse to QLineEdit

Qt Serial Bus:
- Added J2534 Pass-Thru CAN plugin for communication between a computer and a vehicle
- Added description, serial number and channel to QCanBusDeviceInfo, as far as supported by the various plugins.
- Introduced categorized logging to the CAN bus module which can be enabled by the "qt.canbus" and "qt.canbus.plugins." filters
- QCanBusFrame::isValid() now checks for invalid CAN FD payload lengths. E.g. 24 is a valid CAN FD payload length, but 28 is not

Qt Bluetooth:
- Ported Bluetooth Low Energy Central role implementation to BlueZ's DBus LE API (minimum version to enable is BlueZ 5.42)

Qt Test:
- Added QAbstractItemModelTester to help testing model classes

NEW MODULES:
- No new modules added

PLATFORM CHANGES:
- Jira tracking for 5.11 changes
- MSVC2013 support removed from the code base
- QNX 6.6 no longer supported (note: QNX 7 remains fully supported)
- Improved Accessibility support on Win32 by adopting the Windows UI Automation framework

XCB:
- Support for missing 'dead keys' such as dasia and diaeresis
- eglfs
- Added support for framebuffer formats other than XRGB8888 (RGB565, ARGB8888)
- Added experimental screen cloning support (by scanning out the same framebuffer on multiple crtcs)
- Added support for operating with DRM render nodes (/dev/dri/renderDnn) in a headless mode transparent to applications
- Added a makespec for Renesas R-Car M3
- Added experimental backend for compositing Qt content with other hardware layers via VSP2 on Renesas devices

TECHNOLOGY PREVIEW MODULES:
- Qt Remote Objects (TP3) - A module that allows you to easily share QObject interfaces (Signals/Slots/Properties) between processes or devices
- Qt WebGL Streaming Plugin (TP2) - Stream applications to browsers over the network

DEPRECATED MODULES:
The following modules are part of Qt 5.11 release, but deprecated and considered for removal in subsequent releases of Qt:
- Qt Script
- Qt Quick Controls 1

Qt 5.9.5 (32-bit) 查看版本資訊

更新時間:2018-04-12
更新細節:

pdfFactory 6.25 查看版本資訊

更新時間:2018-04-09
更新細節:

What's new in this version:

- Resizing thumbnails by dragging the grab handle in the lower right corner of a thumbnail page now shows real-time feedback
- Resizing the main window or the pane divider now shows real-time feedback
- Thumbnails now automatically snap to “best fit” sizes when they are resized. Holding down the Ctrl key overrides this behavior and allows total control over thumbnail sizes.
- Performance improvements, particularly with large documents
- Fixed problems imaging large bitmaps (e.g. photos, scans) that were broken up into separate pieces when printed by the application
- Bug fixes and performance improvements when imaging bitmaps and line art that use transparency
- Ctrl+A (Select All) now works correctly in edit controls on the Jobs tab
- Fixed a crash that sometimes occurred when the print job contained a ‘%’ character

New and improved keyboard shortcuts for zooming:
- Ctrl + (Zoom In)
- Ctrl – (Zoom Out)
- Ctrl 0 (Fit Page)
- Ctrl Alt + (Zoom In, small amount)
- Ctrl Alt – (Zoom Out, small amount)
- Ctrl Alt 0 (Thumbnail view)
- F11 (enter/exit Full Screen)

Qt 5.10.1 (32-bit) 查看版本資訊

更新時間:2018-02-13
更新細節:

Qt 5.9.4 (32-bit) 查看版本資訊

更新時間:2018-01-23
更新細節:

What's new in this version:

- As a patch release Qt 5.9.4 does not add any new functionality, but provides many bug fixes and other improvements.
- Compared to Qt 5.9.3, the new Qt 5.9.4 contains nearly 200 bug fixes and in total more than 500 changes since Qt 5.9.3

Qt 5.10.0 (32-bit) 查看版本資訊

更新時間:2017-12-07
更新細節: