| 186 | } |
| 187 | |
| 188 | void BoxPlotDock::setModel() { |
| 189 | auto* model = aspectModel(); |
| 190 | model->enablePlottableColumnsOnly(true); |
| 191 | model->enableShowPlotDesignation(true); |
| 192 | |
| 193 | QList<AspectType> list{AspectType::Column}; |
| 194 | model->setSelectableAspects(list); |
| 195 | } |
| 196 | |
| 197 | void BoxPlotDock::loadDataColumns() { |
| 198 | // add the combobox for the first column, is always present |
no test coverage detected