#3087 Show plot data. Add context menu: export to file

This commit is contained in:
Bjørn Erik Jensen
2018-07-02 14:29:46 +02:00
parent a949f2acec
commit 02059debf9
5 changed files with 104 additions and 17 deletions

View File

@@ -131,6 +131,7 @@ void RicShowPlotDataFeature::showTabbedTextWindow(const QString& title, std::fun
textWiget->setMinimumSize(800, 600);
textWiget->setWindowTitle(title);
textWiget->setDescription(title);
textWiget->setTextProvider(textProvider);
textWiget->show();