New xdxf dialog, one which provides methods to add new or change setting of existing...
[mdictionary] / src / mdictionary / gui / MenuWidget.h
index 238bff8..448e31c 100644 (file)
@@ -50,12 +50,16 @@ public:
     */
     void removeSubMenu(QString title);
 
+    QWidget* applicationMenu();
+
 public Q_SLOTS:
     /*!
       Hides menu
       */
     void hideMenu();
 
+    void showMenu();
+
 protected:
     MenuTabWidget* tabWidget;
     QWidget* createWidget(QWidget *parent);