Skip to content

Commit

Permalink
Added graph context menu description (#288)
Browse files Browse the repository at this point in the history
Added graph context menu description to the Cheatsheet dialog
  • Loading branch information
copterspace authored May 18, 2020
1 parent f3895f0 commit 75f80ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plotter_gui/cheatsheet/cheatsheet_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large; font-weight:600; color:#3465a4;">Add timeseries to a plot</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">On the left side of the main window there is a <span style=" text-decoration: underline;">filterable</span> list of timeseries. <br /> Select one or more timeseries, then drag&drop them using the <span style=" font-weight:600;">Left Mouse Button.</span> </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> You can select multiple timeseries keeping either the <span style=" font-weight:600;">SHIFT</span> or <span style=" font-weight:600;">CTRL</span> button pressed.</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> To remove particular timeseries, edit series colors, graph appearence, etc. - use context menu, <span style=" font-weight:600;">Right Mouse button</span> on the graph area.</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large; font-weight:600; color:#3465a4;">Undo/Redo</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Most of the time <span style=" font-weight:600;">CTRL + Z</span> does just what you expect it to do: to revert the last action. <br /> This includes adding a plot, deleting it, add a row/column to the Tab, etc. <br /> Press <span style=" font-weight:600;">CTRL + SHIFT + Z</span> to redo the action.</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:large; font-weight:600; color:#3465a4;">Pan View</span></p>
Expand Down

0 comments on commit 75f80ea

Please sign in to comment.