Results 1 to 3 of 3

Thread: how can make the widget not fetches native window system events

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2008
    Posts
    41
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default how can make the widget not fetches native window system events

    I have a fullscreen transparent QWidget ,I can paint and draw in this widget.now I want the widget not fetches native window system event,and when I clicked I can open the file in the desktop which under this widget,how can I do that ,I set the QEvent::setAccept(false) ,but it do not work,and I overwrite the QApplication::x11eventfilter and QWidget::x11event(XEvent )and not work.Can you help me.
    Attached Images Attached Images

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.