예제 #1
0
파일: main.py 프로젝트: savant2212/davadmin
 def edit_group(self):
     widget = GroupWindow(self.dbhandler,self.currentGroup,pgroup =self.currentGroup, parent=self)
     widget.show()
     pass
예제 #2
0
파일: main.py 프로젝트: savant2212/davadmin
 def add_group(self):
     widget = GroupWindow(self.dbhandler,None,pgroup =self.currentGroup,parent=self)
     widget.show()
     pass