Il 07/05/20 11:38, Julius Bullinger ha scritto:
How would one create a hidden, non-interactive window with Qt?
Didn't try it myself, but the idea would be
class EventWindow : public QWindow { bool nativeEvent(~~~) override { ~~~ } }; EventWindow w;w.create(); // never show(), etc. this window
HTH, -- Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer KDAB (France) S.A.S., a KDAB Group company Tel. France +33 (0)4 90 84 08 53, http://www.kdab.com KDAB - The Qt, C++ and OpenGL Experts
smime.p7s
Description: Firma crittografica S/MIME
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest