summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/doc/examples/objectmodel.qdocinc
blob: 02b5991c4d70b4aba930adf1040e75449523996d (plain)
1
2
3
4
5
6
7
8
9
10
11
\section1 Qt Object Model

The standard C++ object model provides very efficient runtime support
for the object paradigm. But its static nature is inflexibile in
certain problem domains. Graphical user interface programming is a
domain that requires both runtime efficiency and a high level of
flexibility. Qt provides this, by combining the speed of C++ with the
flexibility of the Qt Object Model.

...