2025-03-25 08:41:05 +00:00
|
|
|
#include "stdafx.h"
|
2025-03-25 09:30:03 +00:00
|
|
|
#include "ShowProessAbstract.h"
|
2025-03-25 08:41:05 +00:00
|
|
|
#include "BaseTool.h"
|
|
|
|
#include "GeoOperator.h"
|
|
|
|
#include "FileOperator.h"
|
2025-03-25 09:30:03 +00:00
|
|
|
#include <QString>
|
2025-03-25 08:41:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
void ShowProessAbstract::showProcess(double precent, QString tip)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
void ShowProessAbstract::showToolInfo(QString tip)
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
|