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