Added display of Qt version in AboutDialog.

Updated english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6844 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-10-18 22:12:31 +00:00
parent 135a5e579a
commit 30103ef5f2
3 changed files with 40 additions and 18 deletions

View file

@ -193,8 +193,11 @@ AWidget::AWidget() {
{
QString version = QString("RetroShare %1 : \n%2").arg(tr("version"), QString::fromStdString(vit->second));
p.drawText(QRect(10, 10, width()-10, 60), version);
}
/* Draw Qt's version number */
p.drawText(QRect(10, 50, width()-10, 60), QString("Qt %1 : \n%2").arg(tr("version"), QT_VERSION_STR));
p.end();
image1 = image2 = image;