I’m interested in creating a custom widget using the qMRML~Widget in Qt Designer, particularly the qMRMLMarksupROIWidget.
For the qMRMLMarksupROIWidget, I only require a slider to adjust the size of the ROI. Specifically, I want to remove all other elements and reposition the slider.
Is this achievable in Qt Designer?
If so, which approach would be more efficient: rebuilding the functionality from scratch or utilizing the qMRML Widget?