mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Properly initialize filter configuration table
This commit is contained in:
parent
4462dbae12
commit
8d9a978e9f
@ -143,6 +143,7 @@ void QgsFilterAlgorithmConfigurationWidget::addOutput()
|
||||
int rowIndex = mOutputExpressionWidget->rowCount();
|
||||
mOutputExpressionWidget->setRowCount( rowIndex + 1 );
|
||||
QgsExpressionLineEdit *expressionBuilder = new QgsExpressionLineEdit();
|
||||
mOutputExpressionWidget->setItem( rowIndex, 0, new QTableWidgetItem( QString() ) );
|
||||
mOutputExpressionWidget->setCellWidget( rowIndex, 1, expressionBuilder );
|
||||
mOutputExpressionWidget->setCellWidget( rowIndex, 2, new QCheckBox() );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user