Qt full changelog
Qt 6.8.0
released Oct 8, 2024 (New Release)
Important Changes:
qtbase:
eee9d25202 Use CSS classes on html list items for checkbox support:
Checkbox list items can now be read and written in both HTML and Markdown, including conversions.
81fdfcfc4a Fix font rendering when Qt is configured with -no-harfbuzz:
Fixed font layouts when Qt was configured without Harfbuzz.
992a318d39 CoreText: Fix fonts with synthetic stretch:
Fixed a bug where synthetically stretched fonts would get the wrong advances and sometimes glyphs would be clipped.
79bead6c3b Add support for painting at integer DPR with downscale:
Added experimental support for always painting at an integer device pixel ratio (rounding the DPR up if necessary), followed by a downscale to the target DPR.Enable by setting QT_WIDGETS_HIGHDPI_DOWNSCALE=1 and QT_WIDGETS_RHI=1.
* 122270d6be Long live the ICU-based QStringConverter interface!:
QStringConverter and API using it now supports more text codecs if Qt is compiled with ICU support.
* 03e76ac23d xcb: fix missing initialization of m_cursor:
Fixed crash when no monitorInfo is available (e.g. VNC).
* bf3fc5c95c QPromise: run continuation(s) on destruction:
QFuture now runs its continuations when its associated QPromise has been destroyed. Previously, if a QFuture was canceled because the associated QPromise has been destroyed, its continuations were skipped.
cb0b1ee441 moc: remove unnecessary emission of "#include <qbytearray.h>":
moc no longer emits an #include for QByteArray in the output file. None of the content that moc generates needed that header, so this should not cause changes for most people. However, codebases that #include'd the moc output (something that is recommended) could be depending on this indirect include.
2c0518eb62 moc: Allow reading property values through bindables:
You can now specify "READ default" in a Q_PROPERTY if you also specify a BINDABLE. moc will synthesize a READ accessor in that case.
846b314aaf Emit autolinks in QTextMarkdownWriter:
QT
qtbase:
eee9d25202 Use CSS classes on html list items for checkbox support:
Checkbox list items can now be read and written in both HTML and Markdown, including conversions.
81fdfcfc4a Fix font rendering when Qt is configured with -no-harfbuzz:
Fixed font layouts when Qt was configured without Harfbuzz.
992a318d39 CoreText: Fix fonts with synthetic stretch:
Fixed a bug where synthetically stretched fonts would get the wrong advances and sometimes glyphs would be clipped.
79bead6c3b Add support for painting at integer DPR with downscale:
Added experimental support for always painting at an integer device pixel ratio (rounding the DPR up if necessary), followed by a downscale to the target DPR.Enable by setting QT_WIDGETS_HIGHDPI_DOWNSCALE=1 and QT_WIDGETS_RHI=1.
* 122270d6be Long live the ICU-based QStringConverter interface!:
QStringConverter and API using it now supports more text codecs if Qt is compiled with ICU support.
* 03e76ac23d xcb: fix missing initialization of m_cursor:
Fixed crash when no monitorInfo is available (e.g. VNC).
* bf3fc5c95c QPromise: run continuation(s) on destruction:
QFuture now runs its continuations when its associated QPromise has been destroyed. Previously, if a QFuture was canceled because the associated QPromise has been destroyed, its continuations were skipped.
cb0b1ee441 moc: remove unnecessary emission of "#include <qbytearray.h>":
moc no longer emits an #include for QByteArray in the output file. None of the content that moc generates needed that header, so this should not cause changes for most people. However, codebases that #include'd the moc output (something that is recommended) could be depending on this indirect include.
2c0518eb62 moc: Allow reading property values through bindables:
You can now specify "READ default" in a Q_PROPERTY if you also specify a BINDABLE. moc will synthesize a READ accessor in that case.
846b314aaf Emit autolinks in QTextMarkdownWriter:
QT
Qt 6.7.3
released Sep 27, 2024 (New Release)
Important Changes:
qtbase:
eee9d25202 Use CSS classes on html list items for checkbox support:
Checkbox list items can now be read and written in both HTML and Markdown, including conversions.
81fdfcfc4a Fix font rendering when Qt is configured with -no-harfbuzz:
Fixed font layouts when Qt was configured without Harfbuzz.
992a318d39 CoreText: Fix fonts with synthetic stretch:
Fixed a bug where synthetically stretched fonts would get the wrong advances and sometimes glyphs would be clipped.
79bead6c3b Add support for painting at integer DPR with downscale:
Added experimental support for always painting at an integer device pixel ratio (rounding the DPR up if necessary), followed by a downscale to the target DPR.Enable by setting QT_WIDGETS_HIGHDPI_DOWNSCALE=1 and QT_WIDGETS_RHI=1.
* 122270d6be Long live the ICU-based QStringConverter interface!:
QStringConverter and API using it now supports more text codecs if Qt is compiled with ICU support.
* 03e76ac23d xcb: fix missing initialization of m_cursor:
Fixed crash when no monitorInfo is available (e.g. VNC).
* bf3fc5c95c QPromise: run continuation(s) on destruction:
QFuture now runs its continuations when its associated QPromise has been destroyed. Previously, if a QFuture was canceled because the associated QPromise has been destroyed, its continuations were skipped.
cb0b1ee441 moc: remove unnecessary emission of "#include <qbytearray.h>":
moc no longer emits an #include for QByteArray in the output file. None of the content that moc generates needed that header, so this should not cause changes for most people. However, codebases that #include'd the moc output (something that is recommended) could be depending on this indirect include.
2c0518eb62 moc: Allow reading property values through bindables:
You can now specify "READ default" in a Q_PROPERTY if you also specify a BINDABLE. moc will synthesize a READ accessor in that case.
846b314aaf Emit autolinks in QTextMarkdownWriter:
QT
qtbase:
eee9d25202 Use CSS classes on html list items for checkbox support:
Checkbox list items can now be read and written in both HTML and Markdown, including conversions.
81fdfcfc4a Fix font rendering when Qt is configured with -no-harfbuzz:
Fixed font layouts when Qt was configured without Harfbuzz.
992a318d39 CoreText: Fix fonts with synthetic stretch:
Fixed a bug where synthetically stretched fonts would get the wrong advances and sometimes glyphs would be clipped.
79bead6c3b Add support for painting at integer DPR with downscale:
Added experimental support for always painting at an integer device pixel ratio (rounding the DPR up if necessary), followed by a downscale to the target DPR.Enable by setting QT_WIDGETS_HIGHDPI_DOWNSCALE=1 and QT_WIDGETS_RHI=1.
* 122270d6be Long live the ICU-based QStringConverter interface!:
QStringConverter and API using it now supports more text codecs if Qt is compiled with ICU support.
* 03e76ac23d xcb: fix missing initialization of m_cursor:
Fixed crash when no monitorInfo is available (e.g. VNC).
* bf3fc5c95c QPromise: run continuation(s) on destruction:
QFuture now runs its continuations when its associated QPromise has been destroyed. Previously, if a QFuture was canceled because the associated QPromise has been destroyed, its continuations were skipped.
cb0b1ee441 moc: remove unnecessary emission of "#include <qbytearray.h>":
moc no longer emits an #include for QByteArray in the output file. None of the content that moc generates needed that header, so this should not cause changes for most people. However, codebases that #include'd the moc output (something that is recommended) could be depending on this indirect include.
2c0518eb62 moc: Allow reading property values through bindables:
You can now specify "READ default" in a Q_PROPERTY if you also specify a BINDABLE. moc will synthesize a READ accessor in that case.
846b314aaf Emit autolinks in QTextMarkdownWriter:
QT
Qt 6.7.2
released Jun 18, 2024 (New Release)
Qt 6.7.1
released May 20, 2024 (New Release)
Qt 6.5.0
released Apr 3, 2023 (New Release)
Qt 6.4.3
released Mar 16, 2023 (New Release)
Qt 6.4.2
released Jan 5, 2023 (New Release)
Qt 6.4.1
released Nov 15, 2022 (New Release)
Qt 6.4.0
released Sep 29, 2022 (New Release)
Qt 6.3.2
released Sep 9, 2022 (New Release)
Qt for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Qt from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX DVD Copy Pro
42% Off -
WinX MediaTrans
63% Off -
WinX DVD Ripper
50% Off -
MacX Video Converter Pro
56% Off -
MacX DVD Ripper Pro
50% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Qt 6.8.0
- Simply Fortran 3.36 Build 4252
- Agena 4.2.6
- Easy Code for MASM 1.07.0.0009
- Visual Studio Professional Edition 2008
- wxDEV-C++ 4.9.9.2
- Open Fortran Parser 0.8.3
- FreeBasic for Windows (x64 bit) 1.10.1
- Sikuli X 1.0.1
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Wing IDE Professional 10.0.4.0
- Python 3.12.4
- Code::Blocks for Windows 20.03 Build Apr 3 20
- haXe 3.4.2
- Intel Visual Fortran Composer XE 2015.2.179
- FreeBasic for Windows 1.10.1
- PythonCard 0.8.2
- PureBasic 6.12.0
- Free Pascal 3.2.2
- GoBug 2.03.01
Popular Tags
java
user-friendly
development
environment
basic language
software
language
cross-platform
automation
windows
compiler
versatile
editor
free
exe
efficient
open-source
pascal
ide
programming
customizable
windows 7
compile
debugger
coding language
decompiler
debugging
programming language
intuitive
basic
Popular Windows 7 Software
- Qt 6.8.0
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Simply Fortran 3.36 Build 4252
- Free OCR C# 2022.8.7804
- C# QR Barcode Reader 2021.11
- DOSBox 0.74.3
- JD-GUI 1.6.6
- Turbo Pascal 7.0
- Audio Sound Editor for .NET 8.0
- KchmViewer 7.7
- CUDA 12.5.0
- Axure RP Pro 11.0.0.4122
- VisioForge Video Edit SDK .Net 2025.0.7.0
- NOWBLOG PROFESSIONAL 1.8.3 Adroid, Smartphone 1.0
© 2024 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.