From b93f6362b750578f27299506dfaed96087cca9d0 Mon Sep 17 00:00:00 2001 From: zty199 <46324746+zty199@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:41:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Issues=20#I65G7Y=20=E5=9C=A8=20appinfo?= =?UTF-8?q?=20=E7=95=8C=E9=9D=A2=E6=89=A7=E8=A1=8C=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=97=A0=E5=8F=8D=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 网页搜索未切换 stackedWidget Log: 添加切换 stackedWidget 至 index 0 操作 --- src/widget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widget.cpp b/src/widget.cpp index b7c592a..24fbd0f 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -789,6 +789,7 @@ void Widget::searchApp(QString text) }else{ ui->webEngineView->setUrl(serverUrl + "store/#/darksearch?keywords=" + text); } + ui->stackedWidget->setCurrentIndex(0); // spinner->stop(); // spinner->hide(); mutex.unlock();