On Sat, Apr 4, 2009 at 11:28 AM, Raja Sekharan <websweetweb at gmail.com> wrote: > Hi, > > How can I place a dialog in a particular section of the screen such as > x,y or directly in the centre of the screen? > > Raja Sekharan Hi Raja, Have you tried the move functions? void move ( int x, int y ) void move ( const QPoint & ) diego