[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. 1b5c7e7895636c75711c20f91a4f1201de897b76

Sune Vuorela pusling-guest at alioth.debian.org
Tue Feb 24 07:50:32 UTC 2009


The following commit has been merged in the master branch:
commit 99a1510c3bf07192f4b5323434062d7d92904dd8
Author: Sune Vuorela <sune at vuorela.dk>
Date:   Tue Feb 24 08:49:55 2009 +0100

    styling and stuff

diff --git a/migrationtool.cpp b/migrationtool.cpp
index 36edd53..55a647f 100644
--- a/migrationtool.cpp
+++ b/migrationtool.cpp
@@ -34,6 +34,14 @@ MigrationTool::MigrationTool(QWidget *parent) : QWizard(parent)
   
   setOptions(QWizard::NoBackButtonOnStartPage|QWizard::NoCancelButton|options());  
   
+  setButtonText(QWizard::BackButton, tr("&Back"));
+  setButtonText(QWizard::NextButton, tr("&Next"));
+  setButtonText(QWizard::FinishButton,tr("&Finish"));
+  
+  setPixmap(QWizard::WatermarkPixmap,QPixmap("watermark.png"));
+  //setPixmap(QWizard::LogoPixmap,QPixmap("logo.png"));  - we don't use subtitles, so this is never shown.
+  setWizardStyle(QWizard::ModernStyle);
+  
   setPage(Intro,d->intro);
   setPage(Choice, d->choice);
   setPage(Warning, d->warning); 
@@ -44,7 +52,6 @@ MigrationTool::MigrationTool(QWidget *parent) : QWizard(parent)
 }
 int MigrationTool::nextId() const
 {
-    qDebug() << "nextId()";
     switch(currentId())
     {
       case Intro:

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list