X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mainwindow.h;h=2cc62cc528df5a362034d39f75d42b66301e47a6;hp=49aa76f5d48f7d11e8cc7cff6662f1b8d15804d6;hb=c25581650ae1b331ada3a98d19aae51ce9edc75b;hpb=e269f65344127896d86db0477d4d9be87912b5db diff --git a/mainwindow.h b/mainwindow.h index 49aa76f..2cc62cc 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -4,12 +4,18 @@ #include #include #include +#include #include #include #include #include #include #include +#include + +#if defined(Q_WS_MAEMO_5) +#include +#endif /* Verbiste */ #include @@ -73,6 +79,7 @@ public: public slots: void startLookup(); + void switchLang(); private: Ui::MainWindow *ui; @@ -81,8 +88,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;