mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
3e669481f6
commit
6e4ebe3c54
3 changed files with 219 additions and 457 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue