From: cervenansky Date: Fri, 5 Jul 2013 12:44:30 +0000 (+0200) Subject: ImagesModel correction X-Git-Tag: v1.4.0~2^2~28 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0214afd767bbb5d3d0489c192a184c3bcfdf791f;p=clitk.git ImagesModel correction --- 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); }