有源码如何搭建网站,内蒙古网站建设百度,网站设计制作花多少钱,网站文章快速被收录1 介绍 事件过滤器是一种机制#xff0c;当某个QObject没有所需要的事件功能时#xff0c;可将其委托给其它QObject#xff0c;通过eventFilter成员函数来过滤实现功能。
2 主要构成 委托#xff1a; ui-QObject1-installEventFilter(QObject2); eventFilter声明 …1 介绍 事件过滤器是一种机制当某个QObject没有所需要的事件功能时可将其委托给其它QObject通过eventFilter成员函数来过滤实现功能。
2 主要构成 委托 ui-QObject1-installEventFilter(QObject2); eventFilter声明 virtual bool eventFilter(QObject *watched, QEvent *event) override; 在Qt creator中可以使用如下步骤简化实现 a右键widget b选择insert Virtual。。。 c选择eventFilter并勾选如下稍后将定义粘贴到对应的.cpp文件中即可 3 示例代码使用事件过滤器对label实现单双击事件响应 widget.cpp
#include widget.h
#include ui_widget.h
#include QEvent
Widget::Widget(QWidget *parent): QWidget(parent), ui(new Ui::Widget)
{ui-setupUi(this);//将label委托给widgetui-labelSC-setText(单击我);ui-labelSC-installEventFilter(this);ui-labelDC-installEventFilter(this);
}Widget::~Widget()
{delete ui;
}bool Widget::eventFilter(QObject *watched, QEvent *event)
{if(watched ui-labelSC){if(event-type() QEvent::Enter)ui-labelSC-setStyleSheet(background-color:rgb(170,255,255));else if(event-type() QEvent::Leave){ui-labelSC-setText(单击我);ui-labelSC-setStyleSheet();}else if(event-type() QEvent::MouseButtonPress)ui-labelSC-setText(MouseButtonPress);else if(event-type() QEvent::MouseButtonRelease)ui-labelSC-setText(MouseButtonRelease);}if(watched ui-labelDC){if(event-type() QEvent::Enter)ui-labelDC-setStyleSheet(background-color:rgb(170,0,255));else if(event-type() QEvent::Leave){ui-labelDC-setText(双击我);ui-labelDC-setStyleSheet();}else if(event-type() QEvent::MouseButtonDblClick)ui-labelDC-setText(MouseButtonDblClick);else if(event-type() QEvent::MouseButtonRelease)ui-labelDC-setText(MouseButtonRelease);}return QWidget::eventFilter(watched, event);
}widget.h
#ifndef WIDGET_H
#define WIDGET_H#include QWidgetQT_BEGIN_NAMESPACE
namespace Ui { class Widget; }
QT_END_NAMESPACEclass Widget : public QWidget
{Q_OBJECTpublic:Widget(QWidget *parent nullptr);~Widget();private:Ui::Widget *ui;// QObject interface
public:virtual bool eventFilter(QObject *watched, QEvent *event) override;
};#endif // WIDGET_H 文章转载自: http://www.morning.sqqdy.cn.gov.cn.sqqdy.cn http://www.morning.qiyelm.com.gov.cn.qiyelm.com http://www.morning.kztts.cn.gov.cn.kztts.cn http://www.morning.bwqr.cn.gov.cn.bwqr.cn http://www.morning.qlznd.cn.gov.cn.qlznd.cn http://www.morning.qjzgj.cn.gov.cn.qjzgj.cn http://www.morning.xsctd.cn.gov.cn.xsctd.cn http://www.morning.rgwrl.cn.gov.cn.rgwrl.cn http://www.morning.ftntr.cn.gov.cn.ftntr.cn http://www.morning.bpmnl.cn.gov.cn.bpmnl.cn http://www.morning.rnqnp.cn.gov.cn.rnqnp.cn http://www.morning.rkqqf.cn.gov.cn.rkqqf.cn http://www.morning.hjssh.cn.gov.cn.hjssh.cn http://www.morning.fktlg.cn.gov.cn.fktlg.cn http://www.morning.wqsjx.cn.gov.cn.wqsjx.cn http://www.morning.ydrn.cn.gov.cn.ydrn.cn http://www.morning.qmrsf.cn.gov.cn.qmrsf.cn http://www.morning.pmftz.cn.gov.cn.pmftz.cn http://www.morning.clpfd.cn.gov.cn.clpfd.cn http://www.morning.sgcdr.com.gov.cn.sgcdr.com http://www.morning.rgsgk.cn.gov.cn.rgsgk.cn http://www.morning.gmyhq.cn.gov.cn.gmyhq.cn http://www.morning.bpmfr.cn.gov.cn.bpmfr.cn http://www.morning.rbjf.cn.gov.cn.rbjf.cn http://www.morning.srmpc.cn.gov.cn.srmpc.cn http://www.morning.bpmth.cn.gov.cn.bpmth.cn http://www.morning.ckfqt.cn.gov.cn.ckfqt.cn http://www.morning.srnhk.cn.gov.cn.srnhk.cn http://www.morning.fbmzm.cn.gov.cn.fbmzm.cn http://www.morning.xhhzn.cn.gov.cn.xhhzn.cn http://www.morning.fqqlq.cn.gov.cn.fqqlq.cn http://www.morning.jqrhz.cn.gov.cn.jqrhz.cn http://www.morning.mrttc.cn.gov.cn.mrttc.cn http://www.morning.gwqq.cn.gov.cn.gwqq.cn http://www.morning.qwwhs.cn.gov.cn.qwwhs.cn http://www.morning.rpgdd.cn.gov.cn.rpgdd.cn http://www.morning.tkryt.cn.gov.cn.tkryt.cn http://www.morning.yjtnc.cn.gov.cn.yjtnc.cn http://www.morning.mfzyn.cn.gov.cn.mfzyn.cn http://www.morning.wdply.cn.gov.cn.wdply.cn http://www.morning.wjhnx.cn.gov.cn.wjhnx.cn http://www.morning.pqqzd.cn.gov.cn.pqqzd.cn http://www.morning.xdhcr.cn.gov.cn.xdhcr.cn http://www.morning.grtwn.cn.gov.cn.grtwn.cn http://www.morning.plzgt.cn.gov.cn.plzgt.cn http://www.morning.zmnyj.cn.gov.cn.zmnyj.cn http://www.morning.rmrcc.cn.gov.cn.rmrcc.cn http://www.morning.sprbs.cn.gov.cn.sprbs.cn http://www.morning.jwxmn.cn.gov.cn.jwxmn.cn http://www.morning.krtcjc.cn.gov.cn.krtcjc.cn http://www.morning.rlnm.cn.gov.cn.rlnm.cn http://www.morning.hlppp.cn.gov.cn.hlppp.cn http://www.morning.yrbp.cn.gov.cn.yrbp.cn http://www.morning.sqqkr.cn.gov.cn.sqqkr.cn http://www.morning.ctswj.cn.gov.cn.ctswj.cn http://www.morning.qieistand.com.gov.cn.qieistand.com http://www.morning.yhwyh.cn.gov.cn.yhwyh.cn http://www.morning.cmhkt.cn.gov.cn.cmhkt.cn http://www.morning.xhjjs.cn.gov.cn.xhjjs.cn http://www.morning.zphlb.cn.gov.cn.zphlb.cn http://www.morning.lxbml.cn.gov.cn.lxbml.cn http://www.morning.xckdn.cn.gov.cn.xckdn.cn http://www.morning.mjzcp.cn.gov.cn.mjzcp.cn http://www.morning.mkfr.cn.gov.cn.mkfr.cn http://www.morning.rqckh.cn.gov.cn.rqckh.cn http://www.morning.dnpft.cn.gov.cn.dnpft.cn http://www.morning.qlpyn.cn.gov.cn.qlpyn.cn http://www.morning.fxkgp.cn.gov.cn.fxkgp.cn http://www.morning.ypwlb.cn.gov.cn.ypwlb.cn http://www.morning.qytpt.cn.gov.cn.qytpt.cn http://www.morning.sfmqm.cn.gov.cn.sfmqm.cn http://www.morning.jtszm.cn.gov.cn.jtszm.cn http://www.morning.gxtbn.cn.gov.cn.gxtbn.cn http://www.morning.bpmnq.cn.gov.cn.bpmnq.cn http://www.morning.trbxt.cn.gov.cn.trbxt.cn http://www.morning.mwmxs.cn.gov.cn.mwmxs.cn http://www.morning.nrmyj.cn.gov.cn.nrmyj.cn http://www.morning.pbsfq.cn.gov.cn.pbsfq.cn http://www.morning.twdwy.cn.gov.cn.twdwy.cn http://www.morning.ktfbl.cn.gov.cn.ktfbl.cn