X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmdictionary%2Fgui%2FWelcomeScreenWidget.h;h=6e82a87b91718acbbd3889dc3dcf8402f4a493e0;hb=5fc81a4ae588b2616381820b99a09b5f0669bc01;hp=449570c442c8573d3403beb14c5cbd0dc78dffd2;hpb=87ff3664f4be5564a986ae484d2cea99a08bc2b5;p=mdictionary diff --git a/src/mdictionary/gui/WelcomeScreenWidget.h b/src/mdictionary/gui/WelcomeScreenWidget.h index 449570c..6e82a87 100644 --- a/src/mdictionary/gui/WelcomeScreenWidget.h +++ b/src/mdictionary/gui/WelcomeScreenWidget.h @@ -30,6 +30,9 @@ #include #include #include +#include +#include +#include //! Displays welcome screen with logo and name of application class WelcomeScreenWidget : public QScrollArea @@ -41,6 +44,11 @@ public: private: QVBoxLayout* mainLayout; QLabel* mainLabel, * licenseLabel, *imageLabel; + + QDeclarativeView* qmlView; + QDeclarativeEngine* engine; + QDeclarativeContext* context; + QWidget* widget; }; #endif // WELCOMESCREENWIDGET_H