Qt full changelog
Qt 6.9.0
released Apr 2, 2025 (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.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 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 DVD Ripper Pro
50% Off -
WinX DVD Ripper
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX HD Video Converter
56% Off -
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
- Simply Fortran 3.39 Build 4394
- Qt 6.9.0
- Open Fortran Parser 0.8.3
- wxDEV-C++ 4.9.9.2
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Python 3.12.4
- Agena 4.2.6
- PythonCard 0.8.2
- FreeBasic for Windows (x64 bit) 1.10.1
- FreeBasic for Windows 1.10.1
- GoBug 2.03.01
- tIDE 2.72
- Wing IDE Personal 10.0.4.0
- go.pc 1.23.0
- Sikuli X 1.0.1
- PureBasic 6.20.0
- Portable Sikuli X 1.0 RC3
- BI xPress 2.1.0 R30550
- Hakaya Studio 3.5.0.0 RC
- Code::Blocks for Windows 20.03 Build Apr 3 20
Popular Tags
development
debugger
customizable
java
user-friendly
versatile
tools
basic language
pascal
exe
application
compiler
basic
efficient
environment
programming language
compile
interface
windows
ide
decompiler
software
cross-platform
open-source
visual basic
language
programming
coding language
free
windows 7
Popular Windows 7 Software
- Simply Fortran 3.39 Build 4394
- Qt 6.9.0
- Free OCR C# 2022.8.7804
- Turbo C++ 3.0
- C# QR Barcode Reader 2021.11
- StrokeScribe 5.2.12.0
- ExamDiff Pro 15.0.1.27
- Turbo Pascal 7.0
- Adobe AIR SDK for Linux 51.1.3.10
- Open Fortran Parser 0.8.3
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.15
- PILS 0.4.0
- XTOOLS
- Microsoft Visual Studio 2022 17.10.3
© 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.