- Milling Tool - finished the UI and also the button handlers in the Geometry and Excellon objects Properties UI

This commit is contained in:
Marius Stanciu
2020-11-13 17:38:41 +02:00
parent 60b2c4b04f
commit c4b04ef0e5
5 changed files with 555 additions and 102 deletions

View File

@@ -755,8 +755,6 @@ class ExcellonObjectUI(ObjectUI):
# }
# """)
grid2.addWidget(self.milling_button, 6, 0, 1, 2)
# TODO until the Milling Tool is finished this stays disabled
self.milling_button.setDisabled(True)
separator_line = QtWidgets.QFrame()
separator_line.setFrameShape(QtWidgets.QFrame.HLine)
@@ -1810,8 +1808,6 @@ class GeometryObjectUI(ObjectUI):
}
""")
self.grid4.addWidget(self.milling_button, 34, 0, 1, 2)
# FIXME: until the Milling Tool is ready, this get disabled
self.milling_button.setDisabled(True)
# Paint Button
self.paint_tool_button = FCButton(_('Paint Tool'))