00001 #ifndef STATSDELEGATE_H 00002 #define STATSDELEGATE_H 00003 00010 #include <QItemDelegate> 00011 00016 class StatsDelegate : public QItemDelegate 00017 { 00018 Q_OBJECT; 00019 00020 public: 00021 StatsDelegate(QObject *parent); 00022 00023 public slots: 00024 void onCustomContextMenuRequested(const QPoint & pos); 00025 void onCommandSent(QStringList); 00026 }; 00027 00028 #endif // STATSDELEGATE_H