PluginPySide2PyQt.py

changeset 46
be59c09708a8
parent 43
25977715166f
child 48
5260954cccf6
equal deleted inserted replaced
45:2d79502c7fab 46:be59c09708a8
19 # Start-Of-Header 19 # Start-Of-Header
20 name = "PySide to PyQt (and vice versa) Plug-in" 20 name = "PySide to PyQt (and vice versa) 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 = "2.2.0" 24 version = "2.2.1"
25 className = "PySide2PyQtPlugin" 25 className = "PySide2PyQtPlugin"
26 packageName = "PySide2PyQt" 26 packageName = "PySide2PyQt"
27 shortDescription = "Convert PySide file to PyQt and vice versa" 27 shortDescription = "Convert PySide file to PyQt and vice versa"
28 longDescription = \ 28 longDescription = \
29 """This plug-in implements a tool to convert a PySide/PySide2 file""" \ 29 """This plug-in implements a tool to convert a PySide/PySide2 file""" \

eric ide

mercurial