diff options
Diffstat (limited to 'doc/html/customlayout.html')
-rw-r--r-- | doc/html/customlayout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/customlayout.html b/doc/html/customlayout.html index b846fe300..188b7f2b8 100644 --- a/doc/html/customlayout.html +++ b/doc/html/customlayout.html @@ -136,7 +136,7 @@ TQLayoutIterator CardLayout::iterator() It must be implemented. It is used by <a href="qlayout.html#add">TQLayout::add</a>(), by the <a href="qlayout.html">TQLayout</a> constructor that takes a layout as parent, and it is used to implement the <a href="qlayout.html#autoAdd">auto-add</a> feature. If your layout -has advanced placement options that retquire parameters, you must +has advanced placement options that require parameters, you must provide extra access functions such as <a href="qgridlayout.html#addMultiCell">TQGridLayout::addMultiCell</a>(). <p> <pre> void CardLayout::addItem( <a href="qlayoutitem.html">TQLayoutItem</a> *item ) |