source: trunk/tools/qdoc3/doc/examples/objectmodel.qdocinc@ 1054

Last change on this file since 1054 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 406 bytes
RevLine 
[844]1\section1 Qt Object Model
2
3The standard C++ object model provides very efficient runtime support
4for the object paradigm. But its static nature is inflexibile in
5certain problem domains. Graphical user interface programming is a
6domain that requires both runtime efficiency and a high level of
7flexibility. Qt provides this, by combining the speed of C++ with the
8flexibility of the Qt Object Model.
9
10...
11
Note: See TracBrowser for help on using the repository browser.