![]() |
Qt 6.x
The Qt SDK
|
#include "qabstractitemdelegate.h"#include <qabstractitemmodel.h>#include <qabstractitemview.h>#include <qfontmetrics.h>#include <qevent.h>#include <qstring.h>#include <qdebug.h>#include <qapplication.h>#include <qvalidator.h>#include <qjsonvalue.h>#include <private/qtextengine_p.h>#include <private/qabstractitemdelegate_p.h>#include <qpa/qplatformintegration.h>#include <private/qguiapplication_p.h>#include "moc_qabstractitemdelegate.cpp"
Include dependency graph for qabstractitemdelegate.cpp:Go to the source code of this file.
Functions | |
| static bool | editorHandlesKeyEvent (QWidget *editor, const QKeyEvent *event) |
Definition at line 390 of file qabstractitemdelegate.cpp.
References Qt::Key_Backtab, Qt::Key_Enter, Qt::Key_Return, Qt::Key_Tab, and Q_UNUSED.
Referenced by QAbstractItemDelegatePrivate::editorEventFilter().
Here is the caller graph for this function: