1 // checksum 0x9a77 version 0x30001
3 This file was generated by the Mobile Qt Application wizard of Qt Creator.
4 MainWindow is a convenience class containing mobile device specific code
5 such as screen orientation handling.
6 It is recommended not to modify this file, since newer versions of Qt Creator
7 may offer an updated version of it.
13 #include <QtGui/QMainWindow>
14 #include <mainwindow.h>
15 #include "smshandler.h"
21 class MainWindow : public QMainWindow
25 enum ScreenOrientation {
26 ScreenOrientationLockPortrait,
27 ScreenOrientationLockLandscape,
31 explicit MainWindow(QWidget *parent = 0);
32 virtual ~MainWindow();
34 void setOrientation(ScreenOrientation orientation);
38 void on_gobutton_clicked();
43 SmsHandler smsHandler;
46 #endif // MAINWINDOW_H