Qt 6.11 is out! See what's new in the release
blog
I can't include QKeyEvent library
-
Hi i can't include this library show me this message:
C1083: You can't open the file included : 'QKeyEvent': No such file or directoryI included this:
#include <QEvent>
#include <QKeyEvent>@RIVOPICO
does#include <QtGui/QKeyEvent>work for you?
Did you compile Qt yourself?