Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 557 Bytes

README.md

File metadata and controls

35 lines (16 loc) · 557 Bytes

Dicom Viewer using QT

This is a small attempt to develop a Dicom Application Using QT and Python and VTK.

Create enviroment

  conda env create -f environment.yml

Deployement without QT creator

  # You need to run the following command to generate the ui_form.py file
#     pyside6-uic form.ui -o ui_form.py, or
#     pyside2-uic form.ui -o ui_form.py

ScreenShots

Logo

Authors