Results 1 to 2 of 2

Thread: Problem with QSystemTrayIcon on Mac OS

  1. #1
    Join Date
    Mar 2008
    Posts
    55
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Problem with QSystemTrayIcon on Mac OS

    Hello everybody, my application runs on Windows and Mac. When it is lunched, I verify if a DB update is available or not. If yes, a notification is displayed and when the user clicks on the message in the notification a dialog is showen to update the DB. Under Windows it works correctly. But under Mac the notification is displayed but the signal signal when messageClicked is not transmismitted (I've done some test to verify it). Does anyone have an idea about this and can help me. I'm on Mac OS X 10.4 Tiger PPC, I'm using Xcode and Qt 4.3
    Best Regards.
    Mourad

  2. #2
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Problem with QSystemTrayIcon on Mac OS

    Use QT 4.4 on mac tiger on 4.3 i found many events that not run on Tiger ... now on 4.4 is ok..

    and append on main ..
    Qt Code:
    1. #ifdef Q_WS_MAC
    2. #include <Carbon/Carbon.h>
    3. extern void qt_mac_set_dock_menu(QMenu *);
    4. #endif
    To copy to clipboard, switch view to plain text mode 

    i dont know why ... i see only that run...

Similar Threads

  1. problem with paint and erase in frame
    By M.A.M in forum Qt Programming
    Replies: 9
    Last Post: 4th May 2008, 20:17
  2. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 10:35
  3. Replies: 1
    Last Post: 4th February 2008, 11:12
  4. Can't create an object : initialisation problem ?
    By Nyphel in forum Qt Programming
    Replies: 5
    Last Post: 12th March 2007, 09:07
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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.