mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
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:
parent
135a5e579a
commit
30103ef5f2
3 changed files with 40 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue