QTfrontend/ui/widget/feedbackdialog.cpp
changeset 12900 a9e4e8fa852c
parent 12036 3957a6653c10
child 13188 16b375b21af1
equal deleted inserted replaced
12899:2bcd3f48ddd0 12900:a9e4e8fa852c
   134     BtnCancel->setFixedHeight(40);
   134     BtnCancel->setFixedHeight(40);
   135     connect(BtnCancel, SIGNAL(clicked()), this, SLOT(reject()));
   135     connect(BtnCancel, SIGNAL(clicked()), this, SLOT(reject()));
   136 
   136 
   137     label_captcha = new QLabel();
   137     label_captcha = new QLabel();
   138     label_captcha->setStyleSheet("border: 3px solid #ffcc00; border-radius: 4px");
   138     label_captcha->setStyleSheet("border: 3px solid #ffcc00; border-radius: 4px");
   139     label_captcha->setText("loading<br>captcha");
   139     label_captcha->setText(QLabel::tr("Loading<br>CAPTCHA ..."));
   140     label_captcha->setFixedSize(200, 50);
   140     label_captcha->setFixedSize(200, 50);
   141     captchaLayout->addWidget(label_captcha);
   141     captchaLayout->addWidget(label_captcha);
   142 
   142 
   143     label_captcha_input = new QLabel();
   143     label_captcha_input = new QLabel();
   144     label_captcha_input->setText(QLabel::tr("Type the security code:"));
   144     label_captcha_input->setText(QLabel::tr("Type the security code:"));