更新监控系统说明书

This commit is contained in:
feiyangqingyun
2022-04-11 21:08:42 +08:00
parent c016193e1d
commit 9af9e1e355
10 changed files with 517 additions and 130 deletions

View File

@@ -46,7 +46,11 @@ NavButton::NavButton(QWidget *parent) : QPushButton(parent)
setText("导航按钮");
}
#if (QT_VERSION >= QT_VERSION_CHECK(6,0,0))
void NavButton::enterEvent(QEnterEvent *)
#else
void NavButton::enterEvent(QEvent *)
#endif
{
hover = true;
this->update();