paysages3d/gui_qt/mainwindow.h
2012-01-08 10:31:01 +00:00

23 lines
361 B
C++

#ifndef _PAYSAGES_QT_MAINWINDOW_H_
#define _PAYSAGES_QT_MAINWINDOW_H_
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
public slots:
void fileNew();
void fileSave();
void fileLoad();
};
#endif // _PAYSAGES_QT_MAINWINDOW_H_