mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1896 Curve Creator : Show On/Off toggle at top of TreeSelectionEditors
This commit is contained in:
@@ -163,7 +163,7 @@ void PdmUiTreeSelectionEditor::configureAndUpdateUi(const QString& uiConfigName)
|
||||
}
|
||||
}
|
||||
|
||||
//m_toggleAllCheckBox->setChecked(allItemsChecked);
|
||||
m_toggleAllCheckBox->setChecked(allItemsChecked);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -179,10 +179,10 @@ QWidget* PdmUiTreeSelectionEditor::createEditorWidget(QWidget* parent)
|
||||
QHBoxLayout* headerLayout = new QHBoxLayout;
|
||||
layout->addLayout(headerLayout);
|
||||
|
||||
// m_toggleAllCheckBox = new QCheckBox();
|
||||
// headerLayout->addWidget(m_toggleAllCheckBox);
|
||||
//
|
||||
// connect(m_toggleAllCheckBox, SIGNAL(clicked(bool)), this, SLOT(slotToggleAll()));
|
||||
m_toggleAllCheckBox = new QCheckBox();
|
||||
headerLayout->addWidget(m_toggleAllCheckBox);
|
||||
|
||||
connect(m_toggleAllCheckBox, SIGNAL(clicked(bool)), this, SLOT(slotToggleAll()));
|
||||
|
||||
// m_textFilterLineEdit = new QLineEdit();
|
||||
// headerLayout->addWidget(m_textFilterLineEdit);
|
||||
|
||||
Reference in New Issue
Block a user