Splashscreen ad support. Wait dialog for ad click/browser start.
[qtmads] / qtmadsexample / mainwindow.h
index 3efd45d..b551df0 100644 (file)
@@ -7,6 +7,9 @@
 
 #include <QtGui/QMainWindow>
 
+class QtmadsLabelAd;
+class QGridLayout;
+
 class MainWindow : public QMainWindow
 {
     Q_OBJECT
@@ -14,6 +17,16 @@ class MainWindow : public QMainWindow
 public:
     MainWindow(QWidget *parent = 0);
     ~MainWindow();
+
+    void init();
+
+public slots:
+    void splashStopped();
+
+private:
+    QWidget *widget;
+    QGridLayout *mainLayout;
+    QtmadsLabelAd *splashScreenAd;
 };
 
 #endif // MAINWINDOW_H