X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2FUserInterface%2FViews%2FRoomStatusIndicatorWidget.h;h=64978b021977c7154486fc59f051c8e6943bafa7;hb=663a2fc8ce3a0b8b987655fe709a831a3db9b315;hp=67d40dcdddd129f5960306b300db7a68a5af7a2a;hpb=97603680c47945a85e0565c71f2e1e59eec5a9c2;p=qtmeetings diff --git a/src/UserInterface/Views/RoomStatusIndicatorWidget.h b/src/UserInterface/Views/RoomStatusIndicatorWidget.h index 67d40dc..64978b0 100644 --- a/src/UserInterface/Views/RoomStatusIndicatorWidget.h +++ b/src/UserInterface/Views/RoomStatusIndicatorWidget.h @@ -10,7 +10,7 @@ class QLabel; class QVBoxLayout; -class TimeDisplayWidget; +class BorderedBarWidget; class QEvent; @@ -60,8 +60,14 @@ public slots: */ void statusChanged( const Room::Status aStatus, const QTime aUntil ); + void currentRoomChanged( Room *aRoom ); + void viewResized(const QSize &newSize, const QSize &oldSize) { } + void connectionEstablished(); + + void connectionLost(); + private: //! Translates the status into human readable text. /*! @@ -82,7 +88,9 @@ private: QLabel *iDefaultRoomLabel; QLabel *iStatusLabel; QLabel *iUntilTextLabel; - TimeDisplayWidget *iTimeDisplay; + BorderedBarWidget *iTimeDisplay; + BorderedBarWidget *iStatusBar; + QString iTimeFormat; static QTime endOfTheDay;