5#ifndef DPAGEINDICATOR_P_H
6#define DPAGEINDICATOR_P_H
8#include "dpageindicator.h"
9#include <DObjectPrivate>
11DWIDGET_BEGIN_NAMESPACE
20 void setPageCount(
const int count);
23 void setCurrentPage(
const int index);
27 int secondaryPointRadius = 3;
28 int pointDistance = 12;
32 QColor secondaryPointColor;
Definition: dpageindicator_p.h:14
The DPageIndicator class provides indicator of which page is currently showing.
Definition: dpageindicator.h:17