
This directory contains a basic and ugly widgetset.
Everything is a seperate QWidget. The Time, the Status
the info (Name of song) the jumpslider. These Widgets
are in this directory. The this directory includes
the configuration dialogs for these widgets.
(Config dialog for time,info,..)

The two basic class guiDevice,guiDeviceCore
support context sensitive popupmenues (if the widget
needs it) and take care for the transition from the
yaf multimedia stream into the gui application.

This means ever widget encapsulates a yaf device.

Nicer widgetsets (kde,winamp) should derive from these widgetset,
and should only implement a nice GUI (eye candy)

