21 std::map<std::string, DataHolderLib::Color>* stratColors,
26 stationView->setRenderHints(QPainter::Antialiasing);
27 stationView->setStation(station, stratColors);
38 int width = (stationView->getWidth() > 800) ? 800 : stationView->getWidth();
40 (stationView->getHeight() > 600) ? 600 : stationView->getHeight();
41 resize(width, height);
Definition of the Station class.
Definition of the StratWindow class.
A borehole as a geometric object.
void on_closeButton_clicked()
void resizeWindow()
Automatically resize window based on the measurements of the borehole.
StratWindow(GeoLib::StationBorehole *station, std::map< std::string, DataHolderLib::Color > *stratColors=nullptr, QWidget *parent=nullptr)