texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Texmacs-dev] More on menus in Qt


From: Joris van der Hoeven
Subject: [Texmacs-dev] More on menus in Qt
Date: Fri, 2 Aug 2002 22:36:03 +0200 (MET DST)

Finally, things seem to be more complicated, because

        int QMenuData::insertItem ( QCustomMenuItem * custom, int id = -1, int 
index = -1 )

can only be used for popup menus (not for menu bars).
It seems that we need

        http://doc.trolltech.com/3.0/qmenudata.html#insertItem-d

It should be possible to connect all logic to let submenus popup and
so using the SLOT/SIGNAL system. Nevertheless it seems necessary to
spend a few days on this to get it really working...

Nevertheless, I must say that the Qt documentation seems
to be very well written.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]