Object Model
These classes form the basis of the Qt Object Model.
Classes:
- QGuardedPtr
    (Template class that provides guarded pointers to QObjects)
- QMetaObject
    (Meta information about Qt objects)
- QMetaProperty
    (Stores meta data about a property)
- QObject
    (The base class of all Qt objects)
- QVariant
    (Acts like a union for the most common Qt data types)
| Copyright © 2001 Trolltech | Trademarks | Qt version 2.3.4 |