예제 #1
0
 def keyPressEvent(self, e):
     """обеспечивает возможность копирования, вставить"""
     copy_past(e, [window.input_table], [window.output_table], window)
 def keyPressEvent(self, e):
     """обеспечивает возможность копирования, вставить"""
     copy_past(e, [window.tableLoadPS1, window.tableLoadPS2], [], window)
예제 #3
0
 def keyPressEvent(self, e):
     """обеспечивает возможность копирования, вставить"""
     copy_past(e, [window.tableInput, window.tableLoad], [window.tableOutLoad, window.tableOutK, window.tableOutGeneral], window)
예제 #4
0
 def keyPressEvent(self, e):
     copy_past(e, [window.inputtable], [window.outputtable], window)
예제 #5
0
 def keyPressEvent(self, e):
     copy_past(e, [self.table], [self.table], self)
예제 #6
0
 def keyPressEvent(self, e):
     copy_past(e, [self.tableIn], [self.tableOut, self.tableIn], self)
     self.change_color_table()
예제 #7
0
 def keyPressEvent(self, e):
     copy_past(e, [], [window.view], window)