up:远端不存在目录校验功能测试完毕。

This commit is contained in:
2025-11-08 18:11:52 +08:00
parent bd1f0ffb8c
commit 910c1598f2
15 changed files with 777 additions and 37 deletions

16
Gui/Control/Common.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef COMMON_H
#define COMMON_H
#include <QWidget>
class Common : public QWidget
{
Q_OBJECT
public:
Common();
public:
static int GetAcceptThree(QWidget* parent, const QString& notice, const QString& title);
};
#endif // COMMON_H