[SOLVED] What does the <qt> tag do?
General and Desktop
2
Posts
2
Posters
1.2k
Views
1
Watching
-
wrote on 13 Apr 2013, 13:00 last edited by
What does the <qt> tag do?
A segment from Combo Widget Mapper Example looks like this, and removing the <qt> tag does not seem to affect the program.
@QStringList addresses;
addresses << "<qt>123 Main Street<br/>Market Town</qt>"
<< "<qt>PO Box 32<br/>Mail Handling Service"
"<br/>Service City</qt>"
<< "<qt>The Lighthouse<br/>Remote Island</qt>"
<< "<qt>47338 Park Avenue<br/>Big City</qt>"
<< "<qt>Research Station<br/>Base Camp<br/>Big Mountain</qt>";@ -
wrote on 13 Apr 2013, 23:18 last edited by
See here, for example:
http://harmattan-dev.nokia.com/docs/library/html/qt4/richtext-html-subset.html[quote]Synonym for html. Provided for compatibility with earlier versions of Qt.[/quote]
2/2