summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/qt6-changes.qdoc
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-03 21:27:02 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-11-04 06:57:29 +0100
commit255cc9abfbc5bb8fd91b6ba5f2d8e82a62c2f96f (patch)
treea3b4ef01fb3990eb71444743720413ec865599d0 /src/widgets/doc/src/qt6-changes.qdoc
parent317145af84c055cf019c84b9090f53bd8c61c5da (diff)
Initial porting guide for QtGui and QtPrintSupport
Additional porting documentation for QtWidgets. Task-number: QTBUG-88149 Task-number: QTBUG-88151 Change-Id: Ia28f01a8d8d6eaee9d8f08af1a54b76e57620cab Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/widgets/doc/src/qt6-changes.qdoc')
-rw-r--r--src/widgets/doc/src/qt6-changes.qdoc17
1 files changed, 4 insertions, 13 deletions
diff --git a/src/widgets/doc/src/qt6-changes.qdoc b/src/widgets/doc/src/qt6-changes.qdoc
index 681d9a3813..ad7e371594 100644
--- a/src/widgets/doc/src/qt6-changes.qdoc
+++ b/src/widgets/doc/src/qt6-changes.qdoc
@@ -69,11 +69,6 @@
QAction::setMenu()) are implemented as templates that will be instantiated
only when called.
- \section2 QPixmap, QBitmap, and QCursor
-
- QBitmap and QCursor can no longer be implicitly created from a QPixmap; use
- the explicit constructor and factory function instead.
-
\section1 Widgets
\section2 QAbstractButton
@@ -92,14 +87,10 @@
The various initStyleOption() methods in widget classes are now virtual.
- \section1 Printing Classes
+ \section1 Utility Classes
- \section2 QPagedPaintDevice, QPrinter, QPageSize, QPageLayout
+ \section2 QUndoCommand, QUndoStack, and QUndoGroup
- The various enums and types for \l{QPageSize}{page sizes},
- margins, and orientation have been consolidated. QPrinter APIs to set
- paper sizes and margins explicitly have been removed; use
- QPagedPaintDevice::setPageLayout(), QPagedPaintDevice::setPageSize(),
- QPagedPaintDevice::setPageOrientation(), and
- QPagedPaintDevice::setPageMargins() instead.
+ The widget independent classes of the Undo/Redo framework have been moved
+ into the QtGui module.
*/