The docs say:Unfortunately QDomElement falls into "other subclasses" category.QString QDomNode::nodeValue () const
Returns the value of the node.
The meaning of the value depends on the subclass:
(...)
All the other subclasses do not have a node value and will return an empty string.
Try:Qt Code:
titles.item( t ).toElement().text();To copy to clipboard, switch view to plain text mode
Bookmarks