Operating system:win10
Slicer version:4.10.0
Expected behavior:
Actual behavior:
Hi,everyone. I am studying on the source code of slicer 4.10.0 and i am wondering
if it is possible to cut off some modules (that i may never use) from slicer,
cause now there are too many of them, which sometimes make it difficult and
time-consuming to find the module that i really want .
and also i tend to simplify some specific modules by only maintaining some
functionalities that i want. So i would like to know if it is possible to do that?
And are there any suggestions can be offered to me to help me to do this task ?
@cpinter@jcfr Thanks for the extremely helpful reply. I tried and it works very well .
But for the widget part, i still have problems which comes from the combination of
C++ and Python, i assume.
More specific, in segment editor module, the main frame is achieved in C++ and Qt.
But when it comes to the “Effects”(see pic 1 below, red rectangle), all of them are
achieved with Python, so i am confused and don’t know how to do, cause i only
want part of them and delete/hide others. For example, i only want to keep some
functionalities in yellow circle(see pic 2 ). Any advice ?