2024-11-15 01:49:05 +00:00
|
|
|
|
#include "RasterProcessTool.h"
|
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
|
|
2025-01-20 09:39:29 +00:00
|
|
|
|
#include <QCoreApplication>
|
|
|
|
|
#include <QDebug>
|
|
|
|
|
#include <QFile>
|
|
|
|
|
#include <QTextStream>
|
|
|
|
|
#include <QDateTime>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-02-06 13:18:25 +00:00
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//int main(int argc, char *argv[])
|
|
|
|
|
//{
|
|
|
|
|
// QApplication a(argc, argv);
|
|
|
|
|
// //qInstallMessageHandler(customMessageHandler);
|
|
|
|
|
//
|
|
|
|
|
// RasterProcessTool* w=new RasterProcessTool;// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
// w->show();
|
|
|
|
|
// return a.exec();
|
|
|
|
|
//}
|