X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/1d03d11fb0aa8e3418597e7c1ab38f2b28d48924..9892f674393394ef97f5f9dad6a9e4e435f771ed:/qt/multypo.h diff --git a/qt/multypo.h b/qt/multypo.h index 400d4c9..49b70b1 100644 --- a/qt/multypo.h +++ b/qt/multypo.h @@ -2,6 +2,9 @@ #define MULTIKBD_H #include +#include + +class QLabel; class MultypoWindow : public QWidget { @@ -13,15 +16,15 @@ public: bool handleX11Event(XEvent *event); -protected: - virtual void showEvent (QShowEvent *); - private: void handleKeyPress(int device, QString string); private: bool xiInited; int xiOpcode; + QLabel *mainLabel; + + QMap players; }; #endif // MULTIKBD_H