eric7/MicroPython/EspFirmwareSelectionDialog.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8327
666c2b81cbb7
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
8 be flashed. 8 be flashed.
9 """ 9 """
10 10
11 import os 11 import os
12 12
13 from PyQt5.QtCore import pyqtSlot, QRegularExpression 13 from PyQt6.QtCore import pyqtSlot, QRegularExpression
14 from PyQt5.QtGui import QRegularExpressionValidator 14 from PyQt6.QtGui import QRegularExpressionValidator
15 from PyQt5.QtWidgets import QDialog, QDialogButtonBox 15 from PyQt6.QtWidgets import QDialog, QDialogButtonBox
16 16
17 from E5Gui.E5PathPicker import E5PathPickerModes 17 from E5Gui.E5PathPicker import E5PathPickerModes
18 18
19 from .Ui_EspFirmwareSelectionDialog import Ui_EspFirmwareSelectionDialog 19 from .Ui_EspFirmwareSelectionDialog import Ui_EspFirmwareSelectionDialog
20 20

eric ide

mercurial