Plugins/PluginWizardE5MessageBox.py

changeset 5316
31cbc97d4974
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
equal deleted inserted replaced
5314:76013775e623 5316:31cbc97d4974
14 14
15 from E5Gui.E5Application import e5App 15 from E5Gui.E5Application import e5App
16 from E5Gui.E5Action import E5Action 16 from E5Gui.E5Action import E5Action
17 from E5Gui import E5MessageBox 17 from E5Gui import E5MessageBox
18 18
19 import UI.Info
20
19 # Start-Of-Header 21 # Start-Of-Header
20 name = "E5MessageBox Wizard Plugin" 22 name = "E5MessageBox Wizard Plugin"
21 author = "Detlev Offenbach <detlev@die-offenbachs.de>" 23 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
22 autoactivate = True 24 autoactivate = True
23 deactivateable = True 25 deactivateable = True
24 version = "6.2.0" 26 version = UI.Info.VersionOnly
25 className = "E5MessageBoxWizard" 27 className = "E5MessageBoxWizard"
26 packageName = "__core__" 28 packageName = "__core__"
27 shortDescription = "Show the E5MessageBox wizard." 29 shortDescription = "Show the E5MessageBox wizard."
28 longDescription = """This plugin shows the E5MessageBox wizard.""" 30 longDescription = """This plugin shows the E5MessageBox wizard."""
29 pyqtApi = 2 31 pyqtApi = 2

eric ide

mercurial