Merge pull request #22500 from jffmichi/drilling_select_line

CAM: select rows instead of cells in drilling panel
This commit is contained in:
sliptonic
2025-09-15 10:46:52 -05:00
committed by GitHub

View File

@@ -25,6 +25,9 @@ Add features for processing by selecting them and then pressing 'Add'. If a feat
Reset deletes all current items from the list and fills the list with all circular holes eligible for the operation from the model. Refine the list afterwards by enabling/disabling, removing and adding features.</string>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectionBehavior::SelectRows</enum>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>