git-svn-id: svn://db.shs.com.ru/libs@331 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2017-11-29 11:55:29 +00:00
parent d57408804d
commit 8333812844
5 changed files with 26 additions and 9 deletions

View File

@@ -21,11 +21,13 @@ public:
protected:
QWidget * cw;
QString dt;
QImage clear_im;
private:
bool eventFilter(QObject * o, QEvent * e);
void resizeEvent(QResizeEvent * );
void changeEvent(QEvent * e);
void cwPaintEvent();
private slots:
void clearMouseRelease(QMouseEvent * e) {if (cw->rect().contains(e->pos())) clearClick();}