13 QGridLayout* layout =
new QGridLayout(
this);
15 for (
int dir = 1; dir <= 8; dir++)
18 widget->setVisible(
false);
24 QTimer* timer =
new QTimer(
this);
25 connect(timer, SIGNAL(timeout()),
this, SLOT(
step()));
39 int widget, widgetStep, faceCount, face, faceCurrent;
41 for (widget = 0; widget < 8; widget++)
72 for (faceCurrent = 0; faceCurrent < faceCount; faceCurrent++)
73 faces.append(animation->
faces[face++]);
85 for (
int w = 0; w <
myWidgets.size(); w++)
const Animations * myAnimation
short freearr_x[SIZEOFFREE]
void display(const Animations *animation)
short freearr_y[SIZEOFFREE]
CREAnimationControl(QWidget *parent)
QList< CREAnimationWidget * > myWidgets
void setAnimation(const Animations *animation)