Remove do-not-use warning in Qt OpenGL landing page

-Qt OpenGL is part of Qt 6.0 and graphics offering
-Edited introduction

Task-number: QTBUG-87155
Change-Id: I1581d5d962c62a3731d77e4e4dd58154257dc1fe
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Jerome Pasion 2020-10-29 12:32:19 +01:00
parent d15d9d49ac
commit 133067085a

View File

@ -33,13 +33,6 @@
\section1 Introduction
OpenGL is a standard API for rendering 3D graphics. OpenGL only
deals with 3D rendering and provides little or no support for GUI
programming issues. The user interface for an OpenGL application
must be created with another toolkit, such as Cocoa on the \macos
platform, Microsoft Foundation Classes (MFC) under Windows, or Qt
on both platforms.
The Qt OpenGL module makes it easy to use OpenGL in Qt applications.
It provides an OpenGL widget class that can be used just like any
other Qt widget, except that it opens an OpenGL display buffer where
@ -48,9 +41,8 @@
The Qt OpenGL module is implemented as a platform-independent Qt/C++
wrapper around the platform-dependent GLX (version 1.3 or later),
WGL, or AGL C APIs. Although the basic functionality provided is very
similar to Mark Kilgard's GLUT library, applications using the Qt
OpenGL module can take advantage of the whole Qt API for
non-OpenGL-specific GUI functionality.
similar to Mark Kilgard's GLUT library, applications can use the
other \l{Qt modules} to implement the rest of the user interface.
The \l{Qt OpenGL C++ Classes} page gives an overview over the available classes
in this module.