X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mainwindow.h;h=c47b619e1ee2d4150da6c5ed45901076d85ee894;hp=49aa76f5d48f7d11e8cc7cff6662f1b8d15804d6;hb=HEAD;hpb=e2b4937b435d4973f9151b07503ef1fb869b43a4 diff --git a/mainwindow.h b/mainwindow.h index 49aa76f..c47b619 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -4,12 +4,14 @@ #include #include #include +#include #include #include #include #include #include #include +#include /* Verbiste */ #include @@ -73,6 +75,7 @@ public: public slots: void startLookup(); + void switchLang(); private: Ui::MainWindow *ui; @@ -81,8 +84,11 @@ private: QTabWidget *resultPages; QHBoxLayout *btlayout; // Layout to pack the functional buttons QPushButton *btnClear; // Clear button + QCheckBox *btnPron; QLineEdit *wordinput; // Word input QPushButton *btnLookup; // Lookup button + QAction *filFrench; + QAction *filItalian; QMessageBox *msgbox; std::string langCode; FrenchVerbDictionary *freVerbDic;