qskinny/examples/automotive/RadioControl.h
2017-07-25 21:40:05 +02:00

16 lines
237 B
C++

#ifndef RADIOCONTROL_H
#define RADIOCONTROL_H
#include <QskControl.h>
class RadioControl : public QskControl
{
public:
RadioControl( QQuickItem* parent = nullptr );
private:
QString m_currentBand;
};
#endif // RADIOCONTROL_H