MCPcopy Create free account
hub / github.com/colmap/colmap / HideWidget

Method HideWidget

src/colmap/ui/options_widget.cc:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void OptionsWidget::HideWidget(QWidget* widget) {
303 auto& widget_row = widget_rows_.at(widget);
304 widget_row.first->hide();
305 widget_row.second->hide();
306}
307
308void OptionsWidget::ShowLayout(QLayout* layout) {
309 auto& layout_row = layout_rows_.at(layout);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected