diff options
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r-- | doc/html/ntqapplication.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 22ce1183a..23534ff03 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -586,7 +586,7 @@ installed. </h3> Returns a list of all the widgets in the application. <p> The list is created using <tt>new</tt> and must be deleted by the caller. -<p> The list is empty (<a href="ntqptrlist.html#isEmpty">TQPtrList::isEmpty</a>()) if there are no widgets. +<p> The list is empty (<a href="tqptrlist.html#isEmpty">TQPtrList::isEmpty</a>()) if there are no widgets. <p> Note that some of the widgets may be hidden. <p> Example that updates all widgets: <pre> @@ -604,7 +604,7 @@ Returns a list of all the widgets in the application. file. <p> <b>Warning:</b> Delete the list as soon as you have finished using it. The widgets in the list may be deleted by someone else at any time. -<p> <p>See also <a href="#topLevelWidgets">topLevelWidgets</a>(), <a href="tqwidget.html#visible-prop">TQWidget::visible</a>, and <a href="ntqptrlist.html#isEmpty">TQPtrList::isEmpty</a>(). +<p> <p>See also <a href="#topLevelWidgets">topLevelWidgets</a>(), <a href="tqwidget.html#visible-prop">TQWidget::visible</a>, and <a href="tqptrlist.html#isEmpty">TQPtrList::isEmpty</a>(). <h3 class=fn><a href="ntqstring.html">TQString</a> <a name="applicationDirPath"></a>TQApplication::applicationDirPath () </h3> @@ -1638,7 +1638,7 @@ normally takes some time. Does nothing on other platforms. </h3> Returns a list of the top level widgets in the application. <p> The list is created using <tt>new</tt> and must be deleted by the caller. -<p> The list is empty (<a href="ntqptrlist.html#isEmpty">TQPtrList::isEmpty</a>()) if there are no top level +<p> The list is empty (<a href="tqptrlist.html#isEmpty">TQPtrList::isEmpty</a>()) if there are no top level widgets. <p> Note that some of the top level widgets may be hidden, for example the tooltip if no tooltip is currently shown. @@ -1658,7 +1658,7 @@ the tooltip if no tooltip is currently shown. <p> <b>Warning:</b> Delete the list as soon you have finished using it. The widgets in the list may be deleted by someone else at any time. -<p> <p>See also <a href="#allWidgets">allWidgets</a>(), <a href="tqwidget.html#isTopLevel-prop">TQWidget::isTopLevel</a>, <a href="tqwidget.html#visible-prop">TQWidget::visible</a>, and <a href="ntqptrlist.html#isEmpty">TQPtrList::isEmpty</a>(). +<p> <p>See also <a href="#allWidgets">allWidgets</a>(), <a href="tqwidget.html#isTopLevel-prop">TQWidget::isTopLevel</a>, <a href="tqwidget.html#visible-prop">TQWidget::visible</a>, and <a href="tqptrlist.html#isEmpty">TQPtrList::isEmpty</a>(). <h3 class=fn><a href="ntqstring.html">TQString</a> <a name="translate"></a>TQApplication::translate ( const char * context, const char * sourceText, const char * comment = 0, <a href="ntqapplication.html#Encoding-enum">Encoding</a> encoding = DefaultCodec ) const </h3><p><b>Note:</b> This function is <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> |