1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-22 00:06:57 -04:00

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 *
************************************************************************/