mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
A?adida las opciones de control de imagen al di?logo de opciones, falta maquetarlo
adecuadamente.
This commit is contained in:
@ -37,15 +37,25 @@ Q_OBJECT
|
||||
|
||||
QColorDialog * colorDialog;
|
||||
|
||||
QSlider * brightnessS;
|
||||
|
||||
QSlider * contrastS;
|
||||
|
||||
QSlider * gammaS;
|
||||
|
||||
public slots:
|
||||
void saveOptions();
|
||||
void restoreOptions(QSettings * settings);
|
||||
void findFolder();
|
||||
void updateColor(const QColor & color);
|
||||
void fitToWidthRatio(int value);
|
||||
void brightnessChanged(int value);
|
||||
void contrastChanged(int value);
|
||||
void gammaChanged(int value);
|
||||
|
||||
signals:
|
||||
void changedOptions();
|
||||
void changedImageOptions();
|
||||
void fitToWidthRatioChanged(float ratio);
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user