QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
Base class for widgets which allow customization of a provider's source URI. More...
#include <qgsprovidersourcewidget.h>
Signals | |
void | validChanged (bool isValid) |
Emitted whenever the validation status of the widget changes. More... | |
Public Member Functions | |
QgsProviderSourceWidget (QWidget *parent=nullptr) | |
Constructor for QgsProviderSourceWidget with the specified parent widget. More... | |
virtual void | setSourceUri (const QString &uri)=0 |
Sets the source uri to show in the widget. More... | |
virtual QString | sourceUri () const =0 |
Returns the source URI as currently defined by the widget. More... | |
Base class for widgets which allow customization of a provider's source URI.
Definition at line 30 of file qgsprovidersourcewidget.h.
QgsProviderSourceWidget::QgsProviderSourceWidget | ( | QWidget * | parent = nullptr | ) |
Constructor for QgsProviderSourceWidget with the specified parent widget.
Definition at line 21 of file qgsprovidersourcewidget.cpp.
|
pure virtual |
Sets the source uri to show in the widget.
|
pure virtual |
Returns the source URI as currently defined by the widget.
|
signal |
Emitted whenever the validation status of the widget changes.
If isValid is false
then the widget is not valid, and any dialog using the widget should be prevented from being accepted.