mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
50 lines
1.7 KiB
Plaintext
50 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.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsDialog : QDialog
|
|
{
|
|
%Docstring
|
|
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.pl again *
|
|
************************************************************************/
|