[Kwintv] Usability: keypress timer

Hans-Peter Jansen hpj at urpla.net
Mon Jan 12 15:30:52 CET 2004


Hi,

On the usability front, I propose this change. In mid term,
it possibly qualifies as a gui config option:

--- qtvision.cpp~       2004-01-12 15:14:18.000000000 +0100
+++ qtvision.cpp        2004-01-12 15:14:29.000000000 +0100
@@ -674,7 +674,7 @@
     if (_number.toInt() * 10 < maxChNum) {
         kdDebug() << "channelText(" << _number.rightJustify(3,'-') << ")" << endl;
         emit channelText(_number.rightJustify(3,'-'));
-        _keypresstimer->start(2000, true);  // start the count-down timer
+        _keypresstimer->start(1000, true);  // start the count-down timer
     } else {
         if (_number != "0")
             _keypresstimer->singleShot(0, this, SLOT(slotKeyPressTimeout()));


Any opionions?

Pete



More information about the kwintv mailing list