#include "exmp.h"exmp::exmp(QWidget *parent) : QWidget(parent){ this->setFocusPolicy(Qt::ClickFocus);// добавил вот эту строчку}exmp::~exmp(){}