mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04: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
|
||||
must override to implement this functionality.
|
||||
|
||||
: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``.
|
||||
|
||||
:return: ``True`` on success.
|
||||
|
||||
.. versionadded:: 3.38
|
||||
%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.
|
||||
* The base implementation does nothing and returns FALSE: providers with ConfigureSourceSelectFromUri capability
|
||||
* 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.
|
||||
* \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
|
||||
*/
|
||||
virtual bool configureFromUri( const QString &uri );
|
||||
|
Loading…
x
Reference in New Issue
Block a user