Newer
Older
AutomaticVerification / softwareDirectory / AutoVerScheme / mainwindow.h
lixanchuan on 29 Feb 2024 319 bytes no commit message
#ifndef MAINWINDOW_H
#define MAINWINDOW_H

#include <QMainWindow>

namespace Ui {
class MainWindow;
}

class MainWindow : public QMainWindow
{
    Q_OBJECT

public:
    explicit MainWindow(QWidget *parent = nullptr);
    ~MainWindow();

private:
    Ui::MainWindow *ui;
};

#endif // MAINWINDOW_H