Mercurial > trustbridge
comparison ui/proxysettingsdlg.cpp @ 1009:c1f32c87716a
Fixed label and translation string.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 12:18:04 +0200 |
parents | 0f7aeb12e5e9 |
children | 515345358b71 |
comparison
equal
deleted
inserted
replaced
1008:2fb6071c6669 | 1009:c1f32c87716a |
---|---|
33 QLabel *iconLabel = new QLabel(); | 33 QLabel *iconLabel = new QLabel(); |
34 iconLabel->setPixmap(QPixmap(":/img/preferences-network_64.png")); | 34 iconLabel->setPixmap(QPixmap(":/img/preferences-network_64.png")); |
35 iconTextLayout->addWidget(iconLabel); | 35 iconTextLayout->addWidget(iconLabel); |
36 | 36 |
37 QLabel *explanation = new QLabel(tr("Please enter the proxy server to use in the field below.") + | 37 QLabel *explanation = new QLabel(tr("Please enter the proxy server to use in the field below.") + |
38 "</br>" + tr("The URL can follow the scheme:") + " " + | 38 " " + tr("The URL can follow the scheme:") + "<br/>" + |
39 tr("<username>:<password>@<hostname>:<port>") + | 39 tr("<username>:<password>@<hostname>:<port>") + |
40 "</br></br>"); | 40 "<br/></br/>"); |
41 explanation->setTextFormat(Qt::RichText); | 41 explanation->setTextFormat(Qt::RichText); |
42 explanation->setWordWrap(true); | 42 explanation->setWordWrap(true); |
43 | 43 |
44 iconTextLayout->addWidget(explanation); | 44 iconTextLayout->addWidget(explanation); |
45 mainLayout->addLayout(iconTextLayout); | 45 mainLayout->addLayout(iconTextLayout); |