) or a mailto: link which opens your mail program to write a mail to the specified adress?|
|
Source code |
1 2 3 4 5 6 7 8 9 |
//in constructor eWWW->setPalette(eName->palette());//get palette from regular qlabel eWWW->setSelectedColor((QString)"blue"); eWWW->setUnderline(false); eWWW->setFloat(true); connect(eWWW, SIGNAL(leftURL()), this, SLOT(mouseLeftURL())); //mouseleftURL() eWWW->setPalette(eName->palette()); |