Qt, How to catch mouse release events from widgets

前端 未结 0 1463
星月不相逢
星月不相逢 2020-12-16 05:01

I\'ve overrode the eventFilter method of the MainWindow of the application

  bool MainWindow::eventFilter(QObject *obj, QEvent *event){

   if(event->type(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题