C++ (Qt)
ui->label->setText("<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0//EN' 'http://www.w3.org/TR/REC-html40/strict.dtd'>"
"<html><head><style type=text/css>"
"a:link {color:#55789b; text-decoration:none;}"
"a:hover {color:#f9e699; text-decoration:underline;}"
"</style></head><body><a href='http://google.ru'>Google</a></body></html>");
проверьте этот код, пожалуйста.
у меня оно не пашет =(