Difference between revisions of "Qt Interface"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
If Qt4 is not avaliable, it will probably revert to using the [[Console|rc]] (console) interface, even if you force it. The most likely reason for this is if Qt4 hasn't been installed, or if it wasn't linked in (using the ./configure). See [[compiling VLC]] [http://developers.videolan.org/vlc/] for information on compiling. | If Qt4 is not avaliable, it will probably revert to using the [[Console|rc]] (console) interface, even if you force it. The most likely reason for this is if Qt4 hasn't been installed, or if it wasn't linked in (using the ./configure). See [[compiling VLC]] [http://developers.videolan.org/vlc/] for information on compiling. | ||
+ | |||
+ | == Using == | ||
+ | |||
+ | === Launching Modes === | ||
+ | |||
+ | === Video Modes === | ||
+ | |||
+ | === Other options === | ||
+ | |||
+ | == Main interface Description == | ||
+ | |||
+ | === Menu Bar === | ||
+ | |||
+ | === Status Bar === | ||
+ | |||
+ | === System Tray Icon === | ||
+ | |||
+ | === Controller === | ||
+ | |||
+ | === Video Widget === | ||
+ | |||
+ | === Background Widget === | ||
+ | |||
+ | == Dialogs description == | ||
== Interface Hotkeys == | == Interface Hotkeys == |
Revision as of 23:39, 7 February 2008
Contents
Introduction
Qt / Qt4 is the default, plain, graphical, interface to VLC, made using the Qt library (linux users may need to have this installed). It is used as the default interface on the Windows and Linux versions of VLC media player from version 0.9.0 and up.
Unless you change the preferences, VLC media player > 0.9.0 will start up in the Qt4 interface, but you can force this by running
vlc -I qt
or
qvlc
If Qt4 is not avaliable, it will probably revert to using the rc (console) interface, even if you force it. The most likely reason for this is if Qt4 hasn't been installed, or if it wasn't linked in (using the ./configure). See compiling VLC [1] for information on compiling.