Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -1632,6 +1632,14 @@ QgsLayoutLegendNodeWidget::QgsLayoutLegendNodeWidget( QgsLayoutItemLegend *legen |
|
|
connect( mColumnSplitBehaviorComboBox, qgis::overload<int>::of( &QComboBox::currentIndexChanged ), this, &QgsLayoutLegendNodeWidget::columnSplitChanged ); |
|
|
|
|
|
connect( mColorRampLegendWidget, &QgsColorRampLegendNodeWidget::widgetChanged, this, &QgsLayoutLegendNodeWidget::colorRampLegendChanged ); |
|
|
|
|
|
connectChildPanel( mColorRampLegendWidget ); |
|
|
} |
|
|
|
|
|
void QgsLayoutLegendNodeWidget::setDockMode( bool dockMode ) |
|
|
{ |
|
|
mColorRampLegendWidget->setDockMode( dockMode ); |
|
|
QgsPanelWidget::setDockMode( dockMode ); |
|
|
} |
|
|
|
|
|
void QgsLayoutLegendNodeWidget::labelChanged() |
|
|
|
@@ -190,6 +190,8 @@ class GUI_EXPORT QgsLayoutLegendNodeWidget: public QgsPanelWidget, private Ui::Q |
|
|
|
|
|
QgsLayoutLegendNodeWidget( QgsLayoutItemLegend *legend, QgsLayerTreeNode *node, QgsLayerTreeModelLegendNode *legendNode, int originalLegendNodeIndex, QWidget *parent = nullptr ); |
|
|
|
|
|
void setDockMode( bool dockMode ) override; |
|
|
|
|
|
private slots: |
|
|
|
|
|
void labelChanged(); |
|
|
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.