上传者: a903265446
|
上传时间: 2021-09-06 15:17:44
|
文件大小: 3KB
|
文件类型: TXT
void NavaMap:: writemapdata()
{
QFile file("./mapdata");
if (!file.open(QIODevice::WriteOnly | QIODevice::Text))
{
QMessageBox::information(this,"","dfds");
return;
}
if(file.exists() == false)
{
QMessageBox::information(this,"","dfds");
}
QTextStream out(&file);
int length,value;
QString str="";
int i,j;
for(i = 0;i