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

List:       kde-commits
Subject:    extragear/graphics/digikam/utilities/fuzzysearch
From:       Andi Clemens <andi.clemens () gmx ! net>
Date:       2009-06-13 10:32:35
Message-ID: 1244889155.552872.3698.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 981338 by aclemens:

Set a buddy for the thresholdLabel

 M  +4 -2      findduplicatesview.cpp  


--- trunk/extragear/graphics/digikam/utilities/fuzzysearch/findduplicatesview.cpp #981337:981338
@@ -152,13 +152,15 @@
 
     // ---------------------------------------------------------------
 
-    d->thresholdLabel = new QLabel(i18n("Threshold:"));
-    d->threshold      = new QSpinBox;
+    d->threshold = new QSpinBox;
     d->threshold->setRange(0, 100);
     d->threshold->setValue(90);
     d->threshold->setSingleStep(1);
     d->threshold->setSuffix(QChar('%'));
 
+    d->thresholdLabel = new QLabel(i18n("Threshold:"));
+    d->thresholdLabel->setBuddy(d->threshold);
+
     // ---------------------------------------------------------------
 
     grid->addWidget(d->listView,           0, 0, 1,-1);
[prev in list] [next in list] [prev in thread] [next in thread] 

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