Example #1
0
 def addChild(
         self, child
 ):  ## make sure added childs are actually inserted before add btn
     if self.addItem is not None:
         ParameterItem.insertChild(self, self.childCount() - 1, child)
     else:
         ParameterItem.addChild(self, child)
Example #2
0
 def addChild(self, child):  ## make sure added childs are actually inserted before add btn
     if self.addItem is not None:
         ParameterItem.insertChild(self, self.childCount()-1, child)
     else:
         ParameterItem.addChild(self, child)