From 2259e3ab9f2e06a4ee4dbd633c17221a47fdb7ba Mon Sep 17 00:00:00 2001 From: sandman Date: Fri, 01 Nov 2002 18:13:18 +0000 Subject: - Completly reworked the backlight "preview": every slider/control that relates to backlight levels, is now switching the lcd to this level for 2 seconds - after that the backlight switches back to the standard level (or light sensor control) - Many bugfixes and usability improvements in light sensor calibration --- (limited to 'core/settings/light-and-power/calibration.h') diff --git a/core/settings/light-and-power/calibration.h b/core/settings/light-and-power/calibration.h index 2bff69a..ffa63b2 100644 --- a/core/settings/light-and-power/calibration.h +++ b/core/settings/light-and-power/calibration.h @@ -43,6 +43,10 @@ public: QPoint startPoint ( ) const; QPoint endPoint ( ) const; +signals: + void startPointChanged ( const QPoint & ); + void endPointChanged ( const QPoint & ); + public slots: void setScale ( const QSize &s ); void setLineSteps ( int step ); -- cgit v0.9.0.2