#include "mylineedit.h"
MyLineEdit::MyLineEdit(QWidget *parent /*= nullptr*/) :
QLineEdit(parent)
{}
MyLineEdit::~MyLineEdit()