summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r--examples/widgets/doc/src/cuberhiwidget.qdoc2
-rw-r--r--examples/widgets/doc/src/simplerhiwidget.qdoc2
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).