Mantid
|
#include <LineEditWithClear.h>
Public Member Functions | |
LineEditWithClear (QWidget *parent=nullptr) | |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *) override |
Private Slots | |
void | updateCloseButton (const QString &text) |
Private Attributes | |
QToolButton * | clearButton |
Definition at line 21 of file LineEditWithClear.h.
MantidQt::MantidWidgets::LineEditWithClear::LineEditWithClear | ( | QWidget * | parent = nullptr | ) |
Definition at line 16 of file LineEditWithClear.cpp.
References clearButton, and updateCloseButton().
|
overrideprotected |
Definition at line 33 of file LineEditWithClear.cpp.
References bottom, clearButton, Mantid::Geometry::rect, and right.
|
privateslot |
Definition at line 39 of file LineEditWithClear.cpp.
References clearButton.
Referenced by LineEditWithClear().
|
private |
Definition at line 34 of file LineEditWithClear.h.
Referenced by LineEditWithClear(), resizeEvent(), and updateCloseButton().