qskinny/examples/automotive/RadioControl.h

16 lines
237 B
C
Raw Normal View History

2017-07-25 07:24:27 +02:00
#ifndef RADIOCONTROL_H
#define RADIOCONTROL_H
#include <QskControl.h>
class RadioControl : public QskControl
{
public:
2017-07-25 10:47:40 +02:00
RadioControl( QQuickItem* parent = nullptr );
2017-07-25 07:24:27 +02:00
private:
QString m_currentBand;
};
#endif // RADIOCONTROL_H