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""" \ |