firet Asked:2022-03-02 08:15:09 +0000 UTC2022-03-02 08:15:09 +0000 UTC 2022-03-02 08:15:09 +0000 UTC Qt QGraphicView 鼠标点击 772 有一个QGraphicView,点击后需要做点什么,怎么做? qt 1 个回答 Voted Best Answer firet 2022-03-02T11:27:02Z2022-03-02T11:27:02Z 您需要在表单类中使用 bool eventFilter(QObject *object, QEvent *event) 。对象是发生某事的小部件,事件是发生了什么
您需要在表单类中使用 bool eventFilter(QObject *object, QEvent *event) 。对象是发生某事的小部件,事件是发生了什么