MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / setModels

Method setModels

ASAP/worklist_interface/GUI/WorklistWindow.cpp:362–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 }
361
362 void WorklistWindow::setModels(void)
363 {
364 m_ui->view_images->setModel(m_models.images);
365 m_ui->view_patients->setModel(m_models.patients);
366 m_ui->view_studies->setModel(m_models.studies);
367 m_ui->view_worklists->setModel(m_models.worklists);
368 }
369
370 void WorklistWindow::keyPressEvent(QKeyEvent* event)
371 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected