QGIS/python/PyQt6/gui/auto_generated/vector/qgsvectorlayerproperties.sip.in
Julien Cabieces bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +10:00

50 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/vector/qgsvectorlayerproperties.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsVectorLayerProperties : QgsLayerPropertiesDialog
{
%TypeHeaderCode
#include "qgsvectorlayerproperties.h"
%End
public:
QgsVectorLayerProperties( QgsMapCanvas *canvas, QgsMessageBar *messageBar, QgsVectorLayer *lyr = 0, QWidget *parent = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
virtual bool eventFilter( QObject *obj, QEvent *ev );
protected slots:
void optionsStackedWidget_CurrentChanged( int index ) final;
virtual void syncToLayer() ${SIP_FINAL};
virtual void apply() ${SIP_FINAL};
virtual void rollback() ${SIP_FINAL};
signals:
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/vector/qgsvectorlayerproperties.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/