mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-16 00:05:54 -05:00
Doxy
This commit is contained in:
parent
eaafa66353
commit
1a83ddd146
@ -86,12 +86,12 @@ Configure the widget from a layer ``uri`` by selecting the layer path or connect
|
|||||||
The base implementation does nothing and returns ``False``: providers with ConfigureSourceSelectFromUri capability
|
The base implementation does nothing and returns ``False``: providers with ConfigureSourceSelectFromUri capability
|
||||||
must override to implement this functionality.
|
must override to implement this functionality.
|
||||||
|
|
||||||
|
:return: ``True`` on success.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
Not all data providers may be able to configure the widget from the provided uri, in that case this method returns ``False``.
|
Not all data providers may be able to configure the widget from the provided uri, in that case this method returns ``False``.
|
||||||
|
|
||||||
:return: ``True`` on success.
|
|
||||||
|
|
||||||
.. versionadded:: 3.38
|
.. versionadded:: 3.38
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
|||||||
@ -100,8 +100,8 @@ class GUI_EXPORT QgsAbstractDataSourceWidget : public QDialog
|
|||||||
* Configure the widget from a layer \a uri by selecting the layer path or connection options.
|
* Configure the widget from a layer \a uri by selecting the layer path or connection options.
|
||||||
* The base implementation does nothing and returns FALSE: providers with ConfigureSourceSelectFromUri capability
|
* The base implementation does nothing and returns FALSE: providers with ConfigureSourceSelectFromUri capability
|
||||||
* must override to implement this functionality.
|
* must override to implement this functionality.
|
||||||
* \note Not all data providers may be able to configure the widget from the provided uri, in that case this method returns FALSE.
|
|
||||||
* \return TRUE on success.
|
* \return TRUE on success.
|
||||||
|
* \note Not all data providers may be able to configure the widget from the provided uri, in that case this method returns FALSE.
|
||||||
* \since 3.38
|
* \since 3.38
|
||||||
*/
|
*/
|
||||||
virtual bool configureFromUri( const QString &uri );
|
virtual bool configureFromUri( const QString &uri );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user