diff options
Diffstat (limited to 'doc/html/keyfeatures30.html')
-rw-r--r-- | doc/html/keyfeatures30.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/keyfeatures30.html b/doc/html/keyfeatures30.html index 52b0b8ba5..e8d381831 100644 --- a/doc/html/keyfeatures30.html +++ b/doc/html/keyfeatures30.html @@ -139,14 +139,14 @@ these scripts, as TQt takes care of this automatically. 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, <a href="ntqmainwindow.html">TQMainWindow</a> provides four dock areas (top, left, +areas, for example, <a href="tqmainwindow.html">TQMainWindow</a> 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. <p> For developers, dock windows behave just like ordinary widgets. TQToolbar for example is now a specialized subclass of a dock window. The API -of TQMainWindow and <a href="ntqtoolbar.html">TQToolBar</a> is source compatible with TQt 2.x, so +of TQMainWindow and <a href="tqtoolbar.html">TQToolBar</a> is source compatible with TQt 2.x, so existing code which uses these classes will continue to work. <p> <h3> Regular Expressions </h3> |