Add Qt Serial Bus to Qt 6.10 what's new

Pick-to: 6.10
Change-Id: I58d3ab7c92105a807de2ea2850105f8dbff8be70
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Andre Hartmann 2025-09-04 20:27:04 +02:00
parent 9a926e5574
commit e4b2677839
1 changed files with 10 additions and 0 deletions

View File

@ -274,6 +274,16 @@
{writeBufferSize} property. {writeBufferSize} property.
\endlist \endlist
\section2 Qt Serial Bus Module
\list
\li Add missing move-constructor to \l{QCanBusDeviceInfo}.
\li Make \l{QCanBusFrame::FrameType} and \l{QCanBusFrame::FrameError} QMetaEnums.
\li The SocketCAN plugin no longer sets a default bitrate to avoid runtime warnings.
Setting the bitrate must be done by system means \c{ip link set ...} or by libsocketcan
and \l{QCanBusDevice::setConfigurationParameter}(QCanBusDevice::BitRateKey, ...).
\li The VirtualCAN plugin now supports up to ten virtual CAN channels from can0 to can9.
\endlist
\section2 Qt Sql Module \section2 Qt Sql Module
\list \list
\endlist \endlist