wumu
2024-10-08 efddb5166089573f9b2508d30b217ddebbb2fab2
internal_system_v1/problemrectstandingbook.cpp
@@ -4,6 +4,8 @@
#include <QSqlQuery>
#include <QDebug>
#pragma execution_character_set("utf-8")
ProblemRectStandingBook::ProblemRectStandingBook(QWidget *parent) :
    QMainWindow(parent),
    ui(new Ui::ProblemRectStandingBook)
@@ -34,3 +36,15 @@
        }
    }
}
void ProblemRectStandingBook::on_pushButton_4_clicked()
{
    // 添加到表格中
    qDebug()<<"添加数据";
}
void ProblemRectStandingBook::on_pushButton_5_clicked()
{
    // 写到数据库
    qDebug()<<"保存数据";
}