![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
#ifndef CUSTOMSQLMODEL_H #define CUSTOMSQLMODEL_H #include <QSqlQueryModel> class CustomSqlModel : public QSqlQueryModel { Q_OBJECT public: CustomSqlModel(QObject *parent = 0); QVariant data(const QModelIndex &item, int role) const; }; #endif
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |