Mercurial > trustbridge
comparison ui/proxysettingsdlg.cpp @ 1063:8a1071fee883
Fixed proxy server label.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Wed, 10 Sep 2014 14:55:40 +0200 |
parents | 515345358b71 |
children |
comparison
equal
deleted
inserted
replaced
1062:515345358b71 | 1063:8a1071fee883 |
---|---|
35 iconLabel->setPixmap(QPixmap(":/img/preferences-network_64.png")); | 35 iconLabel->setPixmap(QPixmap(":/img/preferences-network_64.png")); |
36 iconTextLayout->addWidget(iconLabel); | 36 iconTextLayout->addWidget(iconLabel); |
37 | 37 |
38 QLabel *explanation = new QLabel(tr("Please enter the proxy server to use in the field below.") + | 38 QLabel *explanation = new QLabel(tr("Please enter the proxy server to use in the field below.") + |
39 " " + tr("The URL can follow the scheme:") + "<br/>" + | 39 " " + tr("The URL can follow the scheme:") + "<br/>" + |
40 tr("[<username>:<password>]@<hostname>[:<port>]") + | 40 tr("[<username>:<password>@]<hostname>[:<port>]") + |
41 "<br/></br/>"); | 41 "<br/></br/>"); |
42 explanation->setTextFormat(Qt::RichText); | 42 explanation->setTextFormat(Qt::RichText); |
43 explanation->setWordWrap(true); | 43 explanation->setWordWrap(true); |
44 | 44 |
45 iconTextLayout->addWidget(explanation); | 45 iconTextLayout->addWidget(explanation); |