import QtQuick 2.0 TextEdit { property string serverBaseUrl; textFormat: TextEdit.RichText text: "" baseUrl: serverBaseUrl + "/text.html" }