Switch to side-by-side view

--- a/GUI/playctlwidget/playctlwidget.h
+++ b/GUI/playctlwidget/playctlwidget.h
@@ -43,6 +43,9 @@
     virtual void onBackwardClicked();
     virtual void onForwardClicked();
 
+    // Give access to the stop button in case they want to hide it.
+    virtual QWidget *stopWidget();
+    
 private:
     bool m_playing;
 };