Results 1 to 3 of 3

Thread: Can "Frameless Helper" be modified to work with QMdiArea

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2012
    Posts
    63
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Can "Frameless Helper" be modified to work with QMdiArea

    Is it possible (in theory) to get this Frameless Helper to work with QMdiArea also ? I'm about to start to modify it but would like to know if someone has done it already or tried it and come to a conclusion that it's too much work. Features that I would need is resizing and moving.

    It works fine when using top level widgets. Also I tried it in QMdiArea. It partially works. Moving works with frameless windows and it detects left and right edge IF area is maximized. But top and bottom edges are not detected.

    http://code.google.com/p/qt-utilities/

    Thanks.

  2. #2
    Join Date
    Jun 2012
    Posts
    63
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Can "Frameless Helper" be modified to work with QMdiArea

    I found QSizeGrip Could this be used ?

  3. #3
    Join Date
    Jun 2012
    Posts
    63
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Can "Frameless Helper" be modified to work with QMdiArea

    Quote Originally Posted by phenoboy View Post
    I found QSizeGrip Could this be used ?
    QSizeGrip works when added into a widget that is inside QMdiArea. But it does not work anymore when I set Qt::FramelessWindowHint to QMdiSubWindow. QSizeGrip icon is there but when I drag the mouse it resizes the whole QMdiArea. Strange.

    I would like to have frameless subwindows that has QSizeGrip.

Similar Threads

  1. Replies: 3
    Last Post: 16th March 2015, 07:31
  2. Replies: 2
    Last Post: 27th January 2012, 17:29
  3. Frameless Window Helper
    By nish in forum Qt-based Software
    Replies: 6
    Last Post: 20th February 2011, 07:28
  4. Replies: 1
    Last Post: 15th January 2010, 15:14
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05

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.