#ifndef CCSIM_H #define CCSIM_H #include namespace Ui { class CCSim; } class CCSim : public QMainWindow { Q_OBJECT public: explicit CCSim(QWidget *parent = 0); ~CCSim(); private: Ui::CCSim *ui; }; #endif // CCSIM_H