Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
This is the verbatim text of the qstylefactory.h include file. It is provided only for illustration; the copyright remains with Trolltech.
#ifndef QSTYLEFACTORY_H #define QSTYLEFACTORY_H #ifndef QT_H #include "qstringlist.h" #endif // QT_H #ifndef QT_NO_STYLE class QString; class QStyle; class Q_EXPORT QStyleFactory { public: #ifndef QT_NO_STRINGLIST static QStringList keys(); #endif static QStyle *create( const QString& ); }; #endif //QT_NO_STYLE #endif //QSTYLEFACTORY_H
Copyright © 2002 Trolltech | Trademarks | Qt version 3.0.3
|