QGIS/python/gui/auto_generated/qgsdialog.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

48 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsDialog : QDialog
{
%Docstring(signature="appended")
A generic dialog with layout and button box.
%End
%TypeHeaderCode
#include "qgsdialog.h"
%End
public:
QgsDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags, QDialogButtonBox::StandardButtons buttons = QDialogButtonBox::Close, Qt::Orientation orientation = Qt::Horizontal );
%Docstring
Constructor for QgsDialog.
%End
QVBoxLayout *layout();
%Docstring
Returns the central layout. Widgets added to it must have this dialog as
parent.
%End
QDialogButtonBox *buttonBox();
%Docstring
Returns the button box.
%End
protected:
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdialog.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/