Example #1
0
 def sizeHint(self):
     hint = QFrame.sizeHint(self)
     if hint.isEmpty():
         hint = QSize(0, 0)
     return hint
Example #2
0
 def sizeHint(self):
     hint = QFrame.sizeHint(self)
     if hint.isEmpty():
         hint = QSize(0, 0)
     return hint
Example #3
0
 def sizeHint(self):
     size = QFrame.sizeHint(self)
     return QSize(size.width(), 150)
Example #4
0
 def sizeHint(self):
     size = QFrame.sizeHint(self)
     return QSize(size.width(), 150)