BibleTime
|
#include "cscrollerwidgetset.h"
#include <QPoint>
#include <QString>
#include <Qt>
#include <QToolButton>
#include <QVBoxLayout>
#include <QWheelEvent>
#include "../../util/btconnect.h"
#include "cscrollbutton.h"
Go to the source code of this file.
Macros | |
#define | ARROW_HEIGHT (static_cast<unsigned int>(12)) |
#define | MOVER_HEIGHT (static_cast<unsigned int>(6)) |
#define | WIDTH (static_cast<unsigned int>(16)) |
#define ARROW_HEIGHT (static_cast<unsigned int>(12)) |
Definition at line 26 of file cscrollerwidgetset.cpp.
#define MOVER_HEIGHT (static_cast<unsigned int>(6)) |
Definition at line 27 of file cscrollerwidgetset.cpp.
#define WIDTH (static_cast<unsigned int>(16)) |
Definition at line 25 of file cscrollerwidgetset.cpp.