diff options
Diffstat (limited to 'doc/html/ntqsplitter.html')
-rw-r--r-- | doc/html/ntqsplitter.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/ntqsplitter.html b/doc/html/ntqsplitter.html index 6880333d1..b19a51878 100644 --- a/doc/html/ntqsplitter.html +++ b/doc/html/ntqsplitter.html @@ -101,10 +101,10 @@ may be controlled by a single splitter. can use <a href="#setOrientation">setOrientation</a>(TQSplitter::Vertical) to lay out the children vertically. <p> By default, all widgets can be as large or as small as the user -wishes, between the <a href="ntqwidget.html#minimumSizeHint">minimumSizeHint</a>() (or <a href="ntqwidget.html#minimumSize">minimumSize</a>()) -and <a href="ntqwidget.html#maximumSize">maximumSize</a>() of the widgets. Use <a href="#setResizeMode">setResizeMode</a>() to +wishes, between the <a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>() (or <a href="tqwidget.html#minimumSize">minimumSize</a>()) +and <a href="tqwidget.html#maximumSize">maximumSize</a>() of the widgets. Use <a href="#setResizeMode">setResizeMode</a>() to specify that a widget should keep its size when the splitter is -resized, or set the stretch component of the <a href="ntqwidget.html#sizePolicy-prop">sizePolicy</a>. +resized, or set the stretch component of the <a href="tqwidget.html#sizePolicy-prop">sizePolicy</a>. <p> Although TQSplitter normally resizes the children only at the end of a resize operation, if you call <a href="#setOpaqueResize">setOpaqueResize</a>(TRUE) the widgets are resized as often as possible. @@ -112,8 +112,8 @@ widgets are resized as often as possible. by the initial size of each widget. You can also use <a href="#setSizes">setSizes</a>() to set the sizes of all the widgets. The function <a href="#sizes">sizes</a>() returns the sizes set by the user. -<p> If you <a href="ntqwidget.html#hide">hide</a>() a child its space will be distributed among the -other children. It will be reinstated when you <a href="ntqwidget.html#show">show</a>() it again. It +<p> If you <a href="tqwidget.html#hide">hide</a>() a child its space will be distributed among the +other children. It will be reinstated when you <a href="tqwidget.html#show">show</a>() it again. It is also possible to reorder the widgets within the splitter using <a href="#moveToFirst">moveToFirst</a>() and <a href="#moveToLast">moveToLast</a>(). <p> <img src=qsplitter-m.png> <img src=qsplitter-w.png> @@ -126,7 +126,7 @@ is also possible to reorder the widgets within the splitter using child widgets. <ul> <li><tt>TQSplitter::Auto</tt> - The widget will be resized according to the stretch -factors set in its <a href="ntqwidget.html#sizePolicy">sizePolicy</a>(). +factors set in its <a href="tqwidget.html#sizePolicy">sizePolicy</a>(). <li><tt>TQSplitter::Stretch</tt> - The widget will be resized when the splitter itself is resized. <li><tt>TQSplitter::KeepSize</tt> - TQSplitter will try to keep the widget's size @@ -135,12 +135,12 @@ unchanged. widget's size hint changes. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSplitter"></a>TQSplitter::TQSplitter ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSplitter"></a>TQSplitter::TQSplitter ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a horizontal splitter with the <em>parent</em> and <em>name</em> arguments being passed on to the <a href="ntqframe.html">TQFrame</a> constructor. -<h3 class=fn><a name="TQSplitter-2"></a>TQSplitter::TQSplitter ( <a href="ntqt.html#Orientation-enum">Orientation</a> o, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQSplitter-2"></a>TQSplitter::TQSplitter ( <a href="ntqt.html#Orientation-enum">Orientation</a> o, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 ) </h3> Constructs a splitter with orientation <em>o</em> with the <em>parent</em> and <em>name</em> arguments being passed on to the <a href="ntqframe.html">TQFrame</a> constructor. @@ -180,7 +180,7 @@ and <em>*max</em> if <em>min</em> and <em>max</em> are not 0. <h3 class=fn>int <a name="handleWidth"></a>TQSplitter::handleWidth () const </h3><p>Returns the width of the splitter handle. See the <a href="ntqsplitter.html#handleWidth-prop">"handleWidth"</a> property for details. -<h3 class=fn>int <a name="idAfter"></a>TQSplitter::idAfter ( <a href="ntqwidget.html">TQWidget</a> * w ) const<tt> [protected]</tt> +<h3 class=fn>int <a name="idAfter"></a>TQSplitter::idAfter ( <a href="tqwidget.html">TQWidget</a> * w ) const<tt> [protected]</tt> </h3> Returns the ID of the widget to the right of or below the widget <em>w</em>, or 0 if there is no such widget (i.e. it is either not in @@ -196,12 +196,12 @@ reversed. <em>p</em> is then the distance from the right (or top) edge of the widget. <p> <p>See also <a href="#idAfter">idAfter</a>(). -<h3 class=fn>void <a name="moveToFirst"></a>TQSplitter::moveToFirst ( <a href="ntqwidget.html">TQWidget</a> * w ) +<h3 class=fn>void <a name="moveToFirst"></a>TQSplitter::moveToFirst ( <a href="tqwidget.html">TQWidget</a> * w ) </h3> Moves widget <em>w</em> to the leftmost/top position. <p>Example: <a href="splitter-example.html#x1299">splitter/splitter.cpp</a>. -<h3 class=fn>void <a name="moveToLast"></a>TQSplitter::moveToLast ( <a href="ntqwidget.html">TQWidget</a> * w ) +<h3 class=fn>void <a name="moveToLast"></a>TQSplitter::moveToLast ( <a href="tqwidget.html">TQWidget</a> * w ) </h3> Moves widget <em>w</em> to the rightmost/bottom position. @@ -220,12 +220,12 @@ function. <h3 class=fn>void <a name="setChildrenCollapsible"></a>TQSplitter::setChildrenCollapsible ( bool ) </h3><p>Sets whether child widgets can be resized down to size 0 by the user. See the <a href="ntqsplitter.html#childrenCollapsible-prop">"childrenCollapsible"</a> property for details. -<h3 class=fn>void <a name="setCollapsible"></a>TQSplitter::setCollapsible ( <a href="ntqwidget.html">TQWidget</a> * w, bool collapse ) +<h3 class=fn>void <a name="setCollapsible"></a>TQSplitter::setCollapsible ( <a href="tqwidget.html">TQWidget</a> * w, bool collapse ) </h3> Sets whether the child widget <em>w</em> is collapsible to <em>collapse</em>. <p> By default, children are collapsible, meaning that the user can resize them down to size 0, even if they have a non-zero -<a href="ntqwidget.html#minimumSize">minimumSize</a>() or <a href="ntqwidget.html#minimumSizeHint">minimumSizeHint</a>(). This behavior can be changed +<a href="tqwidget.html#minimumSize">minimumSize</a>() or <a href="tqwidget.html#minimumSizeHint">minimumSizeHint</a>(). This behavior can be changed on a per-widget basis by calling this function, or globally for all the widgets in the splitter by setting the <a href="#childrenCollapsible-prop">childrenCollapsible</a> property. <p> <p>See also <a href="#childrenCollapsible-prop">childrenCollapsible</a>. @@ -239,7 +239,7 @@ See the <a href="ntqsplitter.html#opaqueResize-prop">"opaqueResize"</a> property <h3 class=fn>void <a name="setOrientation"></a>TQSplitter::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt> </h3><p>Sets the orientation of the splitter. See the <a href="ntqsplitter.html#orientation-prop">"orientation"</a> property for details. -<h3 class=fn>void <a name="setResizeMode"></a>TQSplitter::setResizeMode ( <a href="ntqwidget.html">TQWidget</a> * w, <a href="ntqsplitter.html#ResizeMode-enum">ResizeMode</a> mode )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setResizeMode"></a>TQSplitter::setResizeMode ( <a href="tqwidget.html">TQWidget</a> * w, <a href="ntqsplitter.html#ResizeMode-enum">ResizeMode</a> mode )<tt> [virtual]</tt> </h3> Sets resize mode of widget <em>w</em> to <em>mode</em>. (The default is <a href="#ResizeMode-enum">Auto</a>.) @@ -314,7 +314,7 @@ side). The possible orientations are <a href="ntqt.html#Orientation-enum">Horizo <p> Writes the sizes and the hidden state of the widgets in the splitter <em>splitter</em> to the text stream <em>ts</em>. -<p> <p>See also <a href="#operator-gt-gt">operator>></a>(), <a href="#sizes">sizes</a>(), and <a href="ntqwidget.html#hidden-prop">TQWidget::hidden</a>. +<p> <p>See also <a href="#operator-gt-gt">operator>></a>(), <a href="#sizes">sizes</a>(), and <a href="tqwidget.html#hidden-prop">TQWidget::hidden</a>. <h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqtextstream.html">TQTextStream</a> & ts, <a href="ntqsplitter.html">TQSplitter</a> & splitter ) </h3> @@ -322,7 +322,7 @@ splitter <em>splitter</em> to the text stream <em>ts</em>. <p> Reads the sizes and the hidden state of the widgets in the splitter <em>splitter</em> from the text stream <em>ts</em>. The sizes must have been previously written by the <a href="#operator-lt-lt">operator<<</a>() function. -<p> <p>See also <a href="#operator-lt-lt">operator<<</a>(), <a href="#setSizes">setSizes</a>(), and <a href="ntqwidget.html#hide">TQWidget::hide</a>(). +<p> <p>See also <a href="#operator-lt-lt">operator<<</a>(), <a href="#setSizes">setSizes</a>(), and <a href="tqwidget.html#hide">TQWidget::hide</a>(). <!-- eof --> <hr><p> |