programmingnamepopup.h
363 Bytes
#ifndef PROGRAMMINGNAMEPOPUP_H
#define PROGRAMMINGNAMEPOPUP_H
#include <QWidget>
namespace Ui {
class ProgrammingNamePopup;
}
class ProgrammingNamePopup : public QWidget
{
Q_OBJECT
public:
explicit ProgrammingNamePopup(QWidget *parent = 0);
~ProgrammingNamePopup();
private:
Ui::ProgrammingNamePopup *ui;
};
#endif // PROGRAMMINGNAMEPOPUP_H