From 9a4fb2eb72040aeadf6124ec1cad083859ac0787 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Wed, 24 Mar 2021 22:33:35 +0100 Subject: doc: enable snippets translate tool Create snippets directories in case they don't exist. Add "-q" option as the examples directory to keep the "--quiet" option from the build. Something to consider with this patch: Removing all the previous old snippets, which include not only 'cpp' files, but also '.h', '.qdoc', '.qrc', '.png', and '.qml', which might be used in the snippets, but will need to be updated in the generation tool, to not translate, and copy them over. Pick-to: 6.0 Change-Id: Icbef9e1c93a12b90dbcfa990ef055ca6f8868407 Reviewed-by: Friedemann Kleint --- .../snippets/dockwidgets/Resources/qtopengl.html | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 sources/pyside6/doc/codesnippets/doc/src/snippets/dockwidgets/Resources/qtopengl.html (limited to 'sources/pyside6/doc/codesnippets/doc/src/snippets/dockwidgets/Resources/qtopengl.html') diff --git a/sources/pyside6/doc/codesnippets/doc/src/snippets/dockwidgets/Resources/qtopengl.html b/sources/pyside6/doc/codesnippets/doc/src/snippets/dockwidgets/Resources/qtopengl.html deleted file mode 100644 index c42c4ae26..000000000 --- a/sources/pyside6/doc/codesnippets/doc/src/snippets/dockwidgets/Resources/qtopengl.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - Qt 4.0: QtOpenGL Classes - - - - - - -

QtOpenGL Classes

-

- - - - -
QGLColormapUsed for installing custom colormaps into QGLWidgets
QGLContextEncapsulates an OpenGL rendering context
QGLFormatThe display format of an OpenGL rendering context
QGLWidgetWidget for rendering OpenGL graphics

- - -- cgit v1.2.3