[Qt-interest] How To Positioning a Dialog At X,Y

Diego Schulz dschulz at gmail.com
Sat Apr 4 17:52:21 CEST 2009


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



More information about the Qt-interest-old mailing list