Ejemplo n.º 1
0
 def sizeHint(self):
     ans = Dialog.sizeHint(self)
     ans.setWidth(max(700, ans.width()))
     return ans
Ejemplo n.º 2
0
 def sizeHint(self):
     sh = Dialog.sizeHint(self)
     return QSize(max(sh.width(), 900), 600)
Ejemplo n.º 3
0
 def sizeHint(self):
     ans = Dialog.sizeHint(self)
     ans.setWidth(ans.width() + 150)
     return ans
Ejemplo n.º 4
0
 def sizeHint(self):
     sh = Dialog.sizeHint(self)
     return QSize(max(sh.width(), 900), 600)
Ejemplo n.º 5
0
 def sizeHint(self):
     ans = Dialog.sizeHint(self)
     ans.setWidth(ans.width() + 150)
     return ans
Ejemplo n.º 6
0
 def sizeHint(self):
     ans = Dialog.sizeHint(self)
     ans.setWidth(max(700, ans.width()))
     return ans