wumu
2024-05-16 0576b9f77062f46f1a6227f5f58bb8d92e7cc6d2
internal_system_v1/threemergeproblemlist.cpp
@@ -38,6 +38,8 @@
    ui->line->hide();
    ui->line_2->hide();
    ui->groupBox->hide(); // 首次先隐藏
}
ThreeMergeProblemList::~ThreeMergeProblemList()
@@ -915,3 +917,16 @@
    }
}
void ThreeMergeProblemList::on_pushButton_multiSearch_clicked()
{
    static int cnt=0;
    if(cnt%2 == 1){
        ui->groupBox->hide();
        ui->pushButton_multiSearch->setText("多维度数据查询👆");
    }else{
        ui->groupBox->show();
        ui->pushButton_multiSearch->setText("多维度数据查询👇");
    }
    cnt++;
}