1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00

Merge branch 'filter' into 'master'

Add a default filter to CS tables

See merge request OpenMW/openmw!958
This commit is contained in:
psi29a 2021-07-06 14:16:45 +00:00
commit 126cf40848

View File

@ -42,6 +42,8 @@ CSVFilter::EditWidget::EditWidget (CSMWorld::Data& data, QWidget *parent)
addAction (mHelpAction);
auto* openHelpShortcut = new CSMPrefs::Shortcut("help", this);
openHelpShortcut->associateAction(mHelpAction);
setText("!string(\"ID\", \".*\")");
}
void CSVFilter::EditWidget::textChanged (const QString& text)