Skip to content
Snippets Groups Projects
CustomLineEdit.cpp 402 B
Newer Older
#include "CustomLineEdit.h"

CustomLineEdit::CustomLineEdit(QWidget *parent):CustomLineEditBase (parent)
{

    connect(btnControl,&QPushButton::clicked,[=]{
        this->clear();
        setVisibleButton(false);
        Utils::setPropertyAndUpdateStyle(this, Properties::FILLED,false);
konstantin.kukharenko's avatar
konstantin.kukharenko committed
        Utils::setPropertyAndUpdateStyle(this, Properties::ACTIVE,false);
konstantin.kukharenko's avatar
konstantin.kukharenko committed
        this->setFocus();