Results 1 to 1 of 1

Thread: Python - Disable the buffer of a QMainWindow to be invisible to grabWindow

  1. #1
    Join Date
    May 2018
    Posts
    1
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows

    Lightbulb Python - Disable the buffer of a QMainWindow to be invisible to grabWindow

    Hi!

    I need to disable the buffer of a QMainWindow() to be invisible to grabWindow() for MS Windows.

    Already tried:

    self.setWindowOpacity()
    self.setWindowFlags(QtCore.Qt.FramelessWindowHint)
    self.setAttribute(QtCore.Qt.WA_NoSystemBackground)
    self.setWindowState(QtCore.Qt.WindowStaysOnTopHint )
    self.setAttribute(QtCore.Qt.WA_PaintOnScreen, False)


    And nothing worked =/

    It is possible? Can someone help me?

    Very thanks!
    Last edited by mypixel; 25th May 2018 at 23:03.

Similar Threads

  1. Replies: 2
    Last Post: 3rd January 2015, 06:48
  2. Replies: 1
    Last Post: 13th June 2013, 10:43
  3. how to disable double click event on qmainwindow titlebar?
    By banlinhtienphong in forum Qt Programming
    Replies: 1
    Last Post: 28th March 2011, 11:23
  4. How to disable Phonon buffer ?
    By abarral in forum Qt Programming
    Replies: 0
    Last Post: 28th January 2011, 18:04
  5. disable QMainWindow toolbar menu?
    By gfunk in forum Qt Programming
    Replies: 2
    Last Post: 10th January 2007, 19:24

Tags for this Thread

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.