mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-06 06:53:37 +00:00
Added graph chapter to user manual
This commit is contained in:
parent
a7f3565064
commit
7043ba1fee
15 changed files with 239 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue