summaryrefslogtreecommitdiffstats
path: root/doc/overviews-list.doc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-08 12:31:36 -0600
committerTimothy Pearson <[email protected]>2011-11-08 12:31:36 -0600
commitd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (patch)
tree6e3dcca4f77e20ec8966c666aac7c35bd4704053 /doc/overviews-list.doc
downloadtqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.tar.gz
tqt3-d796c9dd933ab96ec83b9a634feedd5d32e1ba3f.zip
Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731
Diffstat (limited to 'doc/overviews-list.doc')
-rw-r--r--doc/overviews-list.doc135
1 files changed, 135 insertions, 0 deletions
diff --git a/doc/overviews-list.doc b/doc/overviews-list.doc
new file mode 100644
index 000000000..6e509836e
--- /dev/null
+++ b/doc/overviews-list.doc
@@ -0,0 +1,135 @@
+/****************************************************************************
+**
+** Explanation of the Qt object model
+**
+** Copyright (C) 2000-2008 Trolltech ASA. All rights reserved.
+**
+** This file is part of the Qt GUI Toolkit.
+**
+** This file may be used under the terms of the GNU General
+** Public License versions 2.0 or 3.0 as published by the Free
+** Software Foundation and appearing in the files LICENSE.GPL2
+** and LICENSE.GPL3 included in the packaging of this file.
+** Alternatively you may (at your option) use any later version
+** of the GNU General Public License if such license has been
+** publicly approved by Trolltech ASA (or its successors, if any)
+** and the KDE Free Qt Foundation.
+**
+** Please review the following information to ensure GNU General
+** Public Licensing retquirements will be met:
+** http://trolltech.com/products/qt/licenses/licensing/opensource/.
+** If you are unsure which license is appropriate for your use, please
+** review the following information:
+** http://trolltech.com/products/qt/licenses/licensing/licensingoverview
+** or contact the sales department at [email protected].
+**
+** This file may be used under the terms of the Q Public License as
+** defined by Trolltech ASA and appearing in the file LICENSE.QPL
+** included in the packaging of this file. Licensees holding valid Qt
+** Commercial licenses may use this file in accordance with the Qt
+** Commercial License Agreement provided with the Software.
+**
+** This file is provided "AS IS" with NO WARRANTY OF ANY KIND,
+** INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR
+** A PARTICULAR PURPOSE. Trolltech reserves all rights not granted
+** herein.
+**
+**********************************************************************/
+
+/*!
+\page overviews-list.html
+
+\title All Overviews and HOWTOs
+
+\table
+
+\header
+\i Qt Object Model
+\i Geometry and Layout
+
+\row
+\i13
+ \list
+ \i \link object.html Qt Object Model \endlink
+ \i \link objecttrees.html Object Trees and Object Ownership \endlink
+ \i \link signalsandslots.html Signals and Slots \endlink
+ \i \link metaobjects.html Meta Object System \endlink
+ \i \link properties.html Properties \endlink
+ \i \link moc.html Using the Meta Object Compiler \endlink
+ \i \link templates.html Why doesn't Qt use templates for signals and slots? \endlink
+ \endlist
+
+\i
+ \list
+ \i \link layout.html Layout Classes \endlink
+ \i \link customlayout.html Writing your own layout manager \endlink
+ \i \link coordsys.html The Coordinate System \endlink
+ \i \link geometry.html Window Geometry \endlink
+ \endlist
+
+\header
+\i Internationalization
+
+\row
+\i
+ \list
+ \i \link i18n.html Internationalization with Qt \endlink
+ \i \link unicode.html About Unicode \endlink
+ \endlist
+
+\header
+\i General
+\i Qt/Embedded
+
+\row
+\i
+ \list
+ \i \link installation.html Installation \endlink
+ \i \link plugins-howto.html Qt Plugins\endlink
+ \omit
+ \i \link component.html The Qt Component Model \endlink
+ \endomit
+ \i \link datastreamformat.html Format of the QDataStream Operators \endlink
+ \i \link debug.html Debugging Techniques \endlink
+ \i \link dnd.html Drag and Drop \endlink
+ \i \link eventsandfilters.html Events and Event Filters \endlink
+ \i \link focus.html Keyboard Focus Overview \endlink
+ \i \link accelerators.html Standard Accelerators \endlink
+ \i \link netscape-plugin.html Qt-based LiveConnect Plugins \endlink
+ \i \link activeqt.html ActiveX support \endlink
+ \i \link motif-extension.html Motif Support Extension \endlink
+ \i \link opengl-x11-overlays.html OpenGL Overlays (X11)\endlink
+ \i \link appicon.html Setting the Application Icon \endlink
+ \i \link session.html Session Management \endlink
+ \i \link shclass.html Shared Classes \endlink
+ \i \link customstyles.html Style overview \endlink
+ \i \link qt-template-lib.html Qt Template Library\endlink
+ \i \link threads.html Thread Support in Qt \endlink
+ \i \link timers.html Timers \endlink
+ \i \link pictures.html Pictures of Most Qt Widgets \endlink
+ \i \link distributingqt.html Deploying Qt Applications\endlink
+\omit \i \link xt.html Qt Xt/Motif Support Extension \endlink \endomit
+ \endlist
+
+\i
+ \list
+ \i \link emb-qvfb.html QVFb tool - virtual framebuffer for Qt/Embedded \endlink
+ <p>&nbsp;</p>
+ \i \link emb-install.html Installing Qt/Embedded \endlink
+ \i \link emb-features.html The Feature Definition File \endlink
+ \i \link emb-classes.html The Qt/Embedded-specific classes \endlink
+ \i \link emb-accel.html Adding an accelerated graphics driver to Qt/Embedded \endlink
+ \i \link emb-framebuffer-howto.html Enabling the Linux Framebuffer \endlink
+ \i \link emb-running.html Running Qt/Embedded applications \endlink
+ \i \link emb-charinput.html Character input in Qt/Embedded \endlink
+ \i \link emb-fonts.html Fonts in Qt/Embedded \endlink
+ \i \link emb-pointer.html Qt/Embedded Pointer Handling \endlink
+ \i \link emb-envvars.html Qt/Embedded environment variables \endlink
+ \i \link emb-porting.html Porting your applications to Qt/Embedded \endlink
+ \i \link embedporting.html Issues when porting Qt/Embedded to another OS \endlink
+ \i \link emb-performance.html Qt/Embedded Performance Tuning \endlink
+ \i \link emb-vnc.html Qt/Embedded as a VNC Server \endlink
+ \endlist
+\endtable
+
+*/