wumu
2024-11-26 5efd96cc316f8a704f0f6315b85078b738ddee04
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()<<"保存数据";
}