[vlc-devel] Qt4 Interface quetion.
Lukas Durfina
lukas.durfina at gmail.com
Mon Jul 14 19:50:14 CEST 2008
On Mon, 14 Jul 2008 19:28:22 +0200, Grae Cullen <tua57044 at temple.edu>
wrote:
>>
>
> From what little I know about qt4, and I do know very
> little about it, there is a function called connect, that
> connects a menu option with a particular function. I am
connect creates connection between signal and slot, what
can be used in menu too, for handling signal i.e. clicked()
> having trouble finding where the actual function is that is
> run by the menu, as opposed to the actual creation of the menu.
>
in this case is used QAction
macro ACT_ADD on line 257
More information about the vlc-devel
mailing list