Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 6

Qt-interest Archive, August 2006
QMenu -> QSystemTrayIcon -> No icons (Mac OS X)


Message 1 in thread

Hi there, i'm new to Mac OS X. I'm using tiger 10.4.7. In tray QMenu
doesn't show any icons, also menu in menu doesn't work. Moreover
even checkable QAction doesn't check (same QAction inside menu in
app checks itself when i check it from the tray). I'm not sure is it
normal behaviour in Mac OS X.

--
 [ signature omitted ] 

Message 2 in thread

I just reported the menu in menu behavior bug and it's in task  
tracker now, scheduled for fix by release of 4.2. I haven't tried  
checks, but I suspect it's a related bug.

I also had problems with the icon, apparently  you cannot use any  
arbitrary size. Try using the ones from the systray example.

Richard

On Aug 27, 2006, at 5:04 AM, Naresh wrote:

> Hi there, i'm new to Mac OS X. I'm using tiger 10.4.7. In tray QMenu
> doesn't show any icons, also menu in menu doesn't work. Moreover
> even checkable QAction doesn't check (same QAction inside menu in
> app checks itself when i check it from the tray). I'm not sure is it
> normal behaviour in Mac OS X.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx  
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>

--
 [ signature omitted ] 

Message 3 in thread

Well icons in same QMenu but inside app appeared but in tray menu
not... i used smallest icon from example (16x16) and it didn't
appear. i think it's related with same thing as the checkbox bug...
We need to wait for fix.


---- Wiadomość Oryginalna ----
Od: "Richard S. Wright Jr." <rwright@xxxxxxxxxxxxxxxxxxxxx>
Do: Naresh <naresh@xxxxxxx>
Kopia do: qt-interest@xxxxxxxxxxxxx
Data: Sun, 27 Aug 2006 06:39:54 -0400
Temat: Re: QMenu -> QSystemTrayIcon -> No icons (Mac OS X)

> I just reported the menu in menu behavior bug and it's in task  
> tracker now, scheduled for fix by release of 4.2. I haven't tried  
> checks, but I suspect it's a related bug.
> 
> I also had problems with the icon, apparently  you cannot use any  
> arbitrary size. Try using the ones from the systray example.
> 
> Richard
> 
> On Aug 27, 2006, at 5:04 AM, Naresh wrote:
> 
> > Hi there, i'm new to Mac OS X. I'm using tiger 10.4.7. In tray QMenu
> > doesn't show any icons, also menu in menu doesn't work. Moreover
> > even checkable QAction doesn't check (same QAction inside menu in
> > app checks itself when i check it from the tray). I'm not sure is it
> > normal behaviour in Mac OS X.
> >
> > --
> > To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx  
> > with "unsubscribe" in the subject or the body.
> > List archive and information:
http://lists.trolltech.com/qt-interest/
> >
> 
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx
with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
> 
> 

--
 [ signature omitted ] 

Message 4 in thread

This is the default behavior, to change call:

qApp->setQuitOnLastWindowClosed(false);

Richard

On Aug 27, 2006, at 5:04 AM, Naresh wrote:

> Hi there, i'm new to Mac OS X. I'm using tiger 10.4.7. In tray QMenu
> doesn't show any icons, also menu in menu doesn't work. Moreover
> even checkable QAction doesn't check (same QAction inside menu in
> app checks itself when i check it from the tray). I'm not sure is it
> normal behaviour in Mac OS X.
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx  
> with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>

--
 [ signature omitted ]