X-Git-Url: https://git.ralfj.de/multypo.git/blobdiff_plain/318e322c3cd72e6a7f692c6f7c7770c0e15720c8..7a18f439db0b8a7d55ffd0368bb0159afa79ab62:/qt/player.h diff --git a/qt/player.h b/qt/player.h index 3817866..f28028f 100644 --- a/qt/player.h +++ b/qt/player.h @@ -4,6 +4,11 @@ #include #include +#define BASE_COLOR "green" +#define READY_COLOR "orange" +#define BASE_SIZE "45pt" +#define SMALL_SIZE "25pt" + class Player { public: @@ -31,7 +36,7 @@ private: State state; - void updateLabel(); + void setLabel(QString body, QString color, QString header = ""); }; #endif // PLAYER_H