Adjust version number

This commit is contained in:
Matthias Kuhn 2017-11-21 08:32:53 +01:00
parent 37b0d4c5b5
commit 81b475d21c
15 changed files with 20 additions and 20 deletions

View File

@ -169,7 +169,7 @@ class QgsSearchWidgetWrapper : QgsWidgetWrapper
If in SearchMode returns a quoted field identifier.
If in AggregateSearchMode returns an appropriate aggregate expression.
.. versionadded:: 3.2
.. versionadded:: 3.0
:rtype: str
%End
@ -178,7 +178,7 @@ class QgsSearchWidgetWrapper : QgsWidgetWrapper
If in AggregateSearch mode, which aggregate should be used to construct
the filter expression. Is a Null String if none.
.. versionadded:: 3.2
.. versionadded:: 3.0
:rtype: str
%End
@ -187,7 +187,7 @@ class QgsSearchWidgetWrapper : QgsWidgetWrapper
If in AggregateSearch mode, which aggregate should be used to construct
the filter expression. Is a Null String if none.
.. versionadded:: 3.2
.. versionadded:: 3.0
%End
public slots:

View File

@ -18,7 +18,7 @@ class QgsRelationAggregateSearchWidgetWrapper : QgsSearchWidgetWrapper
For each attribute of the child, an additional QgsAggregateToolButton will be shown
to determine how the values should be aggregated for searching.
.. versionadded:: 3.2
.. versionadded:: 3.0
%End
%TypeHeaderCode

View File

@ -75,7 +75,7 @@ class QgsRelationWidgetWrapper : QgsWidgetWrapper
%Docstring
The relation for which this wrapper is created.
.. versionadded:: 3.2
.. versionadded:: 3.0
:rtype: QgsRelation
%End

View File

@ -16,7 +16,7 @@ class QgsAggregateToolButton : QToolButton
Offers a toolbutton to choose between different aggregate functions.
Functions are filtered based on the type.
.. versionadded:: 3.2
.. versionadded:: 3.0
%End
%TypeHeaderCode

View File

@ -130,7 +130,7 @@ class QgsAttributeForm : QWidget
In this case it will return a combined expression according to the chosen filters
on all attribute widgets.
.. versionadded:: 3.2
.. versionadded:: 3.0
:rtype: str
%End

View File

@ -16,7 +16,7 @@ class QgsAttributeFormRelationEditorWidget : QgsAttributeFormWidget
Widget to show for child relations on an attribute form.
.. versionadded:: 3.2
.. versionadded:: 3.0
%End
%TypeHeaderCode

View File

@ -16,7 +16,7 @@ class QgsAttributeFormWidget : QWidget /Abstract/
Base class for all widgets shown on a QgsAttributeForm.
Consists of the widget which is visible in edit mode as well as the widget visible in search mode.
.. versionadded:: 3.2
.. versionadded:: 3.0
%End
%TypeHeaderCode

View File

@ -46,7 +46,7 @@ class CORE_EXPORT QgsAggregateCalculator
/**
* Structured information about the available aggregates.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
struct AggregateInfo
{

View File

@ -187,7 +187,7 @@ class GUI_EXPORT QgsSearchWidgetWrapper : public QgsWidgetWrapper
* If in SearchMode returns a quoted field identifier.
* If in AggregateSearchMode returns an appropriate aggregate expression.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
QString createFieldIdentifier() const;
@ -195,7 +195,7 @@ class GUI_EXPORT QgsSearchWidgetWrapper : public QgsWidgetWrapper
* If in AggregateSearch mode, which aggregate should be used to construct
* the filter expression. Is a Null String if none.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
QString aggregate() const;
@ -203,7 +203,7 @@ class GUI_EXPORT QgsSearchWidgetWrapper : public QgsWidgetWrapper
* If in AggregateSearch mode, which aggregate should be used to construct
* the filter expression. Is a Null String if none.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
void setAggregate( const QString &aggregate );

View File

@ -30,7 +30,7 @@ class QgsRelationWidgetWrapper;
* For each attribute of the child, an additional QgsAggregateToolButton will be shown
* to determine how the values should be aggregated for searching.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
class GUI_EXPORT QgsRelationAggregateSearchWidgetWrapper : public QgsSearchWidgetWrapper
{

View File

@ -82,7 +82,7 @@ class GUI_EXPORT QgsRelationWidgetWrapper : public QgsWidgetWrapper
/**
* The relation for which this wrapper is created.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
QgsRelation relation() const;

View File

@ -28,7 +28,7 @@
* Offers a toolbutton to choose between different aggregate functions.
* Functions are filtered based on the type.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
class GUI_EXPORT QgsAggregateToolButton : public QToolButton
{

View File

@ -54,7 +54,7 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
will add a new feature when the form is accepted. */
MultiEditMode, //!< Multi edit mode, for editing fields of multiple features at once
SearchMode, //!< Form values are used for searching/filtering the layer
AggregateSearchMode, //!< Form is in aggregate search mode, show each widget in this mode \since QGIS 3.2
AggregateSearchMode, //!< Form is in aggregate search mode, show each widget in this mode \since QGIS 3.0
};
//! Filter types
@ -166,7 +166,7 @@ class GUI_EXPORT QgsAttributeForm : public QWidget
* In this case it will return a combined expression according to the chosen filters
* on all attribute widgets.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
QString aggregateFilter() const;

View File

@ -28,7 +28,7 @@ class QgsRelationAggregateSearchWidgetWrapper;
*
* Widget to show for child relations on an attribute form.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
class GUI_EXPORT QgsAttributeFormRelationEditorWidget : public QgsAttributeFormWidget
{

View File

@ -19,7 +19,7 @@ class QgsSearchWidgetToolButton;
* Base class for all widgets shown on a QgsAttributeForm.
* Consists of the widget which is visible in edit mode as well as the widget visible in search mode.
*
* \since QGIS 3.2
* \since QGIS 3.0
*/
class GUI_EXPORT QgsAttributeFormWidget : public QWidget // SIP_ABSTRACT
{