mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
terminada la maquetaci?n de la secci?n de opciones ajustes de imagen
This commit is contained in:
@ -249,13 +249,14 @@ private:
|
||||
QSpinBox * spinBox;
|
||||
QSlider * slider;
|
||||
public:
|
||||
YACReaderSpinSliderWidget(QWidget * parent = 0);
|
||||
YACReaderSpinSliderWidget(QWidget * parent = 0,bool strechableSlider = false);
|
||||
public slots:
|
||||
void setRange(int lowValue, int topValue, int step=1);
|
||||
void setValue(int value);
|
||||
void setText(const QString & text);
|
||||
int getValue();
|
||||
QSize minimumSizeHint() const;
|
||||
void setTracking(bool b);
|
||||
signals:
|
||||
void valueChanged(int);
|
||||
|
||||
|
Reference in New Issue
Block a user