Example #1
0
 def testShow(self):
     table = TableWidget()
     table.setColumnCount(10)
     table.setRowCount(7)
     table.enableCut()
     table.enablePaste()
     table.show()
     table.hide()
     self.qapp.processEvents()
Example #2
0
 def testShow(self):
     table = TableWidget()
     table.setColumnCount(10)
     table.setRowCount(7)
     table.enableCut()
     table.enablePaste()
     table.show()
     table.hide()
     self.qapp.processEvents()