diff options
Diffstat (limited to 'Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py')
-rw-r--r-- | Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py index 828c27135da..9b76e5d6d0e 100644 --- a/Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py +++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/setCustomAnchor.py @@ -2,12 +2,14 @@ # Form implementation generated from reading ui file 'GUI/windows/setCustomAnchor.ui' # -# Created by: PyQt5 UI code generator 5.11.3 +# Created by: PyQt5 UI code generator 5.13.1 # # WARNING! All changes made in this file will be lost! + from PyQt5 import QtCore, QtGui, QtWidgets + class Ui_Dialog(object): def setupUi(self, Dialog): Dialog.setObjectName("Dialog") @@ -52,4 +54,3 @@ class Ui_Dialog(object): self.lineEditX.setText(_translate("Dialog", "0")) self.label_2.setText(_translate("Dialog", "Y:")) self.lineEditY.setText(_translate("Dialog", "0")) - |