![]() |
Mixxx
|
#include <QtGlobal>#include <QtDebug>#include <QDir>#include <QStackedWidget>#include <QVBoxLayout>#include <QLabel>#include <QGridLayout>#include <QMutexLocker>#include "controlobject.h"#include "controlobjectthreadwidget.h"#include "mixxxkeyboard.h"#include "playermanager.h"#include "basetrackplayer.h"#include "library/library.h"#include "waveformviewerfactory.h"#include "xmlparse.h"#include "skin/legacyskinparser.h"#include "skin/colorschemeparser.h"#include "skin/propertybinder.h"#include "widget/wwidget.h"#include "widget/wabstractcontrol.h"#include "widget/wknob.h"#include "widget/wslidercomposed.h"#include "widget/wpushbutton.h"#include "widget/wdisplay.h"#include "widget/wvumeter.h"#include "widget/wstatuslight.h"#include "widget/wlabel.h"#include "widget/wtime.h"#include "widget/wtracktext.h"#include "widget/wtrackproperty.h"#include "widget/wnumber.h"#include "widget/wnumberpos.h"#include "widget/wnumberrate.h"#include "widget/woverview.h"#include "widget/wspinny.h"#include "widget/wvisualsimple.h"#include "widget/wglwaveformviewer.h"#include "widget/wwaveformviewer.h"#include "widget/wsearchlineedit.h"#include "widget/wlibrary.h"#include "widget/wlibrarysidebar.h"#include "widget/wskincolor.h"#include "widget/wpixmapstore.h"
Go to the source code of this file.