Thu, 19 Jun 2014 10:00:53 +0200
Fixed an issue causing deleted alternate keyboard shortcuts not being reloaded correctly.
(grafted from 1a6f8d9b63a536611bd0f52cca5d5eb885c9e5fc)
# -*- coding: utf-8 -*- """ Module implementing $CLASSNAME$. """ from PySide.QtCore import Slot from PySide.QtGui import $SUPERCLASS$ from .Ui_$FORMFILE$ import Ui_$FORMCLASS$ class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$): """ Class documentation goes here. """ def __init__(self, parent=None): """ Constructor @param parent reference to the parent widget (QWidget) """ $SUPERCLASS$.__init__(self, parent) self.setupUi(self)