mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2197 Rollback : placeholderText was introduced in Qt 4.7
This commit is contained in:
parent
f5b5b8ff89
commit
2c4b1e453d
@ -276,7 +276,11 @@ QWidget* PdmUiTreeSelectionEditor::createEditorWidget(QWidget* parent)
|
||||
connect(m_toggleAllCheckBox, SIGNAL(clicked(bool)), this, SLOT(slotToggleAll()));
|
||||
|
||||
m_textFilterLineEdit = new QLineEdit();
|
||||
m_textFilterLineEdit->setPlaceholderText("Click to add filter");
|
||||
|
||||
|
||||
// TODO: This feature was introduced in Qt 4.7
|
||||
// Consider backporting to 4.6
|
||||
//m_textFilterLineEdit->setPlaceholderText("Click to add filter");
|
||||
|
||||
headerLayout->addWidget(m_textFilterLineEdit);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user