Пример #1
0
 def accept(self):
     """Validate inputs"""
     if self.check():
         for edl in self.edit_layout:
             edl.accept_changes()
         QDialog.accept(self)
Пример #2
0
 def accept(self):
     """Validate inputs"""
     if self.check():
         for edl in self.edit_layout:
             edl.accept_changes()
         QDialog.accept(self)