From e2d10e68e22310fdfcf3c6e13707d791c108ae1a Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期一, 14 十月 2024 22:09:19 +0800 Subject: [PATCH] 1014 --- internal_system_v1/problemrectstandingbook.cpp | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemrectstandingbook.cpp b/internal_system_v1/problemrectstandingbook.cpp index 8e20e2b..cd86e8f 100644 --- a/internal_system_v1/problemrectstandingbook.cpp +++ b/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()<<"淇濆瓨鏁版嵁"; +} -- Gitblit v1.8.0