Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -26,7 +26,7 @@ The QgsMapLayerComboBox class is a combo box which displays the list of layers |
|
|
|
|
|
explicit QgsMapLayerComboBox( QWidget *parent /TransferThis/ = 0 ); |
|
|
%Docstring |
|
|
QgsMapLayerComboBox creates a combo box to dislpay the list of layers (currently in the registry). |
|
|
QgsMapLayerComboBox creates a combo box to display the list of layers (currently in the registry). |
|
|
The layers can be filtered and/or ordered. |
|
|
%End |
|
|
|
|
|
|
@@ -2303,6 +2303,7 @@ dislay:display |
|
|
dislayed:displayed |
|
|
dislaying:displaying |
|
|
dislays:displays |
|
|
dislpay:display |
|
|
disobediance:disobedience |
|
|
disobediant:disobedient |
|
|
disolve:dissolve |
|
|
|
@@ -42,7 +42,7 @@ class GUI_EXPORT QgsMapLayerComboBox : public QComboBox |
|
|
public: |
|
|
|
|
|
/** |
|
|
* \brief QgsMapLayerComboBox creates a combo box to dislpay the list of layers (currently in the registry). |
|
|
* \brief QgsMapLayerComboBox creates a combo box to display the list of layers (currently in the registry). |
|
|
* The layers can be filtered and/or ordered. |
|
|
*/ |
|
|
explicit QgsMapLayerComboBox( QWidget *parent SIP_TRANSFERTHIS = nullptr ); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.