mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-26 19:26:59 +03:00
Put links into table
This commit is contained in:
parent
c5f5292d9e
commit
76dd4ea5c0
1 changed files with 6 additions and 4 deletions
|
@ -54,10 +54,12 @@ public:
|
|||
QString aboutText = QString(
|
||||
"<p style=\"white-space: pre-wrap;\">"
|
||||
"%1\n\n"
|
||||
"%2\n\n\n"
|
||||
"%3 <a href=\"http://www.qbittorrent.org\">http://www.qbittorrent.org</a>\n"
|
||||
"%4 <a href=\"http://forum.qbittorrent.org\">http://forum.qbittorrent.org</a>\n"
|
||||
"%5 <a href=\"http://bugs.qbittorrent.org\">http://bugs.qbittorrent.org</a>"
|
||||
"%2\n\n"
|
||||
"<table>"
|
||||
"<tr><td>%3</td><td><a href=\"http://www.qbittorrent.org\">http://www.qbittorrent.org</a></td></tr>"
|
||||
"<tr><td>%4</td><td><a href=\"http://forum.qbittorrent.org\">http://forum.qbittorrent.org</a></td></tr>"
|
||||
"<tr><td>%5</td><td><a href=\"http://bugs.qbittorrent.org\">http://bugs.qbittorrent.org</a></td></tr>"
|
||||
"</table>"
|
||||
"</p>")
|
||||
.arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."))
|
||||
.arg(tr("Copyright %1 2006-2016 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)))
|
||||
|
|
Loading…
Reference in a new issue