MCPcopy Create free account
hub / github.com/Faster3ck/Converseen / enableShowPreview

Method enableShowPreview

src/mainwindowimpl.cpp:1144–1150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142}
1143
1144void MainWindowImpl::enableShowPreview()
1145{
1146 if (treeWidget->selectedItems().count() > 0)
1147 onItemSelection();
1148 else
1149 labelPreview->setText(tr("Preview"));
1150}
1151
1152void MainWindowImpl::selectGeometryUnit(QString unit)
1153{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected