From 0214afd767bbb5d3d0489c192a184c3bcfdf791f Mon Sep 17 00:00:00 2001 From: cervenansky Date: Fri, 5 Jul 2013 14:44:30 +0200 Subject: [PATCH] ImagesModel correction --- vv/qt_ui/vvPacsConnection.ui | 24 ++++++++++++++++++++++++ vv/vvQPacsConnection.cxx | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/vv/qt_ui/vvPacsConnection.ui b/vv/qt_ui/vvPacsConnection.ui index 219e1ba..4b9b7c6 100644 --- a/vv/qt_ui/vvPacsConnection.ui +++ b/vv/qt_ui/vvPacsConnection.ui @@ -735,6 +735,30 @@ Options + groupBox_3 + label_ID + text_ID + scanButton + clearButton + text_NAME + label_NAME + importButton + groupBox + groupBox_2 + seriesTreeView + imagesTreeView + groupBox_4 + text_PHYS + label_PHYS + label_SDESC + text_SDESC + tabFilter + tabNetwork + label_2 + label_help + helpButton + optionsButton + label_email_2 diff --git a/vv/vvQPacsConnection.cxx b/vv/vvQPacsConnection.cxx index 8d34062..a99789a 100644 --- a/vv/vvQPacsConnection.cxx +++ b/vv/vvQPacsConnection.cxx @@ -353,7 +353,7 @@ void vvQPacsConnection::selectImages(const QModelIndex &index) gdcm::CompositeNetworkFunctions::CFind(m_adress.c_str(), atoi(m_port.c_str()), theQuery, theDataSet, "CREATIS", m_nickname.c_str()); - convertDataSet(theDataSet, Seriesmodel, keys); + convertDataSet(theDataSet, Imagesmodel, keys); } -- 2.47.1