mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 17:14:39 +00:00
when saving a script for meshlabserver the tips and tooltips are useless...
This commit is contained in:
parent
2cd1de6de3
commit
eff05cdcbe
@ -268,10 +268,10 @@ void RichParameterCopyConstructor::visit( RichMesh& pd )
|
||||
void RichParameterXMLVisitor::fillRichParameterAttribute(const QString& type,const QString& name,const QString& desc,const QString& tooltip)
|
||||
{
|
||||
parElem = docdom.createElement("Param");
|
||||
parElem.setAttribute("name",name);
|
||||
parElem.setAttribute("type",type);
|
||||
parElem.setAttribute("name",name);
|
||||
parElem.setAttribute("description",desc);
|
||||
parElem.setAttribute("tooltip",tooltip);
|
||||
//parElem.setAttribute("description",desc);
|
||||
//parElem.setAttribute("tooltip",tooltip);
|
||||
}
|
||||
|
||||
void RichParameterXMLVisitor::fillRichParameterAttribute(const QString& type,const QString& name,const QString& val,const QString& desc,const QString& tooltip)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user