From ba18a0dd03be4c063d27deab4cd864a189ea705a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 00:08:40 -0600 Subject: Fix accidental conversion of dockwin --- doc/html/propertydocs | 64 +++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'doc/html/propertydocs') diff --git a/doc/html/propertydocs b/doc/html/propertydocs index 9d9c528..5c255c3 100644 --- a/doc/html/propertydocs +++ b/doc/html/propertydocs @@ -1077,62 +1077,62 @@ constructor. QDockWindow::closeMode - + <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="qdoctwindow.html#CloseMode-enum">Never</a>, <a href="qdoctwindow.html#CloseMode-enum">Docked</a> (i.e. only when docked), <a href="qdoctwindow.html#CloseMode-enum">Undocked</a> (only when undocked, i.e. floated) or <a href="qdoctwindow.html#CloseMode-enum">Always</a>. -<p> The default is <a href="qdoctwindow.html#CloseMode-enum">Never</a>. +choices are <a href="qdockwindow.html#CloseMode-enum">Never</a>, <a href="qdockwindow.html#CloseMode-enum">Docked</a> (i.e. only when docked), <a href="qdockwindow.html#CloseMode-enum">Undocked</a> (only when undocked, i.e. floated) or <a href="qdockwindow.html#CloseMode-enum">Always</a>. +<p> The default is <a href="qdockwindow.html#CloseMode-enum">Never</a>. -<p>Set this property's value with <a href="qdoctwindow.html#setCloseMode">setCloseMode</a>() and get this property's value with <a href="qdoctwindow.html#closeMode">closeMode</a>(). +<p>Set this property's value with <a href="qdockwindow.html#setCloseMode">setCloseMode</a>() and get this property's value with <a href="qdockwindow.html#closeMode">closeMode</a>(). QDockWindow::horizontallyStretchable - + <p>This property holds whether the dock window is horizontally stretchable. <p>A dock window is horizontally stretchable if you call -<a href="qdoctwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>(TRUE) or <a href="qdoctwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). -<p> <p>See also <a href="qdoctwindow.html#resizeEnabled-prop">resizeEnabled</a>. +<a href="qdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>(TRUE) or <a href="qdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). +<p> <p>See also <a href="qdockwindow.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. </ul> -<p>Set this property's value with <a href="qdoctwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and get this property's value with <a href="qdoctwindow.html#isHorizontallyStretchable">isHorizontallyStretchable</a>(). +<p>Set this property's value with <a href="qdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and get this property's value with <a href="qdockwindow.html#isHorizontallyStretchable">isHorizontallyStretchable</a>(). QDockWindow::movingEnabled - + <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="qdoctwindow.html#setMovingEnabled">setMovingEnabled</a>() and get this property's value with <a href="qdoctwindow.html#isMovingEnabled">isMovingEnabled</a>(). +<p>Set this property's value with <a href="qdockwindow.html#setMovingEnabled">setMovingEnabled</a>() and get this property's value with <a href="qdockwindow.html#isMovingEnabled">isMovingEnabled</a>(). QDockWindow::newLine - + <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="qdoctwindow.html#setNewLine">setNewLine</a>() and get this property's value with <a href="qdoctwindow.html#newLine">newLine</a>(). +<p>Set this property's value with <a href="qdockwindow.html#setNewLine">setNewLine</a>() and get this property's value with <a href="qdockwindow.html#newLine">newLine</a>(). QDockWindow::offset - + <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="qdoctwindow.html#setOffset">setOffset</a>() and get this property's value with <a href="qdoctwindow.html#offset">offset</a>(). +<p>Set this property's value with <a href="qdockwindow.html#setOffset">setOffset</a>() and get this property's value with <a href="qdockwindow.html#offset">offset</a>(). QDockWindow::opaqueMoving - + <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. @@ -1140,54 +1140,54 @@ 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="qdoctwindow.html#setOpaqueMoving">setOpaqueMoving</a>() and get this property's value with <a href="qdoctwindow.html#opaqueMoving">opaqueMoving</a>(). +<p>Set this property's value with <a href="qdockwindow.html#setOpaqueMoving">setOpaqueMoving</a>() and get this property's value with <a href="qdockwindow.html#opaqueMoving">opaqueMoving</a>(). QDockWindow::resizeEnabled - + <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="qdoctwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). +you call <a href="qdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). <p> This property is FALSE by default. -<p> <p>See also <a href="qdoctwindow.html#verticallyStretchable-prop">verticallyStretchable</a> and <a href="qdoctwindow.html#horizontallyStretchable-prop">horizontallyStretchable</a>. +<p> <p>See also <a href="qdockwindow.html#verticallyStretchable-prop">verticallyStretchable</a> and <a href="qdockwindow.html#horizontallyStretchable-prop">horizontallyStretchable</a>. -<p>Set this property's value with <a href="qdoctwindow.html#setResizeEnabled">setResizeEnabled</a>() and get this property's value with <a href="qdoctwindow.html#isResizeEnabled">isResizeEnabled</a>(). +<p>Set this property's value with <a href="qdockwindow.html#setResizeEnabled">setResizeEnabled</a>() and get this property's value with <a href="qdockwindow.html#isResizeEnabled">isResizeEnabled</a>(). QDockWindow::stretchable - -<p>This property holds whether the dock window is stretchable in the current <a href="qdoctwindow.html#orientation">orientation</a>(). -<p>This property can be set using <a href="qdoctwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and -<a href="qdoctwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(), or with <a href="qdoctwindow.html#setResizeEnabled">setResizeEnabled</a>(). -<p> <p>See also <a href="qdoctwindow.html#resizeEnabled-prop">resizeEnabled</a>. + +<p>This property holds whether the dock window is stretchable in the current <a href="qdockwindow.html#orientation">orientation</a>(). +<p>This property can be set using <a href="qdockwindow.html#setHorizontallyStretchable">setHorizontallyStretchable</a>() and +<a href="qdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(), or with <a href="qdockwindow.html#setResizeEnabled">setResizeEnabled</a>(). +<p> <p>See also <a href="qdockwindow.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. </ul> -<p>Get this property's value with <a href="qdoctwindow.html#isStretchable">isStretchable</a>(). +<p>Get this property's value with <a href="qdockwindow.html#isStretchable">isStretchable</a>(). QDockWindow::verticallyStretchable - + <p>This property holds whether the dock window is vertically stretchable. <p>A dock window is vertically stretchable if you call -<a href="qdoctwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(TRUE) or <a href="qdoctwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). -<p> <p>See also <a href="qdoctwindow.html#resizeEnabled-prop">resizeEnabled</a>. +<a href="qdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>(TRUE) or <a href="qdockwindow.html#setResizeEnabled">setResizeEnabled</a>(TRUE). +<p> <p>See also <a href="qdockwindow.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. </ul> -<p>Set this property's value with <a href="qdoctwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>() and get this property's value with <a href="qdoctwindow.html#isVerticallyStretchable">isVerticallyStretchable</a>(). +<p>Set this property's value with <a href="qdockwindow.html#setVerticallyStretchable">setVerticallyStretchable</a>() and get this property's value with <a href="qdockwindow.html#isVerticallyStretchable">isVerticallyStretchable</a>(). @@ -2598,7 +2598,7 @@ be changed with <a href="qmainwindow.html#setOpaqueMoving">setOpaqueMoving (i.e. it shows the toolbar as it looks when docked) whilst it is being moved. If FALSE (the default) they are shown transparently, (i.e. as an outline rectangle). -<p> <b>Warning:</b> Opaque moving of toolbars and doctwindows is known to +<p> <b>Warning:</b> Opaque moving of toolbars and dockwindows is known to have several problems. We recommend avoiding the use of this feature for the time being. We intend fixing the problems in a future release. @@ -2617,7 +2617,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="qdoctwindow.html#setVerticalStretchable">QDockWindow::setVerticalStretchable</a>() and <a href="qdoctwindow.html#setHorizontalStretchable">QDockWindow::setHorizontalStretchable</a>(). +<p> <p>See also <a href="qdockwindow.html#setVerticalStretchable">QDockWindow::setVerticalStretchable</a>() and <a href="qdockwindow.html#setHorizontalStretchable">QDockWindow::setHorizontalStretchable</a>(). <p>Set this property's value with <a href="qmainwindow.html#setRightJustification">setRightJustification</a>() and get this property's value with <a href="qmainwindow.html#rightJustification">rightJustification</a>(). -- cgit v1.2.1