| 56 | } |
| 57 | |
| 58 | void BackgroundWidget::SetColors(int normal_color, int enter_color, int pressed_color) { |
| 59 | this->normal_color_ = normal_color; |
| 60 | this->enter_color_ = enter_color; |
| 61 | this->pressed_color_ = pressed_color; |
| 62 | repaint(); |
| 63 | } |
| 64 | |
| 65 | void BackgroundWidget::SetRadius(int radius) { |
| 66 | this->radius_ = radius; |
no outgoing calls
no test coverage detected