QGIS/python/gui/auth/qgsauthconfigeditor.sip

57 lines
2.0 KiB
Plaintext
Raw Normal View History

2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthconfigeditor.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsAuthConfigEditor : QWidget
{
2017-05-31 10:09:57 +02:00
%Docstring
Widget for editing authentication configuration database
%End
2017-05-31 10:09:57 +02:00
%TypeHeaderCode
#include "qgsauthconfigeditor.h"
%End
public:
2017-05-31 10:09:57 +02:00
explicit QgsAuthConfigEditor( QWidget *parent /TransferThis/ = 0, bool showUtilities = true, bool relayMessages = true );
2017-05-31 10:09:57 +02:00
%Docstring
Widget for editing authentication configurations directly in database
\param parent Parent widget
\param showUtilities Whether to show the widget's utilities button
\param relayMessages Whether to relay auth manager messages to internal message bar
%End
void toggleTitleVisibility( bool visible );
2017-05-31 10:09:57 +02:00
%Docstring
Hide the widget's title, e.g. when embedding
%End
public slots:
void setShowUtilitiesButton( bool show = true );
2017-05-31 10:09:57 +02:00
%Docstring
Set whether to show the widget's utilities button, e.g. when embedding
%End
void setRelayMessages( bool relay = true );
2017-05-31 10:09:57 +02:00
%Docstring
Set whether to relay auth manager messages to internal message bar, e.g. when embedding
%End
};
2017-05-31 10:09:57 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/auth/qgsauthconfigeditor.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/