- overwritten the Beta_8.995 branch with the Gerber_Editor_Upgrade branch
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from PyQt6 import QtWidgets, QtCore, QtGui
|
||||
from PyQt6.QtCore import Qt
|
||||
|
||||
from appEditors.AppTextEditor import AppTextEditor
|
||||
from appObjects.CNCJobObject import CNCJobObject
|
||||
from appGUI.GUIElements import FCTextArea, FCEntry, FCButton, FCTable, GLay, FCLabel
|
||||
from PyQt6 import QtWidgets, QtCore, QtGui
|
||||
|
||||
# from io import StringIO
|
||||
|
||||
@@ -794,6 +796,7 @@ class AppGCodeEditorUI:
|
||||
name_label = FCLabel(_("Name:"))
|
||||
self.name_box.addWidget(name_label)
|
||||
self.name_entry = FCEntry()
|
||||
self.name_entry.setFocusPolicy(Qt.FocusPolicy.StrongFocus)
|
||||
self.name_box.addWidget(self.name_entry)
|
||||
|
||||
separator_line = QtWidgets.QFrame()
|
||||
|
||||
Reference in New Issue
Block a user