Beispiel #1
0
    def createEditor(self, parent, option, index):
        """
        Create the editor

        @param value: 
        @type value:

        @param value: 
        @type value:

        @param index: 
        @type index:
        """
        # create check box as our editor.
        editor = QCheckBox(parent)
        editor.installEventFilter(self)

        return editor