提交 351d855f 编写于 作者: 丁劲犇's avatar 丁劲犇 😸

all new features about icon marks has been roughly tested.

上级 b527d001
......@@ -456,5 +456,14 @@ void testcontainer::on_pushButton_test_xml_clicked()
}
void testcontainer::on_pushButton_test_resource_clicked()
{
QString res = ui->axWidget_map1->dynamicCall("osm_layer_call_function(QString,QString)","geomarker1",
"function=add_reource;name=lena;filename=./lena.png;centerx=32;centery=32;").toString();
QMessageBox::information(this,"geomarker1::add_reource",res);
res = ui->axWidget_map1->dynamicCall("osm_layer_call_function(QString,QString)","geomarker1",
"function=load_reources;xml=.//resource.xml;").toString();
QMessageBox::information(this,"geomarker1::load_reources",res);
res = ui->axWidget_map1->dynamicCall("osm_layer_call_function(QString,QString)","geomarker1",
"function=save_reources;xml=.//resource.xml;").toString();
QMessageBox::information(this,"geomarker1::save_reources",res);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册