mirror of
https://github.com/YACReader/yacreader
synced 2025-08-28 00:54:25 -04:00
Getter is not a slot
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user