did some testing with event filter. not used.
This commit is contained in:
		@@ -21,6 +21,7 @@ class MainWindow : public QMainWindow {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
    void customEvent(QEvent *event) override;
 | 
					    void customEvent(QEvent *event) override;
 | 
				
			||||||
 | 
					    // bool eventFilter(QObject *obj, QEvent *ev) override;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
    MainWindow(hwinf *hw, Worker *worker, Update *update, QWidget *parent = nullptr);
 | 
					    MainWindow(hwinf *hw, Worker *worker, Update *update, QWidget *parent = nullptr);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user