4 #include <QtGui/QMainWindow>
6 #include <ui_mainwindow.h>
8 class MainWindow : public QMainWindow, private Ui::MainWindow
12 // aEventId is used to inform widget to automatically open
13 // Event dialog for given Event ID
14 MainWindow(int aEventId = 0, QWidget *aParent = NULL);
17 void scheduleImported(int aConfId);
19 void conferenceMapClicked();
20 void eventHasChanged(int aEventId, bool aReloadModel);
22 void fillAndShowConferenceHeader();
26 #endif /* MAINWINDOW_H */