c++ - Geometry of the main window in Qt -


in qt creator, when construct main window of application using form mainwindow.ui, fields x , y of geometry property inactive , window appears in default position (i guess, os decides how place window conveniently). when set geometry code using method setgeometry, obliged set fixed position in pixels left top corner of screen, not same thing.

i understand, can size of screen , size of window can place window ever want, in case position still predetermined. question how trigger option, set default when use forms?


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -