X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt%2FFancyLineEdit.h;h=5d55640e95d22d64bb5c7ef330c9bdd52a8a895e;hb=5cb80b867f4a59c3253487652ba74a29ad5b3f0f;hp=c28a028a119b0d30743991735a2e3c93fd346eff;hpb=7d38a4d126e8e2dab08c6a47947b913921c3f083;p=lyx.git diff --git a/src/frontends/qt/FancyLineEdit.h b/src/frontends/qt/FancyLineEdit.h index c28a028a11..5d55640e95 100644 --- a/src/frontends/qt/FancyLineEdit.h +++ b/src/frontends/qt/FancyLineEdit.h @@ -71,6 +71,9 @@ public: explicit FancyLineEdit(QWidget *parent = 0); ~FancyLineEdit() {} + /// Set a button to clear contents + void setClearButton(bool visible); + QPixmap buttonPixmap(Side side) const; void setButtonPixmap(Side side, const QPixmap &pixmap);