aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/wizard.cpp
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2010-04-22 14:43:18 +0200
committerJens Bache-Wiig <jbache@trolltech.com>2010-04-22 14:44:49 +0200
commit75b0d84cabbfc2b775daaac4f95c991812dcdde0 (patch)
tree8cf6853d999243a03f079bba4f699c6f3d15853e /src/libs/utils/wizard.cpp
parent8390467ac17f5b8b55b2549d0e60ff670c6b038a (diff)
Prettify the Wizard
I created a nicer blue arrow by default and use standard icons on X11 where possible. Note that we still need an alternative solution for mac. Reviewed-by:thorbjorn
Diffstat (limited to 'src/libs/utils/wizard.cpp')
-rw-r--r--src/libs/utils/wizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/utils/wizard.cpp b/src/libs/utils/wizard.cpp
index 616ea57cece..0cfcb5c1c47 100644
--- a/src/libs/utils/wizard.cpp
+++ b/src/libs/utils/wizard.cpp
@@ -113,9 +113,9 @@ LinearProgressWidget::LinearProgressWidget(WizardProgress *progress, QWidget *pa
:
QWidget(parent),
m_dotsItemWidget(0),
- m_disableUpdatesCount(0),
- m_indicatorPixmap(QLatin1String(":/trolltech/styles/commonstyle/images/right-16.png"))
+ m_disableUpdatesCount(0)
{
+ m_indicatorPixmap = QIcon::fromTheme("go-next", QIcon(QLatin1String(":/utils/images/arrow.png"))).pixmap(16);
m_wizardProgress = progress;
m_mainLayout = new QVBoxLayout(this);
m_itemWidgetLayout = new QVBoxLayout();