diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/changes.doc | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt-7552c6d7.tar.gz tqt-7552c6d7.zip |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/changes.doc')
-rw-r--r-- | doc/changes.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changes.doc b/doc/changes.doc index 402f096bd..196665d7e 100644 --- a/doc/changes.doc +++ b/doc/changes.doc @@ -192,15 +192,15 @@ Qt 3.0 introduces the concept of Dock Windows and Dock Areas. Dock windows are widgets, that can be attached to, and detached from, dock areas. The commonest kind of dock window is a tool bar. Any number of dock windows may be placed in a dock area. A main window can have dock -areas, for example, QMainWindow provides four dock areas (top, left, +areas, for example, TQMainWindow provides four dock areas (top, left, bottom, right) by default. The user can freely move dock windows and place them at a convenient place in a dock area, or drag them out of the application and have them float freely as top level windows in their own right. Dock windows can also be minimized or hidden. -For developers, dock windows behave just like ordinary widgets. QToolbar +For developers, dock windows behave just like ordinary widgets. TQToolbar for example is now a specialized subclass of a dock window. The API -of QMainWindow and QToolBar is source compatible with TQt 2.x, so +of TQMainWindow and TQToolBar is source compatible with TQt 2.x, so existing code which uses these classes will continue to work. |