主要功能可用

This commit is contained in:
2025-10-21 11:11:52 +08:00
parent f88b815723
commit cda1641f97
250 changed files with 245573 additions and 533279 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()