first commit

This commit is contained in:
2016-10-19 19:21:47 +02:00
commit da3abdc095
346 changed files with 59904 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
#ifndef CMAINWINDOW_H
#define CMAINWINDOW_H
#include <QMainWindow>
namespace Ui
{
class cMainWindow;
}
class cMainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit cMainWindow(QWidget *parent = 0);
~cMainWindow();
private:
Ui::cMainWindow *ui;
protected:
void initSettings();
};
#endif // CMAINWINDOW_H