QGIS/python/gui/auto_generated/qgsludialog.sip.in

33 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;
void setLowerValue( const QString &val );
QString upperValue() const;
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 *
************************************************************************/