Prevent x26dockwidget stealing keys from main widget
This commit is contained in:
@@ -61,6 +61,9 @@ public slots:
|
||||
void updateModelFromCookedWidget(const int, const int);
|
||||
void selectX26ListRow(int);
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
|
||||
private:
|
||||
QTableView *m_x26View;
|
||||
X26Model *m_x26Model;
|
||||
|
||||
Reference in New Issue
Block a user