diff options
Diffstat (limited to 'doc/html/ntqdockarea.html')
-rw-r--r-- | doc/html/ntqdockarea.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqdockarea.html b/doc/html/ntqdockarea.html index d657ff476..4791d2bc9 100644 --- a/doc/html/ntqdockarea.html +++ b/doc/html/ntqdockarea.html @@ -80,15 +80,15 @@ with the <a href="ntqdockwindow.html">TQDockWindow</a>s it is responsible for th undocking of <a href="ntqdockwindow.html">TQDockWindow</a>s and moving them inside the dock area. TQDockAreas also handle the wrapping of <a href="ntqdockwindow.html">TQDockWindow</a>s to fill the available space as compactly as possible. TQDockAreas can -contain TQToolBars since <a href="ntqtoolbar.html">TQToolBar</a> is a <a href="ntqdockwindow.html">TQDockWindow</a> subclass. -<p> <a href="ntqmainwindow.html">TQMainWindow</a> contains four TQDockAreas which you can use for your +contain TQToolBars since <a href="tqtoolbar.html">TQToolBar</a> is a <a href="ntqdockwindow.html">TQDockWindow</a> subclass. +<p> <a href="tqmainwindow.html">TQMainWindow</a> contains four TQDockAreas which you can use for your TQToolBars and TQDockWindows, so in most situations you do not need to use the TQDockArea class directly. Although TQMainWindow contains support for its own dock areas it isn't convenient for adding new TQDockAreas. If you need to create your own dock areas we suggest that you create a subclass of <a href="tqwidget.html">TQWidget</a> and add your TQDockAreas to your subclass. -<p> <center><img src="qmainwindow-qdockareas.png" alt="TQMainWindow's TQDockAreas"></center> +<p> <center><img src="tqmainwindow-qdockareas.png" alt="TQMainWindow's TQDockAreas"></center> <p> <a name="lines"></a> <em>Lines</em>. TQDockArea uses the concept of lines. A line is a horizontal region which may contain dock windows side-by-side. A |