programmingselectionwindow.h
419 Bytes
#ifndef PROGRAMMINGSELECTIONWINDOW_H
#define PROGRAMMINGSELECTIONWINDOW_H
#include <QMainWindow>
namespace Ui {
class ProgrammingSelectionWindow;
}
class ProgrammingSelectionWindow : public QMainWindow
{
Q_OBJECT
public:
explicit ProgrammingSelectionWindow(QWidget *parent = 0);
~ProgrammingSelectionWindow();
private:
Ui::ProgrammingSelectionWindow *ui;
};
#endif // PROGRAMMINGSELECTIONWINDOW_H