VD
Size: a a a
VD
R
M
M
VD
R
VD
M
VD
VD
VD
R
VD
R
VD
auto NumberBitmaps = std::array {
QPixmap("n0.jpg"),
QPixmap("n1.jpg"),
QPixmap("n2.jpg"),
QPixmap("n3.jpg"),
QPixmap("n4.jpg"),
QPixmap("n5.jpg"),
QPixmap("n6.jpg"),
QPixmap("n7.jpg"),
QPixmap("n8.jpg"),
QPixmap("n9.jpg")
};
VD
p
R
auto NumberBitmaps = std::array {
QPixmap("n0.jpg"),
QPixmap("n1.jpg"),
QPixmap("n2.jpg"),
QPixmap("n3.jpg"),
QPixmap("n4.jpg"),
QPixmap("n5.jpg"),
QPixmap("n6.jpg"),
QPixmap("n7.jpg"),
QPixmap("n8.jpg"),
QPixmap("n9.jpg")
};
VD