mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
add SIP for QgsProjectionSelectionWidget
This commit is contained in:
parent
5e670ff7b3
commit
07c41fd282
@ -91,6 +91,7 @@
|
||||
%Include qgsnumericsortlistviewitem.sip
|
||||
%Include qgsowssourceselect.sip
|
||||
%Include qgsprojectbadlayerguihandler.sip
|
||||
%Include qgsprojectionselectionwidget.sip
|
||||
%Include qgsprojectionselector.sip
|
||||
%Include qgsquerybuilder.sip
|
||||
%Include qgsrasterformatsaveoptionswidget.sip
|
||||
|
17
python/gui/qgsprojectionselectionwidget.sip
Normal file
17
python/gui/qgsprojectionselectionwidget.sip
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
class QgsProjectionSelectionWidget : QWidget
|
||||
{
|
||||
%TypeHeaderCode
|
||||
#include <qgsprojectionselectionwidget.h>
|
||||
%End
|
||||
|
||||
public:
|
||||
explicit QgsProjectionSelectionWidget( QWidget *parent /TransferThis/ = 0 );
|
||||
|
||||
signals:
|
||||
void crsChanged( QgsCoordinateReferenceSystem );
|
||||
|
||||
public slots:
|
||||
void setCrs( QgsCoordinateReferenceSystem crs );
|
||||
void selectCrs();
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user