mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
3 lines
565 B
Python
3 lines
565 B
Python
|
# The following has been generated automatically from src/core/qgsqueryresultmodel.h
|
||
|
QgsQueryResultModel.__attribute_docs__ = {'fetchingComplete': 'Emitted when rows have been fetched (all of them or a batch if `maxRows` was passed to :py:func:`~QgsQueryResultModel.fetchMoreRows` )\nor when the fetching has been stopped (canceled).\n\n.. seealso:: :py:func:`fetchMoreRows`\n', 'fetchMoreRows': 'Emitted when more rows are requested.\n\n:param maxRows: the number of rows that will be fetched.\n', 'fetchingStarted': 'Emitted when fetching of rows has started\n'}
|