diff options
Diffstat (limited to 'Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py')
-rw-r--r-- | Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py b/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py index 289f0a929ba..2c91681bce6 100644 --- a/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py +++ b/Master/texmf-dist/asymptote/GUI/pyUIClass/widg_addPolyOpt.py @@ -2,12 +2,14 @@ # Form implementation generated from reading ui file 'GUI/windows/widg_addPolyOpt.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_Form(object): def setupUi(self, Form): Form.setObjectName("Form") @@ -45,4 +47,3 @@ class Ui_Form(object): self.chkInscribed.setText(_translate("Form", "Start at Vertex")) self.txtSides.setToolTip(_translate("Form", "Number of Sides")) self.txtSides.setPlaceholderText(_translate("Form", "Sides")) - |