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:
commit
126cf40848
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user