X-Git-Url: https://git.johniez.cz/?p=aspt.git;a=blobdiff_plain;f=playertab.h;fp=playertab.h;h=c31efd0e9f3ae63f43ca78b49f12562376c02c2d;hp=f09a6f4bb0ed8767189b99ce79aea2f21a2c6918;hb=d5bb30030db3f96b903382a8f862c76d73fdc2b2;hpb=b935a223648e5014d780856903a1b421c7e84398 diff --git a/playertab.h b/playertab.h index f09a6f4..c31efd0 100755 --- a/playertab.h +++ b/playertab.h @@ -19,6 +19,7 @@ extern void parse(const QString &); extern int playerCnt; extern Player pls[]; +/// Container for players with same possition (GK, LB..) class PlayerCont: public QWidget { Q_OBJECT QTabWidget *tabWidget; @@ -28,6 +29,7 @@ public: ~PlayerCont(); }; +/// Widget with player possition Tabs. class PlayerTab: public QWidget { Q_OBJECT QTabWidget *tabWidget;