diff options
| author | Kai Köhne <kai.koehne@qt.io> | 2025-05-16 12:21:41 +0200 |
|---|---|---|
| committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2025-06-03 10:41:10 +0000 |
| commit | 95229bb7d039bb9e16a2ffd126d7ff1e25b37d32 (patch) | |
| tree | c7df31abd096b1e27f064b39fd22659f26ea5d7b /examples/widgets/doc/src | |
| parent | 7c25b916dcef7544f5a9d6def0885b46773eb116 (diff) | |
Doc: Fix broken links in Qt Widgets
The iQRhiWidget API got changed in commits acebb97b5880, acebb97b58807d1d591.
Pick-to: 6.8 6.9 6.10
Change-Id: I7791b1a61d94f33ba01cfe22e63ecfdc7b81022b
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets/doc/src')
| -rw-r--r-- | examples/widgets/doc/src/cuberhiwidget.qdoc | 2 | ||||
| -rw-r--r-- | examples/widgets/doc/src/simplerhiwidget.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/cuberhiwidget.qdoc b/examples/widgets/doc/src/cuberhiwidget.qdoc index d40459ecf1d..a3c05ad800e 100644 --- a/examples/widgets/doc/src/cuberhiwidget.qdoc +++ b/examples/widgets/doc/src/cuberhiwidget.qdoc @@ -35,7 +35,7 @@ at run time. The QRhiWidget subclass is prepared to handle the changing sample count correctly. - \li Forcing an \l{QRhiWidget::explicitSize}{explicitly specified backing + \li Forcing an \l{QRhiWidget::fixedColorBufferSize}{explicitly specified backing texture size} can be toggled dynamically and controlled with a slider between 16x16 up to 512x512 pixels. diff --git a/examples/widgets/doc/src/simplerhiwidget.qdoc b/examples/widgets/doc/src/simplerhiwidget.qdoc index e53302218e1..81ada91178a 100644 --- a/examples/widgets/doc/src/simplerhiwidget.qdoc +++ b/examples/widgets/doc/src/simplerhiwidget.qdoc @@ -112,7 +112,7 @@ \c{renderTarget()->pixelSize()} or \c{colorTexture()->pixelSize()} always gives the latest, up-to-date size in pixels. What this example is not prepared for is changing - \l{QRhiWidget::textureFormat}{texture formats} and + \l{QRhiWidget::colorBufferFormat}{color buffer formats} and \l{QRhiWidget::sampleCount}{multisample settings} since it only ever uses the defaults (RGBA8 and no multisample antialiasing). |
