oopapidocs
2.0
|
00001 #ifndef SIMPLEDELEGATE_H 00002 #define SIMPLEDELEGATE_H 00003 00004 #include <QStyledItemDelegate> 00005 #include <QItemEditorFactory> 00006 #include "metadataexport.h" 00007 00012 //start 00013 class METADATAEXPORT SimpleDelegate : public QStyledItemDelegate { 00014 Q_OBJECT 00015 public: 00016 typedef QStyledItemDelegate SUPER; 00017 SimpleDelegate(QObject *parent = 0) : SUPER(parent) { } 00018 void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const; 00019 00020 private: 00021 }; 00022 //end 00023 00024 00025 #endif // #ifndef SIMPLEDELEGATE_H