Newer
Older
AutomaticVerification / softwareDirectory / AutoVerScheme / newcheckmethod.h
陈实 on 14 Mar 2024 585 bytes 检定程序管理
#ifndef NEWCHECKMETHOD_H
#define NEWCHECKMETHOD_H

#include <QWidget>
#include "basecommonapi.h"

namespace Ui {
class NewCheckMethod;
}

class NewCheckMethod : public QWidget
{
    Q_OBJECT

public:
    explicit NewCheckMethod(QWidget *parent = nullptr);
    ~NewCheckMethod();
private slots:
    void showCheckDevice();
    void choosePicture();
    void deletePicture();
    void showCheckPoint();

    void on_pushButton_3_clicked();

    void on_pushButton_4_clicked();

private:
    Ui::NewCheckMethod *ui;
    VerificationProgramInfo programInfo;
};

#endif // NEWCHECKMETHOD_H