#include <QWidget>
#include <QPaintEvent>
#include <QResizeEvent>
#include <QPainterPath>
#include <QPainter>
#include <QString>
#include <QVector>
#include <QTextOption>
#include <QRect>
#include <QTimer>
#include <cmath>
#include "tournament.h"
Go to the source code of this file.
Classes | |
class | Canvas |
Draws the Tournament tree, Team names, icons, and Picks. More... |