Settings saved with ok and cancel added to SettingsView.
[qtmeetings] / src / BusinessLogic / UIManager.h
index dfaf8fd..0c40c2b 100644 (file)
@@ -6,13 +6,13 @@
 
 #include "Meeting.h"
 #include "DeviceManager.h"
+#include "PasswordDialog.h"
 
 class Engine;
 class WindowManager;
 class WeeklyViewWidget;
 class SettingsView;
 class RoomStatusIndicatorWidget;
-class PasswordDialog;
 class ProgressBar;
 class MeetingInfoDialog;
 class CommunicationManager;
@@ -37,6 +37,7 @@ public slots:
 
        void settingsViewRequest();
        void settingsOkClicked();
+       void settingsCancelClicked();
        void roomStatusIndicatorRequested();
        void previousViewRestored();
        void changeModeOrdered( DeviceManager::OperationMode aMode );
@@ -48,6 +49,10 @@ private slots:
        void currentRoomChanged( Room *aRoom );
        void progressBarCancelled();
        void updateTime( QDateTime aDateTime );
+       void passwordEntered( PasswordDialog::PasswordStatus aStatus );
+       void showMeetingProgressBar( Meeting *aMeeting );
+       void updateProgressBarText( const QString &aText );
+       void hideProgressBar();
 
 private: