src/eric7/Plugins/PluginWizardEricPlugin.py

branch
eric7
changeset 10716
11cdcc824469
parent 10439
21c28b0f9e41
child 10730
454f6ff4e1cd
equal deleted inserted replaced
10715:5e000d8fc96b 10716:11cdcc824469
13 from PyQt6.QtWidgets import QDialog 13 from PyQt6.QtWidgets import QDialog
14 14
15 from eric7.EricGui.EricAction import EricAction 15 from eric7.EricGui.EricAction import EricAction
16 from eric7.EricWidgets import EricMessageBox 16 from eric7.EricWidgets import EricMessageBox
17 from eric7.EricWidgets.EricApplication import ericApp 17 from eric7.EricWidgets.EricApplication import ericApp
18 from eric7.UI import Info 18 from eric7.__version__ import VersionOnly
19 19
20 # Start-of-Header 20 # Start-of-Header
21 __header__ = { 21 __header__ = {
22 "name": "eric plug-in Wizard Plug-in", 22 "name": "eric plug-in Wizard Plug-in",
23 "author": "Detlev Offenbach <detlev@die-offenbachs.de>", 23 "author": "Detlev Offenbach <detlev@die-offenbachs.de>",
24 "autoactivate": True, 24 "autoactivate": True,
25 "deactivateable": True, 25 "deactivateable": True,
26 "version": Info.VersionOnly, 26 "version": VersionOnly,
27 "className": "WizardEricPluginWizard", 27 "className": "WizardEricPluginWizard",
28 "packageName": "__core__", 28 "packageName": "__core__",
29 "shortDescription": "Wizard for the creation of an eric plug-in file.", 29 "shortDescription": "Wizard for the creation of an eric plug-in file.",
30 "longDescription": ( 30 "longDescription": (
31 """This plug-in implements a wizard to generate code for""" 31 """This plug-in implements a wizard to generate code for"""

eric ide

mercurial