mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 10:50:27 -04:00
Getter is not a slot
This commit is contained in:
parent
078a97c1d1
commit
d8cb61314d
@ -18,12 +18,13 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
YACReaderSpinSliderWidget(QWidget *parent = 0, bool strechableSlider = false);
|
YACReaderSpinSliderWidget(QWidget *parent = 0, bool strechableSlider = false);
|
||||||
|
QSize minimumSizeHint() const;
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void setRange(int lowValue, int topValue, int step = 1);
|
void setRange(int lowValue, int topValue, int step = 1);
|
||||||
void setValue(int value);
|
void setValue(int value);
|
||||||
void setText(const QString &text);
|
void setText(const QString &text);
|
||||||
int getValue();
|
int getValue();
|
||||||
QSize minimumSizeHint() const;
|
|
||||||
void setTracking(bool b);
|
void setTracking(bool b);
|
||||||
void valueWillChange(int);
|
void valueWillChange(int);
|
||||||
void valueWillChangeFromSpinBox(int);
|
void valueWillChangeFromSpinBox(int);
|
||||||
|
Loading…
Reference in New Issue
Block a user