1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-24 00:06:24 -04:00
QGIS/python/gui/auth/qgsauthserverseditor.sip

12 lines
211 B
Plaintext
Raw Normal View History

class QgsAuthServersEditor : QWidget
{
%TypeHeaderCode
#include <qgsauthserverseditor.h>
%End
public:
explicit QgsAuthServersEditor( QWidget *parent /TransferThis/ = 0 );
~QgsAuthServersEditor();
};