diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2014-07-18 11:43:15 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-18 10:20:00 -0700 |
commit | 6e4ebe3c5427b178808c0b0579803c56c5cf53d5 (patch) | |
tree | f2c8e5e293bb0dcd19827d913515ddb3e8fdf45e /qt-ui/printoptions.h | |
parent | 3e669481f6c1285c381df03cd17994c75b695a26 (diff) | |
download | subsurface-6e4ebe3c5427b178808c0b0579803c56c5cf53d5.tar.gz |
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>
Diffstat (limited to 'qt-ui/printoptions.h')
-rw-r--r-- | qt-ui/printoptions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qt-ui/printoptions.h b/qt-ui/printoptions.h index 9fc55ed52..66d3d7424 100644 --- a/qt-ui/printoptions.h +++ b/qt-ui/printoptions.h @@ -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); |