wumu
2025-04-27 20ffcfb5507daf34f81346ca3dfa4c031e7b2fe3
internal_system_v1/problemcount.h
@@ -2,6 +2,7 @@
#define PROBLEMCOUNT_H
#include <QMainWindow>
#include <QVariantList>
namespace Ui {
class ProblemCount;
@@ -15,8 +16,19 @@
    explicit ProblemCount(QWidget *parent = 0);
    ~ProblemCount();
    void copyFile(QString path);
private slots:
    void on_tableWidget_clicked(const QModelIndex &index);
    void on_tableWidget_activated(const QModelIndex &index);
    void on_pushButton_clicked();
    void showData(QVariantList vlist);
private:
    Ui::ProblemCount *ui;
    int m_comId;
};
#endif // PROBLEMCOUNT_H