equal
deleted
inserted
replaced
23 QVBoxLayout * l = new QVBoxLayout(this); |
23 QVBoxLayout * l = new QVBoxLayout(this); |
24 setLayout(l); |
24 setLayout(l); |
25 |
25 |
26 pbMain = new QPushButton(this); |
26 pbMain = new QPushButton(this); |
27 pbMain->setCheckable(true); |
27 pbMain->setCheckable(true); |
28 |
28 |
29 QPixmap pm(":/res/btnDisabled.png"); |
29 QPixmap pm(":/res/btnDisabled.png"); |
30 QPainter * painter = new QPainter(); |
30 QPainter * painter = new QPainter(); |
31 |
31 |
32 pmChecked.load(img); |
32 pmChecked.load(img); |
33 pmDisabled.load(img); |
33 pmDisabled.load(img); |