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