From 3742570d134bf007c454413fc834e15b4f8843e8 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 15 十一月 2024 23:17:24 +0800 Subject: [PATCH] 1115 --- internal_system_v1/threemergeproblemlist.cpp | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/threemergeproblemlist.cpp b/internal_system_v1/threemergeproblemlist.cpp index 6e10620..fe1fb5e 100644 --- a/internal_system_v1/threemergeproblemlist.cpp +++ b/internal_system_v1/threemergeproblemlist.cpp @@ -997,3 +997,17 @@ } } } + +void ThreeMergeProblemList::updateComboList(QMap<QString, ComInfo> & nameAndComInfos) +{ + ui->comboBox_company->clear(); + + for(auto it = nameAndComInfos.begin();it != nameAndComInfos.end();++it){ + ui->comboBox_company->addItem(it.key()); + } +} + +void ThreeMergeProblemList::on_pushButton_save_export_clicked() +{ + qDebug()<<"涓夊悎涓�瀵煎嚭淇濆瓨"; +} -- Gitblit v1.8.0