QGIS/python/gui/qgsludialog.sip
Denis Rouzaud f2b3ed0a9b run sipify
2017-12-15 11:12:19 -04:00

41 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsludialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsLUDialog: QDialog
{
%TypeHeaderCode
#include "qgsludialog.h"
%End
public:
QgsLUDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
QString lowerValue() const;
%Docstring
:rtype: str
%End
void setLowerValue( const QString &val );
QString upperValue() const;
%Docstring
:rtype: str
%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.pl again *
************************************************************************/