PluginPySide2PyQt.py

changeset 7
4a49d6b87459
parent 0
4e3bb54c22d7
child 13
ba4283ccf93c
equal deleted inserted replaced
6:f5c03d29432e 7:4a49d6b87459
21 autoactivate = True 21 autoactivate = True
22 deactivateable = True 22 deactivateable = True
23 version = "0.1.0" 23 version = "0.1.0"
24 className = "PySide2PyQtPlugin" 24 className = "PySide2PyQtPlugin"
25 packageName = "PySide2PyQt" 25 packageName = "PySide2PyQt"
26 shortDescription = "Remove print() like debug statements." 26 shortDescription = "Convert PySide file to PyQt4 and vice versa"
27 longDescription = \ 27 longDescription = \
28 """This plug-in implements a tool to convert a PySide file""" \ 28 """This plug-in implements a tool to convert a PySide file""" \
29 """ to PyQt4 and vice versa. It works with the text of the""" \ 29 """ to PyQt4 and vice versa. It works with the text of the""" \
30 """ current editor.""" 30 """ current editor."""
31 needsRestart = False 31 needsRestart = False

eric ide

mercurial