git-svn-id: file:///svnroot/family-shop-mgr@23 26eb2498-383b-47a6-be48-5d6f36779e85
[family-shop-mgr] / code / family-shop-mgr / FamilyShoppingManagerMainWindow.h
index 63f8e87..701dc62 100644 (file)
@@ -38,11 +38,11 @@ private slots:
     void showGoShopping();
     void showAbout();
 
-    void insertChild();
-//    bool insertColumn(const QModelIndex &parent = QModelIndex());
-    void insertRow();
-//    bool removeColumn(const QModelIndex &parent = QModelIndex());
-    void removeRow();
+    void addCategory();
+    void addSubCategory();
+    void addItem();
+    void removeCategoryOrItem();
+    //void insertChild();
 
 private:
     QWidget *activityView;
@@ -54,6 +54,7 @@ private:
     QAction *aboutAction;
 
     QAction *addCategoryAction;
+    QAction *addSubCategoryAction();
     QAction *removeCategoryAction;
     QAction *addItemAction;
     QAction *removeItemAction;