| 155 | bool PlotCursorReadouts::isXVisible() { return x_contents->isVisible(); } |
| 156 | |
| 157 | bool PlotCursorReadouts::isYVisible() { return y_contents->isVisible(); } |
| 158 | |
| 159 | void PlotCursorReadouts::setColor(QColor color) { setStyleSheet("color: " + color.name(QColor::HexRgb)); } |
| 160 |