Difference between revisions of "Qt and GTK"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Add wikilink to What is cool in 0.9)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
VLC media player 0.9 introduces a new interface based on the Qt toolkit.
+
[[What is cool in 0.9|VLC media player 0.9]] introduces a new interface based on the Qt toolkit.
  
 
Some of you, using GNOME or Xfce, seem reticent to that change, but let us explain a few things:
 
Some of you, using GNOME or Xfce, seem reticent to that change, but let us explain a few things:
Line 18: Line 18:
 
== How to have a Native look of VLC using Qt inside GTK environnement ==
 
== How to have a Native look of VLC using Qt inside GTK environnement ==
  
As GTK is able to produce QT like rendering using a special made gtk-theme, QT actually not propose similar way to get Native GTK look in QT applications with Gnome, XFCE or other GTK desktop environnement.
+
You can use trolltech's QGtkStyle project to get a native GTK look. See http://labs.trolltech.com/page/Projects/Styles/GtkStyle for more information.
  
== Does a GTK interface is planed to be developed ? ==
+
[[Category:Changelog]]
 
+
[[Category:Qt]]
In ideal way, users hope to get package like "vlc-gtk" and "vlc-qt" in here favourite distribution...
 

Latest revision as of 05:55, 28 April 2019

VLC media player 0.9 introduces a new interface based on the Qt toolkit.

Some of you, using GNOME or Xfce, seem reticent to that change, but let us explain a few things:

VLC media player interface is a PLUGIN

  • You can use VLC in command line, with the http interface, or even the old wx interface, that you can compile.


VLC media player DOES NOT DEPEND on kdelibs

VLC media player Qt module needs:

  • libQtCore,
  • libQtGui,
  • libvlc

That's it.

How to have a Native look of VLC using Qt inside GTK environnement

You can use trolltech's QGtkStyle project to get a native GTK look. See http://labs.trolltech.com/page/Projects/Styles/GtkStyle for more information.