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

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

    connect(btnControl,&QPushButton::clicked,[=]{
        this->clear();
        setVisibleButton(false);
        Utils::setPropertyAndUpdateStyle(this, Properties::NORMAL,false);
        Utils::setPropertyAndUpdateStyle(this, Properties::ACTIVE,false);