diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqgrid.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqgrid.html')
-rw-r--r-- | doc/html/ntqgrid.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqgrid.html b/doc/html/ntqgrid.html index fb042ffca..a096627ab 100644 --- a/doc/html/ntqgrid.html +++ b/doc/html/ntqgrid.html @@ -52,20 +52,20 @@ The TQGrid widget provides simple geometry management of its children. on its orientation. <p> The number of rows <em>or</em> columns is defined in the constructor. All the grid's children will be placed and sized in accordance -with their <a href="ntqwidget.html#sizeHint">sizeHint</a>() and <a href="ntqwidget.html#sizePolicy">sizePolicy</a>(). +with their <a href="tqwidget.html#sizeHint">sizeHint</a>() and <a href="tqwidget.html#sizePolicy">sizePolicy</a>(). <p> Use <a href="ntqframe.html#setMargin">setMargin</a>() to add space around the grid itself, and <a href="#setSpacing">setSpacing</a>() to add space between the widgets. <p> <center><img src="qgrid-m.png" alt="TQGrid"></center> <p> <p>See also <a href="ntqvbox.html">TQVBox</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQGrid"></a>TQGrid::TQGrid ( int n, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQGrid"></a>TQGrid::TQGrid ( int n, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a grid widget with parent <em>parent</em>, called <em>name</em>. <em>n</em> specifies the number of columns. The widget flags <em>f</em> are passed to the <a href="ntqframe.html">TQFrame</a> constructor. -<h3 class=fn><a name="TQGrid-2"></a>TQGrid::TQGrid ( int n, <a href="ntqt.html#Orientation-enum">Orientation</a> orient, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQGrid-2"></a>TQGrid::TQGrid ( int n, <a href="ntqt.html#Orientation-enum">Orientation</a> orient, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a grid widget with parent <em>parent</em>, called <em>name</em>. If <em>orient</em> is <a href="ntqt.html#Orientation-enum">Horizontal</a>, <em>n</em> specifies the number of |