diff options
Diffstat (limited to 'doc/html/ntqdialog.html')
-rw-r--r-- | doc/html/ntqdialog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqdialog.html b/doc/html/ntqdialog.html index 5acba7fcd..c0baaeea3 100644 --- a/doc/html/ntqdialog.html +++ b/doc/html/ntqdialog.html @@ -84,7 +84,7 @@ The TQDialog class is the base class of dialog windows. tasks and brief communications with the user. TQDialogs may be modal or modeless. TQDialogs support <a href="#extensibility">extensibility</a> and can provide a <a href="#return">return value</a>. They can have <a href="#default">default - buttons</a>. TQDialogs can also have a <a href="ntqsizegrip.html">TQSizeGrip</a> in their + buttons</a>. TQDialogs can also have a <a href="tqsizegrip.html">TQSizeGrip</a> in their lower-right corner, using <a href="#setSizeGripEnabled">setSizeGripEnabled</a>(). <p> Note that TQDialog uses the parent widget slightly differently from other classes in TQt. A dialog is always a top-level widget, but if @@ -338,7 +338,7 @@ dialog as modal. <p>Set this property's value with <a href="#setModal">setModal</a>() and get this property's value with <a href="#isModal">isModal</a>(). <h3 class=fn>bool <a name="sizeGripEnabled-prop"></a>sizeGripEnabled</h3> <p>This property holds whether the size grip is enabled. -<p>A <a href="ntqsizegrip.html">TQSizeGrip</a> is placed in the bottom right corner of the dialog when this +<p>A <a href="tqsizegrip.html">TQSizeGrip</a> is placed in the bottom right corner of the dialog when this property is enabled. By default, the size grip is disabled. <p>Set this property's value with <a href="#setSizeGripEnabled">setSizeGripEnabled</a>() and get this property's value with <a href="#isSizeGripEnabled">isSizeGripEnabled</a>(). |