src/eric7/Plugins/PluginWizardDotDesktop.py

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

eric ide

mercurial