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

List:       kde-commits
Subject:    extragear/multimedia/kmid/src
From:       Pedro Lopez-Cabanillas <pedro.lopez.cabanillas () gmail ! com>
Date:       2010-08-03 8:26:30
Message-ID: 20100803082630.09C23AC7A9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1158608 by pedrol:

kmid_part: show qdial notches

 M  +4 -0      kmid_partview.cpp  


--- trunk/extragear/multimedia/kmid/src/kmid_partview.cpp #1158607:1158608
@@ -93,7 +93,10 @@
     d->m_volume->setMinimum(0);
     d->m_volume->setMaximum(200);
     d->m_volume->setValue(100);
+    d->m_volume->setSingleStep(5);
+    d->m_volume->setPageStep(10);
     d->m_volume->setTracking(false);
+    d->m_volume->setNotchesVisible(true);
     botrow->addWidget(d->m_volume);
     connect(d->m_volume, SIGNAL(valueChanged(int)), SLOT(slotVolumeSlider(int)));
 
@@ -108,6 +111,7 @@
     d->m_pitch->setSingleStep(1);
     d->m_pitch->setPageStep(1);
     d->m_pitch->setTracking(false);
+    d->m_pitch->setNotchesVisible(true);
     botrow->addWidget(d->m_pitch);
     connect(d->m_pitch, SIGNAL(valueChanged(int)), SLOT(slotPitchSlider(int)));
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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