eric7/MicroPython/MicroPythonDevices.py

branch
eric7
changeset 8356
68ec9c3d4de5
parent 8318
962bce857696
child 8358
144a6b854f70
equal deleted inserted replaced
8355:8a7677a63c8d 8356:68ec9c3d4de5
12 import os 12 import os
13 13
14 from PyQt6.QtCore import pyqtSlot, QObject, QCoreApplication 14 from PyQt6.QtCore import pyqtSlot, QObject, QCoreApplication
15 from PyQt6.QtWidgets import QInputDialog 15 from PyQt6.QtWidgets import QInputDialog
16 16
17 from E5Gui.E5Application import e5App 17 from E5Gui.EricApplication import ericApp
18 18
19 import UI.PixmapCache 19 import UI.PixmapCache
20 import Preferences 20 import Preferences
21 21
22 22
600 """ 600 """
601 Public method to download the device firmware. 601 Public method to download the device firmware.
602 """ 602 """
603 url = self.getFirmwareUrl() 603 url = self.getFirmwareUrl()
604 if url: 604 if url:
605 e5App().getObject("UserInterface").launchHelpViewer(url) 605 ericApp().getObject("UserInterface").launchHelpViewer(url)
606 606
607 def getDownloadMenuEntries(self): 607 def getDownloadMenuEntries(self):
608 """ 608 """
609 Public method to retrieve the entries for the downloads menu. 609 Public method to retrieve the entries for the downloads menu.
610 610

eric ide

mercurial