Example #1
0
 def testCase(self):
     w = MyWidget()
     widgets = QApplication.allWidgets()
     self.assert_(w in widgets)
Example #2
0
 def testCase(self):
     w = MyWidget()
     widgets = QApplication.allWidgets()
     self.assert_(w in widgets)