wumu
2023-12-27 98e191b0dd161e9efd734721e58a4f2a8cf0b5ef
internal_system_v1/problemrectification.h
@@ -2,6 +2,7 @@
#define PROBLEMRECTIFICATION_H
#include <QMainWindow>
#include <QVariantList>
namespace Ui {
class ProblemRectification;
@@ -15,8 +16,17 @@
    explicit ProblemRectification(QWidget *parent = 0);
    ~ProblemRectification();
    void copyFile(QString path);
private slots:
    void on_tableWidget_clicked(const QModelIndex &index);
    void on_pushButton_clicked();
    void showData(QVariantList vlist);
private:
    Ui::ProblemRectification *ui;
    int m_comId;
};
#endif // PROBLEMRECTIFICATION_H