Re: [PyQt] centralization of QWidget

2012-08-31 Thread Python.py
Thanks for the help. Now my application is always in the middle of the screen. -- View this message in context: http://python.6.n6.nabble.com/centralization-of-QWidget-tp4986921p4986993.html Sent from the PyQt mailing list archive at Nabble.com. ___

Re: [PyQt] centralization of QWidget

2012-08-31 Thread Cihangir Aktürk
On Thu, Aug 30, 2012 at 11:37 PM, Python.py wrote: > I'm trying to get my application when run, appear in the middle of the > screen. Whenever it starts at the top right. Someone can tell me how can I > do to always leave sentralizado? I'm using QWidget, tried to use in function Hi, I am not awa

[PyQt] centralization of QWidget

2012-08-30 Thread Python.py
I'm trying to get my application when run, appear in the middle of the screen. Whenever it starts at the top right. Someone can tell me how can I do to always leave sentralizado? I'm using QWidget, tried to use in function /__init__/: /self.Center()/ but it is not working. -- View this messag