|
|
@ -60,6 +60,12 @@ void CSVTools::SearchSubView::replace (bool selection)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void CSVTools::SearchSubView::showEvent (QShowEvent *event)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
CSVDoc::SubView::showEvent (event);
|
|
|
|
|
|
|
|
mSearchBox.focus();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
CSVTools::SearchSubView::SearchSubView (const CSMWorld::UniversalId& id, CSMDoc::Document& document)
|
|
|
|
CSVTools::SearchSubView::SearchSubView (const CSMWorld::UniversalId& id, CSMDoc::Document& document)
|
|
|
|
: CSVDoc::SubView (id), mDocument (document), mLocked (false)
|
|
|
|
: CSVDoc::SubView (id), mDocument (document), mLocked (false)
|
|
|
|
{
|
|
|
|
{
|
|
|
|