Print: remove the height sliders from the PrintOptions class

These were hidden and we don't really support them because
our print layouting is not that flexible in Qt!

Note: printoptions.ui is now converted to UNIX line breaks.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2014-07-18 11:43:15 +03:00 committed by Dirk Hohndel
parent 3e669481f6
commit 6e4ebe3c54
3 changed files with 219 additions and 457 deletions

View file

@ -15,17 +15,11 @@ public:
private:
Ui::PrintOptions ui;
void setLabelFromSlider(QSlider *slider, QLabel *label);
void initSliderWithLabel(QSlider *slider, QLabel *label, int value);
QString formatSliderValueText(int value);
struct options *printOptions;
bool hasSetupSlots;
private
slots:
void sliderPHeightMoved(int value);
void sliderOHeightMoved(int value);
void sliderNHeightMoved(int value);
void radioSixDivesClicked(bool check);
void radioTwoDivesClicked(bool check);
void radioTablePrintClicked(bool check);