Results 1 to 11 of 11

Thread: The drag and moving problem??

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: The drag and moving problem??

    You probably want to use Qt::WindowStaysOnTopHint window flag

  2. #2
    Join Date
    Sep 2006
    Posts
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: The drag and moving problem??

    Quote Originally Posted by wysota View Post
    You probably want to use Qt::WindowStaysOnTopHint window flag
    toolbar->setWindowFlags(Qt::WindowStaysOnTopHint);

    but it doesn't work, other widgets still cover the toolbar@@
    does the script right??
    or any other suggustion??

Similar Threads

  1. Drag & drop with model/view (Qt4)
    By yogeshm02 in forum Qt Programming
    Replies: 16
    Last Post: 19th September 2011, 20:36
  2. Drag and drop outside the application
    By jpn in forum Newbie
    Replies: 7
    Last Post: 27th August 2006, 15:37

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.