diff options
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r-- | doc/html/propertydocs | 136 |
1 files changed, 68 insertions, 68 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 1f5dd84ff..f2da00aff 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -974,98 +974,98 @@ property is enabled. By default, the size grip is disabled. </doc> </property> <property> - <name>QDockArea::count</name> - <doc href="ntqdockarea.html#count-prop"> + <name>TQDockArea::count</name> + <doc href="tqdockarea.html#count-prop"> <p>This property holds the number of dock windows in the dock area. <p> -<p>Get this property's value with <a href="ntqdockarea.html#count">count</a>(). +<p>Get this property's value with <a href="tqdockarea.html#count">count</a>(). </doc> </property> <property> - <name>QDockArea::empty</name> - <doc href="ntqdockarea.html#empty-prop"> + <name>TQDockArea::empty</name> + <doc href="tqdockarea.html#empty-prop"> <p>This property holds whether the dock area is empty. <p> -<p>Get this property's value with <a href="ntqdockarea.html#isEmpty">isEmpty</a>(). +<p>Get this property's value with <a href="tqdockarea.html#isEmpty">isEmpty</a>(). </doc> </property> <property> - <name>QDockArea::handlePosition</name> - <doc href="ntqdockarea.html#handlePosition-prop"> + <name>TQDockArea::handlePosition</name> + <doc href="tqdockarea.html#handlePosition-prop"> <p>This property holds where the dock window splitter handle is placed in the dock area. -<p>The default position is <a href="ntqdockarea.html#HandlePosition-enum">Normal</a>. +<p>The default position is <a href="tqdockarea.html#HandlePosition-enum">Normal</a>. -<p>Get this property's value with <a href="ntqdockarea.html#handlePosition">handlePosition</a>(). +<p>Get this property's value with <a href="tqdockarea.html#handlePosition">handlePosition</a>(). </doc> </property> <property> - <name>QDockArea::orientation</name> - <doc href="ntqdockarea.html#orientation-prop"> + <name>TQDockArea::orientation</name> + <doc href="tqdockarea.html#orientation-prop"> <p>This property holds the dock area's orientation. <p>There is no default value; the orientation is specified in the constructor. -<p>Get this property's value with <a href="ntqdockarea.html#orientation">orientation</a>(). +<p>Get this property's value with <a href="tqdockarea.html#orientation">orientation</a>(). </doc> </property> <property> - <name>QDockWindow::closeMode</name> - <doc href="ntqdockwindow.html#closeMode-prop"> + <name>TQDockWindow::closeMode</name> + <doc href="tqdockwindow.html#closeMode-prop"> <p>This property holds the close mode of a dock window. <p>Defines when (if ever) the dock window has a close button. The -choices are <a href="ntqdockwindow.html#CloseMode-enum">Never</a>, <a href="ntqdockwindow.html#CloseMode-enum">Docked</a> (i.e. only when docked), <a href="ntqdockwindow.html#CloseMode-enum">Undocked</a> (only when undocked, i.e. floated) or <a href="ntqdockwindow.html#CloseMode-enum">Always</a>. -<p> The default is <a href="ntqdockwindow.html#CloseMode-enum">Never</a>. +choices are <a href="tqdockwindow.html#CloseMode-enum">Never</a>, <a href="tqdockwindow.html#CloseMode-enum">Docked</a> (i.e. only when docked), <a href="tqdockwindow.html#CloseMode-enum">Undocked</a> (only when undocked, i.e. floated) or <a href="tqdockwindow.html#CloseMode-enum">Always</a>. +<p> The default is <a href="tqdockwindow.html#CloseMode-enum">Never</a>. -<p>Set this property's value with <a href="ntqdockwindow.html#setCloseMode">setCloseMode</a>() and get this property's value with <a href="ntqdockwindow.html#closeMode">closeMode</a>(). +<p>Set this property's value with <a href="tqdockwindow.html#setCloseMode">setCloseMode</a>() and get this property's value with <a href="tqdockwindow.html#closeMode">closeMode</a>(). </doc> </property> <property> - <name>QDockWindow::horizontallyStretchable</name> - <doc href="ntqdockwindow.html#horizontallyStretchable-prop"> + <name>TQDockWindow::horizontallyStretchable</name> + <doc href="tqdockwindow.html#horizontallyStretchable-prop"> <p>This property holds whether the dock window is horizontally stretchable. <p>A dock window is horizontally stretchable if you call -<a href="ntqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>(TRUE) or <a href="ntqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). -<p> <p>See also <a href="ntqdockwindow.html#resizeEnabled-prop">resizeEnabled</a>. +<a href="tqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>(TRUE) or <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). +<p> <p>See also <a href="tqdockwindow.html#resizeEnabled-prop">resizeEnabled</a>. <p>Bugs and limitations: <ul> <li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get -proper behavior and even then QDockWindow does not limit stretchablilty. +proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> -<p>Set this property's value with <a href="ntqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and get this property's value with <a href="ntqdockwindow.html#isHorizontallyStretchable">isHorizontallyStretchable</a>(). +<p>Set this property's value with <a href="tqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and get this property's value with <a href="tqdockwindow.html#isHorizontallyStretchable">isHorizontallyStretchable</a>(). </doc> </property> <property> - <name>QDockWindow::movingEnabled</name> - <doc href="ntqdockwindow.html#movingEnabled-prop"> + <name>TQDockWindow::movingEnabled</name> + <doc href="tqdockwindow.html#movingEnabled-prop"> <p>This property holds whether the user can move the dock window within the dock area, move the dock window to another dock area, or float the dock window. <p>This property is TRUE by default. -<p>Set this property's value with <a href="ntqdockwindow.html#setMovingEnabled">setMovingEnabled</a>() and get this property's value with <a href="ntqdockwindow.html#isMovingEnabled">isMovingEnabled</a>(). +<p>Set this property's value with <a href="tqdockwindow.html#setMovingEnabled">setMovingEnabled</a>() and get this property's value with <a href="tqdockwindow.html#isMovingEnabled">isMovingEnabled</a>(). </doc> </property> <property> - <name>QDockWindow::newLine</name> - <doc href="ntqdockwindow.html#newLine-prop"> + <name>TQDockWindow::newLine</name> + <doc href="tqdockwindow.html#newLine-prop"> <p>This property holds whether the dock window prefers to start a new line in the dock area. <p>The default is FALSE, i.e. the dock window doesn't require a new line in the dock area. -<p>Set this property's value with <a href="ntqdockwindow.html#setNewLine">setNewLine</a>() and get this property's value with <a href="ntqdockwindow.html#newLine">newLine</a>(). +<p>Set this property's value with <a href="tqdockwindow.html#setNewLine">setNewLine</a>() and get this property's value with <a href="tqdockwindow.html#newLine">newLine</a>(). </doc> </property> <property> - <name>QDockWindow::offset</name> - <doc href="ntqdockwindow.html#offset-prop"> + <name>TQDockWindow::offset</name> + <doc href="tqdockwindow.html#offset-prop"> <p>This property holds the dock window's preferred offset from the dock area's left edge (top edge for vertical dock areas). <p>The default is 0. -<p>Set this property's value with <a href="ntqdockwindow.html#setOffset">setOffset</a>() and get this property's value with <a href="ntqdockwindow.html#offset">offset</a>(). +<p>Set this property's value with <a href="tqdockwindow.html#setOffset">setOffset</a>() and get this property's value with <a href="tqdockwindow.html#offset">offset</a>(). </doc> </property> <property> - <name>QDockWindow::opaqueMoving</name> - <doc href="ntqdockwindow.html#opaqueMoving-prop"> + <name>TQDockWindow::opaqueMoving</name> + <doc href="tqdockwindow.html#opaqueMoving-prop"> <p>This property holds whether the dock window will be shown normally whilst it is being moved. <p>If this property is FALSE, (the default), the dock window will be represented by an outline rectangle whilst it is being moved. @@ -1073,80 +1073,80 @@ represented by an outline rectangle whilst it is being moved. recommend using it at this time. We expect to fix these problems in a future release. -<p>Set this property's value with <a href="ntqdockwindow.html#setOpaqueMoving">setOpaqueMoving</a>() and get this property's value with <a href="ntqdockwindow.html#opaqueMoving">opaqueMoving</a>(). +<p>Set this property's value with <a href="tqdockwindow.html#setOpaqueMoving">setOpaqueMoving</a>() and get this property's value with <a href="tqdockwindow.html#opaqueMoving">opaqueMoving</a>(). </doc> </property> <property> - <name>QDockWindow::resizeEnabled</name> - <doc href="ntqdockwindow.html#resizeEnabled-prop"> + <name>TQDockWindow::resizeEnabled</name> + <doc href="tqdockwindow.html#resizeEnabled-prop"> <p>This property holds whether the dock window is resizeable. <p>A resizeable dock window can be resized using splitter-like handles inside a dock area and like every other top level window when floating. <p> A dock window is both horizontally and vertically stretchable if -you call <a href="ntqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). +you call <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). <p> This property is FALSE by default. -<p> <p>See also <a href="ntqdockwindow.html#verticallyStretchable-prop">verticallyStretchable</a> and <a href="ntqdockwindow.html#horizontallyStretchable-prop">horizontallyStretchable</a>. +<p> <p>See also <a href="tqdockwindow.html#verticallyStretchable-prop">verticallyStretchable</a> and <a href="tqdockwindow.html#horizontallyStretchable-prop">horizontallyStretchable</a>. -<p>Set this property's value with <a href="ntqdockwindow.html#setResizeEnabled">setResizeEnabled</a>() and get this property's value with <a href="ntqdockwindow.html#isResizeEnabled">isResizeEnabled</a>(). +<p>Set this property's value with <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>() and get this property's value with <a href="tqdockwindow.html#isResizeEnabled">isResizeEnabled</a>(). </doc> </property> <property> - <name>QDockWindow::stretchable</name> - <doc href="ntqdockwindow.html#stretchable-prop"> -<p>This property holds whether the dock window is stretchable in the current <a href="ntqdockwindow.html#orientation">orientation</a>(). -<p>This property can be set using <a href="ntqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and -<a href="ntqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(), or with <a href="ntqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(). -<p> <p>See also <a href="ntqdockwindow.html#resizeEnabled-prop">resizeEnabled</a>. + <name>TQDockWindow::stretchable</name> + <doc href="tqdockwindow.html#stretchable-prop"> +<p>This property holds whether the dock window is stretchable in the current <a href="tqdockwindow.html#orientation">orientation</a>(). +<p>This property can be set using <a href="tqdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and +<a href="tqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(), or with <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(). +<p> <p>See also <a href="tqdockwindow.html#resizeEnabled-prop">resizeEnabled</a>. <p>Bugs and limitations: <ul> <li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get -proper behavior and even then QDockWindow does not limit stretchablilty. +proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> -<p>Get this property's value with <a href="ntqdockwindow.html#isStretchable">isStretchable</a>(). +<p>Get this property's value with <a href="tqdockwindow.html#isStretchable">isStretchable</a>(). </doc> </property> <property> - <name>QDockWindow::verticallyStretchable</name> - <doc href="ntqdockwindow.html#verticallyStretchable-prop"> + <name>TQDockWindow::verticallyStretchable</name> + <doc href="tqdockwindow.html#verticallyStretchable-prop"> <p>This property holds whether the dock window is vertically stretchable. <p>A dock window is vertically stretchable if you call -<a href="ntqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(TRUE) or <a href="ntqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). -<p> <p>See also <a href="ntqdockwindow.html#resizeEnabled-prop">resizeEnabled</a>. +<a href="tqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(TRUE) or <a href="tqdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). +<p> <p>See also <a href="tqdockwindow.html#resizeEnabled-prop">resizeEnabled</a>. <p>Bugs and limitations: <ul> <li> Strecthability is broken. You must call setResizeEnabled(TRUE) to get -proper behavior and even then QDockWindow does not limit stretchablilty. +proper behavior and even then TQDockWindow does not limit stretchablilty. </ul> -<p>Set this property's value with <a href="ntqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>() and get this property's value with <a href="ntqdockwindow.html#isVerticallyStretchable">isVerticallyStretchable</a>(). +<p>Set this property's value with <a href="tqdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>() and get this property's value with <a href="tqdockwindow.html#isVerticallyStretchable">isVerticallyStretchable</a>(). </doc> </property> <property> - <name>QDoubleValidator::bottom</name> - <doc href="qdoublevalidator.html#bottom-prop"> + <name>TQDoubleValidator::bottom</name> + <doc href="tqdoublevalidator.html#bottom-prop"> <p>This property holds the validator's minimum acceptable value. -<p>Set this property's value with <a href="qdoublevalidator.html#setBottom">setBottom</a>() and get this property's value with <a href="qdoublevalidator.html#bottom">bottom</a>(). -<p><p>See also <a href="qdoublevalidator.html#setRange">setRange</a>(). +<p>Set this property's value with <a href="tqdoublevalidator.html#setBottom">setBottom</a>() and get this property's value with <a href="tqdoublevalidator.html#bottom">bottom</a>(). +<p><p>See also <a href="tqdoublevalidator.html#setRange">setRange</a>(). </doc> </property> <property> - <name>QDoubleValidator::decimals</name> - <doc href="qdoublevalidator.html#decimals-prop"> + <name>TQDoubleValidator::decimals</name> + <doc href="tqdoublevalidator.html#decimals-prop"> <p>This property holds the validator's maximum number of digits after the decimal point. -<p>Set this property's value with <a href="qdoublevalidator.html#setDecimals">setDecimals</a>() and get this property's value with <a href="qdoublevalidator.html#decimals">decimals</a>(). -<p><p>See also <a href="qdoublevalidator.html#setRange">setRange</a>(). +<p>Set this property's value with <a href="tqdoublevalidator.html#setDecimals">setDecimals</a>() and get this property's value with <a href="tqdoublevalidator.html#decimals">decimals</a>(). +<p><p>See also <a href="tqdoublevalidator.html#setRange">setRange</a>(). </doc> </property> <property> - <name>QDoubleValidator::top</name> - <doc href="qdoublevalidator.html#top-prop"> + <name>TQDoubleValidator::top</name> + <doc href="tqdoublevalidator.html#top-prop"> <p>This property holds the validator's maximum acceptable value. -<p>Set this property's value with <a href="qdoublevalidator.html#setTop">setTop</a>() and get this property's value with <a href="qdoublevalidator.html#top">top</a>(). -<p><p>See also <a href="qdoublevalidator.html#setRange">setRange</a>(). +<p>Set this property's value with <a href="tqdoublevalidator.html#setTop">setTop</a>() and get this property's value with <a href="tqdoublevalidator.html#top">top</a>(). +<p><p>See also <a href="tqdoublevalidator.html#setRange">setRange</a>(). </doc> </property> @@ -2532,7 +2532,7 @@ need. Since most dock windows are not stretchable, this usually results in an unjustified right edge (or unjustified bottom edge for a vertical dock area). If enabled, the main window will right-justify its dock windows. -<p> <p>See also <a href="ntqdockwindow.html#setVerticalStretchable">QDockWindow::setVerticalStretchable</a>() and <a href="ntqdockwindow.html#setHorizontalStretchable">QDockWindow::setHorizontalStretchable</a>(). +<p> <p>See also <a href="tqdockwindow.html#setVerticalStretchable">TQDockWindow::setVerticalStretchable</a>() and <a href="tqdockwindow.html#setHorizontalStretchable">TQDockWindow::setHorizontalStretchable</a>(). <p>Set this property's value with <a href="tqmainwindow.html#setRightJustification">setRightJustification</a>() and get this property's value with <a href="tqmainwindow.html#rightJustification">rightJustification</a>(). </doc> |