Files
qt4-x11/tools/qdoc3/doc/examples/objectmodel.qdocinc
2025-08-24 20:55:26 +08:00

12 lines
406 B
Plaintext

\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.
...