I've temporally switched back to QWebView. Because I want the labels to act like a normal "<span>".
But they aren't selectable and i'm not finding a way to copy and other things.
Is that possible make a "page" in QML like a html right ?

If it's possible what would be better ? Creating a html and changing some content with .arg() or javascript.
Or using QML <=> C++ ?