Added graph chapter to user manual

This commit is contained in:
Jan Käberich 2022-10-14 19:43:02 +02:00
parent a7f3565064
commit 7043ba1fee
15 changed files with 239 additions and 1 deletions

View file

@ -286,7 +286,7 @@ void TracePlot::finishContextMenu()
{
contextmenu->addSeparator();
if(parentTile) {
auto add = new QMenu("Add graph...", contextmenu);
auto add = new QMenu("Add tile...", contextmenu);
auto left = new QAction("to the left");
connect(left, &QAction::triggered, [=](){
// split, keep current graph on the right