Clean QDicomViewer.
This commit is contained in:
@@ -272,10 +272,3 @@ void QDicomViewer::openDICOM(const std::string &dicomName, SeriesOpenMode openMo
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void QDicomViewer::resetToolBarButtons(ViewFunctionState state) {
|
|
||||||
// fusionBtn->setEnabled(state.canFusion);
|
|
||||||
// mprBtn->setEnabled(state.canMPR);
|
|
||||||
SyncHelper::setSyncState(state.canSync?AUTO_SYNC:DIS_SYNC);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -80,8 +80,6 @@ private:
|
|||||||
*/
|
*/
|
||||||
void createVCRToolbar(DicomImageView *v);
|
void createVCRToolbar(DicomImageView *v);
|
||||||
|
|
||||||
void resetToolBarButtons(ViewFunctionState state);
|
|
||||||
|
|
||||||
|
|
||||||
ExportDialog *exportDialog = nullptr;
|
ExportDialog *exportDialog = nullptr;
|
||||||
ImportWidget *m_import =nullptr;
|
ImportWidget *m_import =nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user