| 106 | } |
| 107 | |
| 108 | Color StatisticsStyleControl_ColorMapEditor::getOtherColor() const |
| 109 | { |
| 110 | const auto table = this->ui.colorMapTable; |
| 111 | auto row = table->rowCount() - 1; |
| 112 | auto otherQColor = table->item(row, 1)->background().color(); |
| 113 | return functionsGui::toColor(otherQColor); |
| 114 | } |
| 115 | |
| 116 | void StatisticsStyleControl_ColorMapEditor::slotItemChanged(QTableWidgetItem *item) |
| 117 | { |
no test coverage detected