qskinny/examples/automotive/SoundControl.h
Uwe Rathmann ec5521ab3e Lots of colors and stuff for demonstrating skin transitions added.
Better hints for the slider of the DefaultSkin - some animators and
increased mouse press areas
2017-07-26 17:54:25 +02:00

18 lines
403 B
C++

#ifndef SOUNDCONTROL_H
#define SOUNDCONTROL_H
#include <QskBox.h>
class SoundControl : public QskBox
{
public:
QSK_SUBCONTROLS( Overlay, CrossHair, Marker, Vehicle, SliderControl, MarkerControl )
SoundControl( QQuickItem* parent = nullptr );
virtual QskAspect::Subcontrol effectiveSubcontrol(
QskAspect::Subcontrol subControl ) const override final;
};
#endif // SOUNDCONTROL_H