mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
commit
2fe394be1c
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user