wumu
2024-10-14 e2d10e68e22310fdfcf3c6e13707d791c108ae1a
internal_system_v1/problemrectification.h
@@ -2,6 +2,7 @@
#define PROBLEMRECTIFICATION_H
#include <QMainWindow>
#include <QVariantList>
namespace Ui {
class ProblemRectification;
@@ -15,11 +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