Initial release

This commit is contained in:
birkeh
2011-04-28 10:06:43 +02:00
commit 4b0fd01bea
28 changed files with 2262 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
#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;
};
#endif // CMAINWINDOW_H