This commit is contained in:
Juergen E. Fischer 2018-06-24 16:41:07 +02:00
parent 17a0593689
commit 1904a431be
6 changed files with 10 additions and 9 deletions

View File

@ -25,7 +25,7 @@ Constructor for QgsRelationWidgetWrapper
bool showLabel() const;
%Docstring
Defines if a title lable should be shown for this widget.
Defines if a title label should be shown for this widget.
Only has an effect after widget() has been called at least once.
.. versionadded:: 2.18
@ -33,7 +33,7 @@ Only has an effect after widget() has been called at least once.
void setShowLabel( bool showLabel );
%Docstring
Defines if a title lable should be shown for this widget.
Defines if a title label should be shown for this widget.
Only has an effect after widget() has been called at least once.
.. versionadded:: 2.18

View File

@ -68,7 +68,7 @@ Set the constraint status for this widget.
void setConstraintResultVisible( bool editable );
%Docstring
Set the constraint result lable visible or invisible according to the layer editable status
Set the constraint result label visible or invisible according to the layer editable status
%End
public slots:

View File

@ -4123,6 +4123,7 @@ labatory:laboratory
labelling:labeling
labled:labeled
lables:labels:*
lable:label
labour:labor
labratory:laboratory
laguage:language

View File

@ -64,17 +64,17 @@ class APP_EXPORT QgsAttributeTypeDialog: public QWidget, private Ui::QgsAttribut
bool labelOnTop() const;
/**
* Setter for lable alias
* Setter for label alias
*/
void setAlias( const QString &alias );
/**
* Getter for lable alias
* Getter for label alias
*/
QString alias() const;
/**
* Setter for lable comment
* Setter for label comment
*/
void setComment( const QString &comment );

View File

@ -37,7 +37,7 @@ class GUI_EXPORT QgsRelationWidgetWrapper : public QgsWidgetWrapper
explicit QgsRelationWidgetWrapper( QgsVectorLayer *vl, const QgsRelation &relation, QWidget *editor = nullptr, QWidget *parent SIP_TRANSFERTHIS = nullptr );
/**
* Defines if a title lable should be shown for this widget.
* Defines if a title label should be shown for this widget.
* Only has an effect after widget() has been called at least once.
*
* \since QGIS 2.18
@ -45,7 +45,7 @@ class GUI_EXPORT QgsRelationWidgetWrapper : public QgsWidgetWrapper
bool showLabel() const;
/**
* Defines if a title lable should be shown for this widget.
* Defines if a title label should be shown for this widget.
* Only has an effect after widget() has been called at least once.
*
* \since QGIS 2.18

View File

@ -83,7 +83,7 @@ class GUI_EXPORT QgsAttributeFormEditorWidget : public QgsAttributeFormWidget
void setConstraintStatus( const QString &constraint, const QString &description, const QString &err, QgsEditorWidgetWrapper::ConstraintResult result );
/**
* Set the constraint result lable visible or invisible according to the layer editable status
* Set the constraint result label visible or invisible according to the layer editable status
*/
void setConstraintResultVisible( bool editable );