mirror of
https://github.com/YACReader/yacreader
synced 2026-02-07 07:40:10 -05: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