Exemplo n.º 1
0
 def testCase(self):
     w = MyWidget()
     widgets = QApplication.allWidgets()
     self.assert_(w in widgets)
Exemplo n.º 2
0
 def testCase(self):
     w = MyWidget()
     widgets = QApplication.allWidgets()
     self.assert_(w in widgets)