vlc的主界面对应的代码在vlc-2.2.1\modules\gui\qt4\main_interface.cpp。在相同目录下的qt4.cpp的module模块open函数里边new出实例:
/* Create the normal interface in non-DP mode */
if( !p_intf->...
64 How to add a module 65 ------------------- 66 67 To add a module to the repository, just add its sources to a Modules.am 68 file. If you add a new directory you will need to create a new Modu...