Results 1 to 2 of 2

Thread: QStyle::State_Raised problem

  1. #1
    Join Date
    Dec 2008
    Location
    Istanbul, TURKEY
    Posts
    537
    Thanks
    14
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default QStyle::State_Raised problem

    I wonder what exactly triggers QState::Style_Raised. I raise my related window only upon a signal. And in my window's class I do the following;

    myWindow::updateView()

    {
    ...
    if( QStyle::State_Raised)
    {
    cout<<"RAISED"<<endl;
    }
    ...
    }

    the problem is no matter what takes place, my window always seems Raised!

    is there any idea for passing me?

  2. #2
    Join Date
    Dec 2008
    Location
    Istanbul, TURKEY
    Posts
    537
    Thanks
    14
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default Re: QStyle::State_Raised problem

    hi,

    regarding my question, is there any idea?

Similar Threads

  1. Replies: 1
    Last Post: 23rd April 2009, 09:05
  2. deployment problem: msvc++ 2008 Express, Qt 4.4.3
    By vonCZ in forum Qt Programming
    Replies: 7
    Last Post: 10th November 2008, 14:38
  3. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  4. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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
  •  
Qt is a trademark of The Qt Company.