| 42 | matches_viewer_widget_(new FeatureImageViewerWidget(parent, "matches")) {} |
| 43 | |
| 44 | void TwoViewInfoTab::Clear() { |
| 45 | table_widget_->clearContents(); |
| 46 | matches_.clear(); |
| 47 | configs_.clear(); |
| 48 | sorted_matches_idxs_.clear(); |
| 49 | } |
| 50 | |
| 51 | void TwoViewInfoTab::InitializeTable(const QStringList& table_header) { |
| 52 | QGridLayout* grid = new QGridLayout(this); |
no outgoing calls
no test coverage detected