diff -r ca3ea89c80a3 -r b23ec2b62c45 ListElements/ModelViewList/mainwindow.h --- a/ListElements/ModelViewList/mainwindow.h Wed Sep 08 15:36:31 2010 -0700 +++ b/ListElements/ModelViewList/mainwindow.h Thu Sep 09 11:30:41 2010 -0700 @@ -1,8 +1,16 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H +#include +#include #include +#include +#include +#include +#include +#include +#include "PLLayout.h" #include "zodiacsign.h" namespace Ui { @@ -17,8 +25,20 @@ explicit MainWindow(QWidget *parent = 0); ~MainWindow(); + void resizeEvent(QResizeEvent *e); + private: Ui::MainWindow *ui; + + QHBoxLayout *layoutLandscape; + QWidget *centralWidget; + QVBoxLayout *layoutPortrait; + + QPushButton *exitButton; + QListView *listView; + PLLayout *portLandLayout; + + }; #endif // MAINWINDOW_H