Beispiel #1
0
 def window(self):
     if not self.PIC_CHK_D():
         return Qt.QRect()
     return self.d.pte_.window()
Beispiel #2
0
 def viewport(self):
     if not self.PIC_CHK_D():
         return Qt.QRect()
     return self.d.pte_.viewport()
Beispiel #3
0
 def boundingRect(self, *args):
     if not self.PIC_CHK_D():
         return Qt.QRect()
     self.d.pte_.boundingRect(args)