Originally Posted by rleojoseph now i cant insert the baseUrl into the <a href .......> tag ??? Why not? Qt Code: Switch view QString link = QString("<a href=\"%1\">%1</a>").arg(baseUrl); QString link = QString("<a href=\"%1\">%1</a>").arg(baseUrl); To copy to clipboard, switch view to plain text mode
QString link = QString("<a href=\"%1\">%1</a>").arg(baseUrl);
Your biological and technological distinctiveness will be added to our own. Resistance is futile. Please ask Qt related questions on the forum and not using private messages or visitor messages.
rleojoseph (7th January 2011)
Forum Rules
Bookmarks