#ifndef CHECKMETHODMANAGE_H #define CHECKMETHODMANAGE_H #include <QWidget> #include "basecommonapi.h" namespace Ui { class CheckMethodManage; } class CheckMethodManage : public QWidget { Q_OBJECT public: explicit CheckMethodManage(QWidget *parent = nullptr); ~CheckMethodManage(); private: void getCheckMethod(); private slots: void showNewMethod(); private: Ui::CheckMethodManage *ui; QList<VerificationProgramInfo> programList; }; #endif // CHECKMETHODMANAGE_H