2017-07-25 07:24:27 +02:00
|
|
|
#ifndef SOUNDCONTROL_H
|
|
|
|
#define SOUNDCONTROL_H
|
|
|
|
|
|
|
|
#include <QskControl.h>
|
|
|
|
|
|
|
|
class SoundControl : public QskControl
|
|
|
|
{
|
|
|
|
public:
|
2017-07-25 21:34:27 +02:00
|
|
|
QSK_SUBCONTROLS( CrossHair, Marker, SliderControl )
|
|
|
|
|
2017-07-25 10:47:40 +02:00
|
|
|
SoundControl( QQuickItem* parent = nullptr );
|
2017-07-25 07:24:27 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif // SOUNDCONTROL_H
|