This commit is contained in:
2025-10-20 22:28:37 +08:00
parent eeb5af98eb
commit 7d148d79c9
429 changed files with 13624 additions and 586480 deletions

View File

@@ -11,7 +11,7 @@ P14_AtlasPage::P14_AtlasPage(QWidget *parent)
: QWidget(parent), ui(new Ui::P14_AtlasPage)
{
ui->setupUi(this);
QTimer::singleShot(10, this, &P14_AtlasPage::WinInit);
QTimer::singleShot(1000, this, &P14_AtlasPage::WinInit);
}
P14_AtlasPage::~P14_AtlasPage()