Radio3DRConfig.h 313 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
#ifndef RADIO3DRCONFIG_H
#define RADIO3DRCONFIG_H

#include <QWidget>
#include "ui_Radio3DRConfig.h"

class Radio3DRConfig : public QWidget
{
    Q_OBJECT
    
public:
    explicit Radio3DRConfig(QWidget *parent = 0);
    ~Radio3DRConfig();
    
private:
    Ui::Radio3DRConfig ui;
};

#endif // RADIO3DRCONFIG_H