|
Last change
on this file was 846, checked in by Dmitry A. Kuminov, 15 years ago |
|
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
|
File size:
406 bytes
|
| Line | |
|---|
| 1 | \section1 Qt Object Model
|
|---|
| 2 |
|
|---|
| 3 | The standard C++ object model provides very efficient runtime support
|
|---|
| 4 | for the object paradigm. But its static nature is inflexibile in
|
|---|
| 5 | certain problem domains. Graphical user interface programming is a
|
|---|
| 6 | domain that requires both runtime efficiency and a high level of
|
|---|
| 7 | flexibility. Qt provides this, by combining the speed of C++ with the
|
|---|
| 8 | flexibility of the Qt Object Model.
|
|---|
| 9 |
|
|---|
| 10 | ...
|
|---|
| 11 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.