Nobody is there to solve my problem.
Its very urgent, Pls help.
Nobody is there to solve my problem.
Its very urgent, Pls help.
Always Believe in Urself![]()
Merry
Qt Code:
{ setupUi(this); OnInit(); }To copy to clipboard, switch view to plain text mode
you are saving the geometry in OnInit() but you call OnInit() during construction time, during that time the geometry is not defined.
You have to save the geometry after the dialog is visible, best as a reaction to resizing or moving.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
merry (26th August 2011)
Thanks a ton high_flyer, its working.
Always Believe in Urself![]()
Merry
Bookmarks