Home
last modified time | relevance | path

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

/dports/misc/artikulate/artikulate-21.12.3/src/core/resources/
H A Dskeletonresource.cpp147 QDomElement phraseTextElement = document.createElement(QStringLiteral("text")); in serializedSkeleton() local
151 phraseTextElement.appendChild(document.createTextNode(phrase->text())); in serializedSkeleton()
155 phraseElement.appendChild(phraseTextElement); in serializedSkeleton()
H A Dcourseparser.cpp339 QDomElement phraseTextElement = document.createElement(QStringLiteral("text")); in serializedPhrase() local
347 phraseTextElement.appendChild(document.createTextNode(phrase->text())); in serializedPhrase()
366 phraseElement.appendChild(phraseTextElement); in serializedPhrase()