Example #1
0
 def edit_group(self):
     widget = GroupWindow(self.dbhandler,self.currentGroup,pgroup =self.currentGroup, parent=self)
     widget.show()
     pass
Example #2
0
 def add_group(self):
     widget = GroupWindow(self.dbhandler,None,pgroup =self.currentGroup,parent=self)
     widget.show()
     pass