From 332ab3cdf6fd91e5cee4f0a773ab2b270df2ed66 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 20 九月 2023 23:18:51 +0800 Subject: [PATCH] 0921 --- internal_system_v1/problemnotmoney.cpp | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/problemnotmoney.cpp b/internal_system_v1/problemnotmoney.cpp index 6f07fa2..5c3b0d1 100644 --- a/internal_system_v1/problemnotmoney.cpp +++ b/internal_system_v1/problemnotmoney.cpp @@ -65,6 +65,8 @@ }else{ qDebug()<<"fail sql"<<__FUNCTION__; } + static int cnt=1; + ui->pushButton->setText(QString("鎻愪氦--闂鏁存敼闈為噾棰漘%1娆�").arg(cnt++)); } void ProblemNotMoney::showData(QVariantList vlist) @@ -74,4 +76,6 @@ ui->tableWidget->setItem(i,2,new QTableWidgetItem(vlist.at(i).toString())); } } + // 鍐嶇粺璁′竴鎶� + on_tableWidget_clicked(QModelIndex()); } -- Gitblit v1.8.0