| 985 | } |
| 986 | |
| 987 | void |
| 988 | SpinBox::setUseLineColor(bool use, |
| 989 | const QColor& color) |
| 990 | { |
| 991 | _imp->useLineColor = use; |
| 992 | _imp->lineColor = color; |
| 993 | update(); |
| 994 | } |
| 995 | |
| 996 | KnobSpinBox::KnobSpinBox(QWidget* parent, |
| 997 | SpinBoxTypeEnum type, |
no outgoing calls
no test coverage detected