24 std::vector<std::string> geo_station_names;
33 std::size_t nGeoObjects(geoNames.size());
36 for (
unsigned i = 0; i < nGeoObjects; ++i)
38 list.append(QString::fromStdString(geoNames[i]));
43 this->selectGeoButton->setDisabled(
true);
44 this->deselectGeoButton->setDisabled(
true);
45 list.append(
"(No geometry available.)");
48 this->allGeoView->setModel(
_allGeo);
49 this->selectedGeoView->setModel(
_selGeo);
51 std::string new_geo_name(
"MergedGeometry");
53 this->newGeoNameEdit->setText(QString::fromStdString(new_geo_name));