Plugins/PluginWizardQFontDialog.py

changeset 398
5b5636320dca
parent 117
d63640116aec
child 453
a81097a85889
equal deleted inserted replaced
397:678f62706760 398:5b5636320dca
19 # Start-Of-Header 19 # Start-Of-Header
20 name = "QFontDialog Wizard Plugin" 20 name = "QFontDialog Wizard Plugin"
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 = "5.0.0" 24 version = "5.1.0"
25 className = "FontDialogWizard" 25 className = "FontDialogWizard"
26 packageName = "__core__" 26 packageName = "__core__"
27 shortDescription = "Show the QFontDialog wizard." 27 shortDescription = "Show the QFontDialog wizard."
28 longDescription = """This plugin shows the QFontDialog wizard.""" 28 longDescription = """This plugin shows the QFontDialog wizard."""
29 pyqtApi = 2 29 pyqtApi = 2

eric ide

mercurial