ProjectFlask/FormSelectionDialog.py

branch
eric7
changeset 75
7a30d96ea9f6
parent 70
22e1d0f69668
child 82
bb14c648099b
equal deleted inserted replaced
74:5dacf5caf3a3 75:7a30d96ea9f6
5 5
6 """ 6 """
7 Module implementing a dialog to select the template type. 7 Module implementing a dialog to select the template type.
8 """ 8 """
9 9
10 from PyQt6.QtCore import pyqtSlot, QCoreApplication 10 from PyQt6.QtCore import QCoreApplication, pyqtSlot
11 from PyQt6.QtWidgets import QDialog, QDialogButtonBox 11 from PyQt6.QtWidgets import QDialog, QDialogButtonBox
12 12
13 from .Ui_FormSelectionDialog import Ui_FormSelectionDialog 13 from .Ui_FormSelectionDialog import Ui_FormSelectionDialog
14 14
15 15

eric ide

mercurial