void on_edit_textChanged()
{
if (edit.text().length() > MAX_LENGTH) {
edit->textCursor().deletePreviousChar();
}
}