Prevent x26dockwidget stealing keys from main widget

This commit is contained in:
G.K.MacGregor
2021-02-12 19:19:33 +00:00
parent 37d669a34a
commit d5bb0417af
2 changed files with 16 additions and 4 deletions

View File

@@ -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;