#include <math.h>
#include <qglobal.h>
#include <qwidget.h>
#include <qframe.h>
#include <qpainter.h>
#include <qpixmap.h>
#include <qstring.h>
#include <qpushbutton.h>
#include <qdatetime.h>
#include <qrect.h>
#include <qlabel.h>
Go to the source code of this file.
Defines | |
#define | LOGO_FILE "/dev/null" |
#define | qwtMax(x, y) ( (x) > (y) ? (x) : (y) ) |
#define | qwtMin(x, y) ( (x) < (y) ? (x) : (y) ) |
#define | qwtAbs(x) ( (x) > 0 ? (x) : -(x) ) |
|
|
|
|
|
|
|
|