[PyQt] Simple Window Problem

Felix Bearden felix-biz at felixlovesliz.com
Mon Mar 23 19:27:16 GMT 2015


More Results --

Entering the print statement you suggested just before the exit resulted
in (0, 0, 1360, 768) the size of the screen. However if I also place the
print statement immediately after self.setGeometry(50, 50, 200,100) the
result of the print statement is (50,50,200,100). The result immediately
after the self.show() statement is (0,0,1360,768)


More information about the PyQt mailing list