mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
close zoom slider when it loses its focus
This commit is contained in:
@ -14,8 +14,11 @@ private:
|
||||
QSlider * slider;
|
||||
|
||||
public:
|
||||
|
||||
YACReaderSlider (QWidget * parent = 0);
|
||||
void show();
|
||||
|
||||
protected:
|
||||
virtual void focusOutEvent(QFocusEvent * event);
|
||||
|
||||
public slots:
|
||||
void updateText(int value);
|
||||
|
Reference in New Issue
Block a user