#ifndef PROBLEMCOUNT_H #define PROBLEMCOUNT_H #include namespace Ui { class ProblemCount; } class ProblemCount : public QMainWindow { Q_OBJECT public: explicit ProblemCount(QWidget *parent = 0); ~ProblemCount(); private slots: void on_tableWidget_clicked(const QModelIndex &index); void on_tableWidget_activated(const QModelIndex &index); private: Ui::ProblemCount *ui; }; #endif // PROBLEMCOUNT_H