diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 | 
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqgridlayout.html | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqgridlayout.html')
| -rw-r--r-- | doc/html/tqgridlayout.html | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/doc/html/tqgridlayout.html b/doc/html/tqgridlayout.html index 1d9fb5fd5..253d8c667 100644 --- a/doc/html/tqgridlayout.html +++ b/doc/html/tqgridlayout.html @@ -218,7 +218,7 @@ automatically added to the parent layout as it is constructed.  </h3>  Adds the <em>item</em> to the cell grid, spanning multiple rows/columns.  <p> The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>. Alignment is specified by <em>alignment</em>, which is a bitwise -OR of <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, +OR of <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0,  which means that the widget fills the entire cell.  <h3 class=fn>void <a name="addMultiCellLayout"></a>TQGridLayout::addMultiCellLayout ( <a href="tqlayout.html">TQLayout</a> * layout, int fromRow, int toRow, int fromCol, int toCol, int alignment = 0 ) @@ -226,7 +226,7 @@ which means that the widget fills the entire cell.  Adds the layout <em>layout</em> to the cell grid, spanning multiple  rows/columns. The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>.  <p> Alignment is specified by <em>alignment</em>, which is a bitwise OR of -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which  means that the widget fills the entire cell.  <p> A non-zero alignment indicates that the layout should not grow to  fill the available space but should be sized according to @@ -239,7 +239,7 @@ fill the available space but should be sized according to  Adds the widget <em>w</em> to the cell grid, spanning multiple  rows/columns. The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>.  <p> Alignment is specified by <em>alignment</em>, which is a bitwise OR of -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which  means that the widget fills the entire cell.  <p> A non-zero alignment indicates that the widget should not grow to  fill the available space but should be sized according to @@ -258,7 +258,7 @@ fill the available space but should be sized according to  Adds the widget <em>w</em> to the cell grid at <em>row</em>, <em>col</em>. The  top-left position is (0, 0) by default.  <p> Alignment is specified by <em>alignment</em>, which is a bitwise OR of -<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which +<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which  means that the widget fills the entire cell.  <p> <ul>  <li> You should not call this if you have enabled the @@ -300,7 +300,7 @@ items are inserted.  <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 +<a href="#sizeHint">sizeHint</a>(). A value of <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> means that it wants  to grow in only one dimension, whereas <tt>BothDirections</tt> means that  it wants to grow in both dimensions. | 
