Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "../mainwindow/mainwindow.h"
#include "serverapp.h"
#include "../../shared/util.h"
#include <QTranslator>
#include <QNetworkInterface>
#include <QSettings>
#include <QLibraryInfo>
Go to the source code of this file.
Functions | |
static QSize | minimalGridSize (const QMap< QString, QPoint > &clientPositions, QSize &clientSize) |
returns the minimal grid size such that all clients fit on the grid More... | |
|
static |
returns the minimal grid size such that all clients fit on the grid
Definition at line 182 of file serverapp.cpp.