This directory holds the classes to display videos using the xine libraries (version > 1.Rc3)
in a QWidget. 

MoviePreview : public QLabel
This class defines the interface. It is a pure abstract class for derivation of other classes, such as
XinePreview. Possibly later on one could also write a MPlayerPreview - class.

XinePreview : public MoviePreview

These are the main classes to be handled in this directory. For easier testing purposes I also wrote a small 
QXine - application, to play movies back using the interface classes.

