Results 1 to 7 of 7

Thread: Tray notification popup with buttons(like accept, reject)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Tray notification popup with buttons(like accept, reject)

    Hi,

    I'm writing a fronted for Synergy. There will be some code that will execute in defined interval. After that, it will search and popup a message near to tray. The user will be asked for accepting or rejecting.

    Now theoritik it's possible, but QSystemTrayIcon's showMessage() only support plain text. It shows and you have to click on this message or not.

    But i would like that it has buttons, and the user clicked on that. Like that:



    This popup is implented in qt3. But i'm using Qt4 and PyQt4

    Any ideas how to implent something like that?
    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
  •  
Qt is a trademark of The Qt Company.