mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
39 lines
1.4 KiB
Plaintext
39 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 *
|
|
************************************************************************/
|