diff options
Diffstat (limited to 'doc/html/qgridlayout.html')
-rw-r--r-- | doc/html/qgridlayout.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qgridlayout.html b/doc/html/qgridlayout.html index 4b11224be..3809732de 100644 --- a/doc/html/qgridlayout.html +++ b/doc/html/qgridlayout.html @@ -297,7 +297,7 @@ columns. Will not shrink the grid. You should not need to call this function because TQGridLayout expands automatically as new items are inserted. -<h3 class=fn><a href="ntqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQGridLayout::expanding () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQGridLayout::expanding () const<tt> [virtual]</tt> </h3> Returns whether this layout can make use of more space than <a href="#sizeHint">sizeHint</a>(). A value of <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> means that it wants @@ -329,12 +329,12 @@ Returns the layout's preferred height when it is <em>w</em> pixels wide. Resets cached information. <p>Reimplemented from <a href="ntqlayout.html#invalidate">TQLayout</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="maximumSize"></a>TQGridLayout::maximumSize () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="maximumSize"></a>TQGridLayout::maximumSize () const<tt> [virtual]</tt> </h3> Returns the maximum size needed by this grid. <p>Reimplemented from <a href="ntqlayout.html#maximumSize">TQLayout</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSize"></a>TQGridLayout::minimumSize () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSize"></a>TQGridLayout::minimumSize () const<tt> [virtual]</tt> </h3> Returns the minimum size needed by this grid. @@ -406,7 +406,7 @@ other row in this table can grow at all, the row may still grow. <p> <p>See also <a href="#rowStretch">rowStretch</a>(), <a href="#setRowSpacing">setRowSpacing</a>(), and <a href="#setColStretch">setColStretch</a>(). <p>Examples: <a href="addressbook-example.html#x579">addressbook/centralwidget.cpp</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQGridLayout::sizeHint () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQGridLayout::sizeHint () const<tt> [virtual]</tt> </h3> Returns the preferred size of this grid. |