git-svn-id: file:///svnroot/family-shop-mgr@36 26eb2498-383b-47a6-be48-5d6f36779e85
[family-shop-mgr] / code / family-shop-mgr / FamilyShoppingManagerMainWindow.h
diff --git a/code/family-shop-mgr/FamilyShoppingManagerMainWindow.h b/code/family-shop-mgr/FamilyShoppingManagerMainWindow.h
deleted file mode 100644 (file)
index 3187ca5..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * This file is part of family-shop-mgr.
- *
- * family-shop-mgr is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * family-shop-mgr is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with family-shop-mgr.  If not, see <http://www.gnu.org/licenses/>.
- *
- * Author: Unai IRIGOYEN
- * Date: 12/07/2009
- *
- */
-
-#ifndef FAMILYSHOPPINGMANAGERMAINWINDOW_H
-#define FAMILYSHOPPINGMANAGERMAINWINDOW_H
-
-#include <QMainWindow>
-#include <QModelIndex>
-
-class FamilyShoppingManagerMainWindow : public QMainWindow
-{
-    Q_OBJECT
-
-public:
-    FamilyShoppingManagerMainWindow(QWidget *parent = 0);
-    ~FamilyShoppingManagerMainWindow();
-
-private slots:
-    void showListManager();
-    void showGoShopping();
-    void showAbout();
-
-    void addCategory();
-    void addSubCategory();
-    void addItem();
-    void removeCategoryOrItem();
-    //void insertChild();
-
-private:
-    QWidget *activityView;
-
-    QAction *showCheckedItemsAction;
-    QAction *goShoppingAction;
-    QAction *endShoppingAction;
-    QAction *aboutAction;
-
-    QAction *addCategoryAction;
-    QAction *addSubCategoryAction();
-    QAction *removeCategoryAction;
-    QAction *addItemAction;
-    QAction *removeItemAction;
-};
-
-#endif // FAMILYSHOPPINGMANAGERMAINWINDOW_H