equal
deleted
inserted
replaced
23 |
23 |
24 #include "igbox.h" |
24 #include "igbox.h" |
25 |
25 |
26 IconedGroupBox::IconedGroupBox(QWidget * parent) |
26 IconedGroupBox::IconedGroupBox(QWidget * parent) |
27 { |
27 { |
|
28 // Has issues with border-radius on children |
|
29 // setAttribute(Qt::WA_PaintOnScreen, true); |
28 titleLeftPadding = 82; |
30 titleLeftPadding = 82; |
29 contentTopPadding = 22; |
31 contentTopPadding = 22; |
30 } |
32 } |
31 |
33 |
32 void IconedGroupBox::setIcon(const QIcon & icon) |
34 void IconedGroupBox::setIcon(const QIcon & icon) |