catching keypressevent in void QTreeWidget::editItems();
Unsolved
General and Desktop
-
wrote on 31 Dec 2015, 11:15 last edited by Lorence
is there a way to catch what is being type here?
void MyTreeWidget::keyPressEvent(QKeyEvent *event) { qDebug() << "test"; }
this one doesnt work
-
Hi
You can try with eventfilter on the QTreeWidget.
2/2