CAM: select rows instead of cells in drilling panel

This commit is contained in:
jffmichi
2025-07-15 21:09:16 +02:00
parent 3b3d19c56b
commit e12b4fd27c

View File

@@ -25,6 +25,9 @@ You can add feature for processing by selecting them and then pressing Add. If a
Reset deletes all current items from the list and fills the list with all circular holes eligible for the operation from the model. You can again 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>