QGIS/python/gui/auto_generated/qgsludialog.sip.in
2025-03-28 14:23:56 +10:00

51 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsludialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsLUDialog : QDialog
{
%Docstring(signature="appended")
A dialog for setting a lower and upper range value.
%End
%TypeHeaderCode
#include "qgsludialog.h"
%End
public:
QgsLUDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
QString lowerValue() const;
double lowerValueDouble() const;
%Docstring
Returns the lower value.
.. versionadded:: 3.21
%End
void setLowerValue( const QString &val );
QString upperValue() const;
double upperValueDouble() const;
%Docstring
Returns the upper value.
.. versionadded:: 3.21
%End
void setUpperValue( const QString &val );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsludialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/