diff options
author | Michele Calgaro <[email protected]> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqglwidget.html | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqglwidget.html')
-rw-r--r-- | doc/html/tqglwidget.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqglwidget.html b/doc/html/tqglwidget.html index 3a271b9c5..4f6795a1f 100644 --- a/doc/html/tqglwidget.html +++ b/doc/html/tqglwidget.html @@ -204,7 +204,7 @@ Constructs an OpenGL widget with a <em>parent</em> widget and a <em>name</em>. <p> The <a href="tqglformat.html#defaultFormat">default format</a> is used. The widget will be <a href="#isValid">invalid</a> if the system has no <a href="tqglformat.html#hasOpenGL">OpenGL support</a>. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If @@ -223,7 +223,7 @@ you wish to be bound to this widget. This allows you to pass in your own TQGLContext sub-classes. <p> The widget will be <a href="#isValid">invalid</a> if the system has no <a href="tqglformat.html#hasOpenGL">OpenGL support</a>. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If @@ -243,7 +243,7 @@ nearest subset of features will be used. After creation, the <a href="#format">format</a>() method will return the actual format obtained. <p> The widget will be <a href="#isValid">invalid</a> if the system has no <a href="tqglformat.html#hasOpenGL">OpenGL support</a>. -<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed +<p> The <em>parent</em>, <em>name</em> and <a href="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed to the <a href="tqwidget.html">TQWidget</a> constructor. <p> If the <em>shareWidget</em> parameter points to a valid TQGLWidget, this widget will share OpenGL display lists with <em>shareWidget</em>. If |