#include "QtxSplash.h"
#include "QtxResourceMgr.h"
#include <cstdio>
#include <QApplication>
#include <QPainter>
#include <QMessageBox>
#include <QDesktopWidget>
Classes | |
class | ProgressEvent |
Progress change custom event. More... | |
Macros | |
#define | BOUNDED(a, min, max) ( a >= min && a <= max ) |
Functions | |
static bool | checkGradient (const QGradient *g) |
Check if the gradient is defined in the relative coordinates [static]. More... | |
#define BOUNDED | ( | a, | |
min, | |||
max | |||
) | ( a >= min && a <= max ) |