mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
fix typo
This commit is contained in:
parent
17a0593689
commit
1904a431be
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -4123,6 +4123,7 @@ labatory:laboratory
|
||||
labelling:labeling
|
||||
labled:labeled
|
||||
lables:labels:*
|
||||
lable:label
|
||||
labour:labor
|
||||
labratory:laboratory
|
||||
laguage:language
|
||||
|
||||
@ -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 );
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user