Support badge on output panel buttons.

These are used to indicate number of issues and todos.

Change-Id: I320b6c0f5835570f0b5e5898fb140bd8266090c8
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Francois Ferrand
2012-06-14 16:33:10 +02:00
committed by Daniel Teske
parent 54569d5931
commit 8a57b7bcbf
6 changed files with 112 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ public slots:
void toggle(bool withFocusIfShown) { emit togglePage(withFocusIfShown); }
void navigateStateChanged() { emit navigateStateUpdate(); }
void flash() { emit flashButton(); }
void setIconBadgeNumber(int number) { emit setBadgeNumber(number); }
signals:
void showPage(bool withFocus, bool ensureSizeHint);
@@ -93,6 +94,7 @@ signals:
void togglePage(bool withFocusIfShown);
void navigateStateUpdate();
void flashButton();
void setBadgeNumber(int number);
};
} // namespace Core