[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kdict
From:       Stephan Binner <binner () kde ! org>
Date:       2005-02-06 19:31:36
Message-ID: 20050206193136.883BC1D160 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

iconset for disabled icons


  M +5 -5      sets.cpp   1.8


--- kdenetwork/kdict/sets.cpp  #1.7:1.8
@@ -89,20 +89,20 @@ DbSetsDialog::DbSetsDialog(QWidget *pare
 
   w_allLeft = new QPushButton(page);
-  w_allLeft->setPixmap(BarIcon("2leftarrow"));
+  w_allLeft->setIconSet(BarIconSet("2leftarrow"));
   connect(w_allLeft, SIGNAL(clicked()),this, SLOT(allLeftPressed()));
   subLayout2->addWidget(w_allLeft,2,1);
 
   w_left = new QPushButton(page);
-  w_left->setPixmap(BarIcon("1leftarrow"));
+  w_left->setIconSet(BarIconSet("1leftarrow"));
   connect(w_left, SIGNAL(clicked()),this, SLOT(leftPressed()));
   subLayout2->addWidget(w_left,3,1);
 
   w_right = new QPushButton(page);
-  w_right->setPixmap(BarIcon("1rightarrow"));
+  w_right->setIconSet(BarIconSet("1rightarrow"));
   connect(w_right, SIGNAL(clicked()),this, SLOT(rightPressed()));
   subLayout2->addWidget(w_right,4,1);
 
   w_allRight = new QPushButton(page);
-  w_allRight->setPixmap(BarIcon("2rightarrow"));
+  w_allRight->setIconSet(BarIconSet("2rightarrow"));
   connect(w_allRight, SIGNAL(clicked()),this, SLOT(allRightPressed()));
   subLayout2->addWidget(w_allRight,5,1);
@@ -152,5 +152,5 @@ void DbSetsDialog::newPressed()
     global->currentDatabase++;
 
-  QStringList sets;    // reread sets, because w_setīs internal list is not correct in all cases
+  QStringList sets;    // reread sets, because w_sets internal list is not correct in all cases
   for(unsigned int i=1;i<global->databaseSets.count()+1;i++)
     sets.append(global->databases[i]);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic