X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mainwindow.h;h=49aa76f5d48f7d11e8cc7cff6662f1b8d15804d6;hp=c02a6cb7ca28f93e8a22ec9949f07e619cf2fb07;hb=e2b4937b435d4973f9151b07503ef1fb869b43a4;hpb=24c4175dd69b2b8e87506247a34d4e765d86bb31 diff --git a/mainwindow.h b/mainwindow.h index c02a6cb..49aa76f 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -9,6 +9,7 @@ #include #include #include +#include /* Verbiste */ #include @@ -16,6 +17,7 @@ #include #include #include "gui/conjugation.h" +#include "about.h" #ifndef QT_NO_DEBUG #include @@ -65,9 +67,9 @@ public: void showExpanded(); void initverbiste(); QVBoxLayout* makeResultCell(const VVS &tenseIterator, - const std::string &tenseName, - const std::string &inputWord, - FrenchVerbDictionary *verbDict); + const std::string &tenseName, + const std::string &inputWord, + FrenchVerbDictionary *verbDict); public slots: void startLookup(); @@ -81,8 +83,10 @@ private: QPushButton *btnClear; // Clear button QLineEdit *wordinput; // Word input QPushButton *btnLookup; // Lookup button + QMessageBox *msgbox; std::string langCode; FrenchVerbDictionary *freVerbDic; + AboutDialog *aboutDialog; ResultPage* addResultPage(const std::string &labelText); #ifndef QT_NO_DEBUG