| 1142 | } |
| 1143 | |
| 1144 | void MainWindowImpl::enableShowPreview() |
| 1145 | { |
| 1146 | if (treeWidget->selectedItems().count() > 0) |
| 1147 | onItemSelection(); |
| 1148 | else |
| 1149 | labelPreview->setText(tr("Preview")); |
| 1150 | } |
| 1151 | |
| 1152 | void MainWindowImpl::selectGeometryUnit(QString unit) |
| 1153 | { |
nothing calls this directly
no outgoing calls
no test coverage detected