18 #ifndef QGSSCALECOMBOBOX_H 19 #define QGSSCALECOMBOBOX_H 37 bool setScaleString(
const QString& scaleTxt );
41 void setScale(
double scale );
48 static QString toString(
double scale );
50 static double toDouble(
const QString& scaleString,
bool *ok =
nullptr );
54 void scaleChanged(
double scale );
65 void setMinScale(
double scale );
78 #endif // QGSSCALECOMBOBOX_H
double minScale() const
Function to read the min scale.
A combobox which lets the user select map scale from predefined list and highlights nearest to curren...