ParametersProvider: Translate to english.
This commit is contained in:
parent
25d5bd12f8
commit
4c00cd8040
@ -4,14 +4,14 @@ ParametersProvider::ParametersProvider(QWidget *parent)
|
|||||||
: QDialog(parent) {
|
: QDialog(parent) {
|
||||||
auto *layout = new QVBoxLayout;
|
auto *layout = new QVBoxLayout;
|
||||||
|
|
||||||
auto *user = new QLabel("Nom d'utilisateur", this);
|
auto *user = new QLabel("Username", this);
|
||||||
userField = new QLineEdit;
|
userField = new QLineEdit;
|
||||||
|
|
||||||
auto *pass = new QLabel("Mot de passe", this);
|
auto *pass = new QLabel("Password", this);
|
||||||
passField = new QLineEdit;
|
passField = new QLineEdit;
|
||||||
passField->setEchoMode(QLineEdit::Password);
|
passField->setEchoMode(QLineEdit::Password);
|
||||||
|
|
||||||
auto *imap = new QLabel("Serveur IMAP", this);
|
auto *imap = new QLabel("IMAP Server", this);
|
||||||
imapField = new QLineEdit("imap.gmail.com");
|
imapField = new QLineEdit("imap.gmail.com");
|
||||||
|
|
||||||
auto *port = new QLabel("Port", this);
|
auto *port = new QLabel("Port", this);
|
||||||
|
Loading…
Reference in New Issue
Block a user