wumu
2024-11-29 a3f97ceb36d4cb60bacdfbcb04c364faaca6138a
internal_system_v1/problemnotmoney.h
@@ -2,6 +2,7 @@
#define PROBLEMNOTMONEY_H
#include <QMainWindow>
#include <QVariantList>
namespace Ui {
class ProblemNotMoney;
@@ -15,11 +16,14 @@
    explicit ProblemNotMoney(QWidget *parent = 0);
    ~ProblemNotMoney();
    void copyFile(QString path);
private slots:
    void on_tableWidget_clicked(const QModelIndex &index);
    void on_pushButton_clicked();
    void showData(QVariantList vlist);
private:
    Ui::ProblemNotMoney *ui;
    int m_comId;