diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-08 22:40:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-08 22:40:22 +0000 |
commit | 32701a4c86812d8b27828263ecc4b515fbf35a0d (patch) | |
tree | abdc9ec48176aac9d6d1db37275195499a1853b3 /Build/source/utils/asymptote/GUI | |
parent | f4f10fd31bb21db819393080ec9c5f3e6733b9db (diff) |
asy 2.79 sources
git-svn-id: svn://tug.org/texlive/trunk@62528 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/GUI')
8 files changed, 10 insertions, 10 deletions
diff --git a/Build/source/utils/asymptote/GUI/pyUIClass/custMatTransform.py b/Build/source/utils/asymptote/GUI/pyUIClass/custMatTransform.py index aeaf61f9a26..8fa36cbc945 100644 --- a/Build/source/utils/asymptote/GUI/pyUIClass/custMatTransform.py +++ b/Build/source/utils/asymptote/GUI/pyUIClass/custMatTransform.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'GUI/windows/custMatTransform.ui' # -# Created by: PyQt5 UI code generator 5.15.0 +# Created by: PyQt5 UI code generator 5.15.6 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/Build/source/utils/asymptote/GUI/pyUIClass/labelTextEditor.py b/Build/source/utils/asymptote/GUI/pyUIClass/labelTextEditor.py index fc35454c83e..afbf7ea85b9 100644 --- a/Build/source/utils/asymptote/GUI/pyUIClass/labelTextEditor.py +++ b/Build/source/utils/asymptote/GUI/pyUIClass/labelTextEditor.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'GUI/windows/labelTextEditor.ui' # -# Created by: PyQt5 UI code generator 5.15.0 +# Created by: PyQt5 UI code generator 5.15.6 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/Build/source/utils/asymptote/GUI/pyUIClass/setCustomAnchor.py b/Build/source/utils/asymptote/GUI/pyUIClass/setCustomAnchor.py index ab0fc77c0b6..502f6573ab1 100644 --- a/Build/source/utils/asymptote/GUI/pyUIClass/setCustomAnchor.py +++ b/Build/source/utils/asymptote/GUI/pyUIClass/setCustomAnchor.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'GUI/windows/setCustomAnchor.ui' # -# Created by: PyQt5 UI code generator 5.15.0 +# Created by: PyQt5 UI code generator 5.15.6 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. @@ -44,8 +44,8 @@ class Ui_Dialog(object): self.verticalLayout.addWidget(self.buttonBox) self.retranslateUi(Dialog) - self.buttonBox.accepted.connect(Dialog.accept) - self.buttonBox.rejected.connect(Dialog.reject) + self.buttonBox.accepted.connect(Dialog.accept) # type: ignore + self.buttonBox.rejected.connect(Dialog.reject) # type: ignore QtCore.QMetaObject.connectSlotsByName(Dialog) def retranslateUi(self, Dialog): diff --git a/Build/source/utils/asymptote/GUI/pyUIClass/widg_addLabel.py b/Build/source/utils/asymptote/GUI/pyUIClass/widg_addLabel.py index 9b17990e6bc..2199d887d6d 100644 --- a/Build/source/utils/asymptote/GUI/pyUIClass/widg_addLabel.py +++ b/Build/source/utils/asymptote/GUI/pyUIClass/widg_addLabel.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'GUI/windows/widg_addLabel.ui' # -# Created by: PyQt5 UI code generator 5.15.0 +# Created by: PyQt5 UI code generator 5.15.6 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/Build/source/utils/asymptote/GUI/pyUIClass/widg_addPolyOpt.py b/Build/source/utils/asymptote/GUI/pyUIClass/widg_addPolyOpt.py index 69cf2a4630c..2c58c5f2d16 100644 --- a/Build/source/utils/asymptote/GUI/pyUIClass/widg_addPolyOpt.py +++ b/Build/source/utils/asymptote/GUI/pyUIClass/widg_addPolyOpt.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'GUI/windows/widg_addPolyOpt.ui' # -# Created by: PyQt5 UI code generator 5.15.0 +# Created by: PyQt5 UI code generator 5.15.6 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/Build/source/utils/asymptote/GUI/pyUIClass/widg_editBezier.py b/Build/source/utils/asymptote/GUI/pyUIClass/widg_editBezier.py index 4c2d90d7127..f4c5e5ba78b 100644 --- a/Build/source/utils/asymptote/GUI/pyUIClass/widg_editBezier.py +++ b/Build/source/utils/asymptote/GUI/pyUIClass/widg_editBezier.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'GUI/windows/widg_editBezier.ui' # -# Created by: PyQt5 UI code generator 5.15.0 +# Created by: PyQt5 UI code generator 5.15.6 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/Build/source/utils/asymptote/GUI/pyUIClass/widgetPointEditor.py b/Build/source/utils/asymptote/GUI/pyUIClass/widgetPointEditor.py index 0b4f5d94935..53702920c05 100644 --- a/Build/source/utils/asymptote/GUI/pyUIClass/widgetPointEditor.py +++ b/Build/source/utils/asymptote/GUI/pyUIClass/widgetPointEditor.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'GUI/windows/widgetPointEditor.ui' # -# Created by: PyQt5 UI code generator 5.15.0 +# Created by: PyQt5 UI code generator 5.15.6 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. diff --git a/Build/source/utils/asymptote/GUI/pyUIClass/window1.py b/Build/source/utils/asymptote/GUI/pyUIClass/window1.py index edf87b84c1a..457a67a6007 100644 --- a/Build/source/utils/asymptote/GUI/pyUIClass/window1.py +++ b/Build/source/utils/asymptote/GUI/pyUIClass/window1.py @@ -2,7 +2,7 @@ # Form implementation generated from reading ui file 'GUI/windows/window1.ui' # -# Created by: PyQt5 UI code generator 5.15.0 +# Created by: PyQt5 UI code generator 5.15.6 # # WARNING: Any manual changes made to this file will be lost when pyuic5 is # run again. Do not edit this file unless you know what you are doing. |