From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jul 2024 21:37:22 +0900 Subject: Rename main window nt* related files to equivalent tq*. The file "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro --- doc/html/ntqdockarea.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqdockarea.html') 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 TQDockWindows it is responsible for th undocking of TQDockWindows and moving them inside the dock area. TQDockAreas also handle the wrapping of TQDockWindows to fill the available space as compactly as possible. TQDockAreas can -contain TQToolBars since TQToolBar is a TQDockWindow subclass. -

TQMainWindow contains four TQDockAreas which you can use for your +contain TQToolBars since TQToolBar is a TQDockWindow subclass. +

TQMainWindow 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 TQWidget and add your TQDockAreas to your subclass. -

TQMainWindow's TQDockAreas
+

TQMainWindow's TQDockAreas

Lines. TQDockArea uses the concept of lines. A line is a horizontal region which may contain dock windows side-by-side. A -- cgit v1.2.1