Qt full changelog
Qt 6.8.1
released Dec 2, 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.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 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
-
MacX Video Converter Pro
56% Off -
MacX MediaTrans
63% Off -
MacX Media Management Bundle
70% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX DVD Copy Pro
42% 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.1
- Simply Fortran 3.38 Build 4338
- Open Fortran Parser 0.8.3
- Agena 4.2.6
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Python 3.12.4
- wxDEV-C++ 4.9.9.2
- PythonCard 0.8.2
- GoBug 2.03.01
- tIDE 2.72
- FreeBasic for Windows (x64 bit) 1.10.1
- FreeBasic for Windows 1.10.1
- Sikuli X 1.0.1
- BI xPress 2.1.0 R30550
- go.pc 1.23.0
- Portable Sikuli X 1.0 RC3
- Hakaya Studio 3.5.0.0 RC
- Wing IDE Professional 10.0.4.0
- Easy Code for MASM 1.07.0.0009
- Wing IDE Personal 10.0.4.0
Popular Tags
versatile
pascal
tools
ide
basic
debugger
java
development
decompiler
interface
programming
efficient
exe
environment
cross-platform
customizable
coding language
windows
compile
application
open-source
free
compiler
programming language
visual basic
software
windows 7
language
basic language
user-friendly
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4338
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- C# QR Barcode Reader 2021.11
- Turbo Pascal 7.0
- PILS 0.4.0
- DOSBox 0.74.3
- dotConnect for MySQL Professional 9.3.104
- All-In-One Cufon 1.1.1
- Open Fortran Parser 0.8.3
- jPDFImages 2021R1
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.14
© 2025 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.