Fix popup widgets' positions. Add tool bar on Symbian.
[dorian] / mainwindow.h
index b284919..4f499d2 100755 (executable)
@@ -2,6 +2,7 @@
 #define MAINWINDOW_H
 
 #include <QModelIndex>
+#include <QEvent>
 
 #include "adopterwindow.h"
 
@@ -21,7 +22,7 @@ class MainWindow: public AdopterWindow
 
 public:
     MainWindow(QWidget *parent = 0);
-    ~MainWindow();
+    void initialize();
 
 public slots:
     void showLibrary();
@@ -54,6 +55,9 @@ protected:
     void timerEvent(QTimerEvent *event);
     void resizeEvent(QResizeEvent *event);
 
+protected slots:
+    void placeChildren();
+
 private:
     void setCurrentBook(const QModelIndex &current);
     BookView *view;