aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/stylehelper.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-03-22 14:14:21 +0100
committerEike Ziller <eike.ziller@digia.com>2013-04-09 15:50:25 +0200
commit5a3dfb767f9585be1049509db0441c93278e0163 (patch)
treefe942099ae081595c09daecb360369c44d3ed032 /src/libs/utils/stylehelper.h
parentc5f7cc62bbb2d5b5eaf7f317294e7b748312b39f (diff)
Move progress indicators out of mode bar.
This both allows the mode bar to be hidden optionally, and can give the progress information a bit more room (e.g. for titles). Progress information can either be shown in "pop up" windows in the lower left corner of the main window (hiding window contents below), or in a summary progress bar in the bottom right corner of the status bar. Hovering the summary progress bar temporarily pops up the detailed progress information. Keyboard can be used to switch between the two views. Change-Id: Ic6d6ab4fd43906e84b480c8ddf8eae5f5852e1f3 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/libs/utils/stylehelper.h')
-rw-r--r--src/libs/utils/stylehelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/stylehelper.h b/src/libs/utils/stylehelper.h
index e41d9a42c6a..75be2220adc 100644
--- a/src/libs/utils/stylehelper.h
+++ b/src/libs/utils/stylehelper.h
@@ -50,6 +50,7 @@ class QTCREATOR_UTILS_EXPORT StyleHelper
{
public:
static const unsigned int DEFAULT_BASE_COLOR = 0x666666;
+ static const int progressFadeAnimationDuration = 600;
// Height of the project explorer navigation bar
static int navigationWidgetHeight() { return 24; }