QGIS/python/gui/qgsscalecombobox.sip
Alexander Bruy b30f2b65b6 move map scale selector to QgsScaleComboBox class. Highlight nearest
value to the current scale when open selectors popup
2012-01-10 15:50:48 +02:00

16 lines
297 B
Plaintext

/** A combobox which lets the user select map scale from predefined list
* and highlights nearest to current scale valu
*/
class QgsScaleComboBox : QComboBox
{
%TypeHeaderCode
#include <qgsscalecombobox.h>
%End
public:
QgsScaleComboBox(QWidget * parent = 0);
~QgsScaleComboBox();
};