Merge pull request #343 from Kirillpt/fix/textFieldvalidation

fix validation feature in TextInput
pull/344/head
DeepBlueV7.X 4 years ago committed by GitHub
commit 633fd31edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/ui/TextField.cpp

@ -20,6 +20,7 @@ TextField::TextField(QWidget *parent)
label_font_size_ = 15;
show_label_ = false;
background_color_ = pal.color(QPalette::Window);
is_valid_ = true;
setFrame(false);
setAttribute(Qt::WA_Hover);

Loading…
Cancel
Save