Change color of URLs
This commit is contained in:
parent
907a76b4ad
commit
402cf859ec
1 changed files with 6 additions and 3 deletions
|
@ -58,11 +58,14 @@ void Window::on_open()
|
||||||
|
|
||||||
void Window::on_about()
|
void Window::on_about()
|
||||||
{
|
{
|
||||||
QMessageBox::about(this, "", "<p align=\"center\"><b>fstl</b></p>"
|
QMessageBox::about(this, "",
|
||||||
|
"<p align=\"center\"><b>fstl</b></p>"
|
||||||
"<p>A fast viewer for <code>.stl</code> files.<br>"
|
"<p>A fast viewer for <code>.stl</code> files.<br>"
|
||||||
"<a href=\"https://github.com/mkeeter/fstl\">https://github.com/mkeeter/fstl</a></p>"
|
"<a href=\"https://github.com/mkeeter/fstl\""
|
||||||
|
" style=\"color: #93a1a1;\">https://github.com/mkeeter/fstl</a></p>"
|
||||||
"<p>© 2014 Matthew Keeter<br>"
|
"<p>© 2014 Matthew Keeter<br>"
|
||||||
"<a href=\"mailto:matt.j.keeter@gmail.com\">matt.j.keeter@gmail.com</a></p>");
|
"<a href=\"mailto:matt.j.keeter@gmail.com\""
|
||||||
|
" style=\"color: #93a1a1;\">matt.j.keeter@gmail.com</a></p>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue