Hi,
It is possible to use this data structure:
Qt Code:To copy to clipboard, switch view to plain text mode
in range for loop like that:
Qt Code:
for( const Data & d : data ) qDebug()<< d.scope << d.name << d.value;To copy to clipboard, switch view to plain text mode
Bookmarks