Results 1 to 2 of 2

Thread: about childrenRect in workspace

  1. #1
    Join Date
    Jan 2006
    Posts
    26
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default about childrenRect in workspace

    I have a question about childrenRect in workspace:
    I write some code :
    QWidget *activeForm;
    activeForm=workspace->activeWindow();
    QRect rect;
    rect=activeForm->geometry();
    int x,y;
    x=rect.x();
    y=rect.y();
    Although I move the activeForm, the activeForm's rect is a constant.
    I don't know the reason. Can anybody give me a good idea .Thanks!
    Last edited by showhand; 11th May 2006 at 02:41.
    There is no secret in the face of the code.

  2. #2
    Join Date
    May 2006
    Posts
    1
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: about childrenRect in workspace

    I have the same question! Anybody give me good idea. Thanks!

Similar Threads

  1. Importing qt project to an eclipse workspace
    By isahin in forum Installation and Deployment
    Replies: 2
    Last Post: 28th January 2008, 18:00
  2. Replies: 2
    Last Post: 11th July 2006, 14:19

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.