Home
last modified time | relevance | path

Searched refs:aXmlFile (Results 1 – 1 of 1) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/qt/OCCTOverview/src/
H A DApplicationCommon.cxx652 QFile aXmlFile(thePath); in MenuFormXml() local
654 if (aXmlFile.error() != QFile::NoError) in MenuFormXml()
656 anErrorMessage = aXmlFile.errorString(); in MenuFormXml()
658 aXmlFile.close(); in MenuFormXml()
661 if (!aXmlFile.open(QIODevice::ReadOnly | QIODevice::Text)) in MenuFormXml()
664 if (aXmlFile.error() != QFile::NoError) in MenuFormXml()
666 anErrorMessage = aXmlFile.errorString(); in MenuFormXml()
669 aXmlFile.close(); in MenuFormXml()
676 …if (!aDomDocument.setContent(&aXmlFile, aNamespaceProcessing, &anErrorMsg, &anErrorLine, &anErrorC… in MenuFormXml()
680 aXmlFile.close(); in MenuFormXml()
[all …]