diff options
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 |