mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-03 18:36: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:
commit
126cf40848
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ CSVFilter::EditWidget::EditWidget (CSMWorld::Data& data, QWidget *parent)
|
||||||
addAction (mHelpAction);
|
addAction (mHelpAction);
|
||||||
auto* openHelpShortcut = new CSMPrefs::Shortcut("help", this);
|
auto* openHelpShortcut = new CSMPrefs::Shortcut("help", this);
|
||||||
openHelpShortcut->associateAction(mHelpAction);
|
openHelpShortcut->associateAction(mHelpAction);
|
||||||
|
|
||||||
|
setText("!string(\"ID\", \".*\")");
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSVFilter::EditWidget::textChanged (const QString& text)
|
void CSVFilter::EditWidget::textChanged (const QString& text)
|
||||||
|
|
Loading…
Reference in a new issue