Fixing small issues, adding icons for row description
parent
6330854ef3
commit
6c194c1922
1 changed files with 10 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
[← Previous chapter](https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/User-Manual:-Chapter-0) | Chapter 1: The Interface ([≡ Index](User-Manual)) | [Next chapter →](https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/User-Manual:-Chapter-2)
|
[← Previous chapter](User-Manual%3A-Chapter-0) | Chapter 1: The Interface ([≡ Index](User-Manual)) | [Next chapter →](User-Manual%3A-Chapter-2)
|
||||||
|
|
||||||
# The Interface
|
# The Interface
|
||||||
## First start
|
## First start
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
When LogarithmPlotter starts for the first time or when it's been updated, you will be greeted by a screen similar to this one. It allows you to see the changelog, as well as configure the global options of LogarithmPlotter.
|
When LogarithmPlotter starts for the first time or when it's been updated, you will be greeted by a screen similar to this one. It allows you to see the changelog, as well as configure the global options of LogarithmPlotter.
|
||||||
|
|
||||||
- "Check for updates on startup" does exactly what it sounds like. If enabled, LogarithmPlotter will check if a new version has been released everytime it starts up.
|
- "Check for updates on startup" does exactly what it sounds like. If enabled, LogarithmPlotter will check if a new version has been released everytime it starts up.
|
||||||
- "Reset redo start when a new action is added to history": if disabled, if you go to a previous section of the [history](#History) and make a change, the more recent change won't be overwritten.
|
- "Reset redo start when a new action is added to history": if disabled, if you go to a previous section of the [history](#history-tab) and make a change, the more recent changes in the redo section won't be overwritten.
|
||||||
|
|
||||||
Note that all of those settings can be changed at any moment from the "Settings" menu at the top of the window.
|
Note that all of those settings can be changed at any moment from the "Settings" menu at the top of the window.
|
||||||
|
|
||||||
|
@ -25,14 +25,14 @@ The sidebar is composed of 3 tabs: Objects, Settings and History each of which w
|
||||||
The Object tab allows you to interact, create and delete with the objects of the graph.
|
The Object tab allows you to interact, create and delete with the objects of the graph.
|
||||||
It is composed of two parts, the objects lists, and the object creation grid.
|
It is composed of two parts, the objects lists, and the object creation grid.
|
||||||
|
|
||||||
To create an object, you can click one of the buttons at the bottom of the tab, and it will open a [object property editor](#Editing-object-properies) for that object.
|
To create an object, you can click one of the buttons at the bottom of the tab, and it will open a [object property editor](User-Manual%3A-Chapter-2) for that object.
|
||||||
|
|
||||||
You can reopen it at any time by clicking on the row associated with the object you want to edit.
|
You can reopen it at any time by clicking on the row associated with the object you want to edit.
|
||||||
|
|
||||||
On that row, you can:
|
On that row, you can:
|
||||||
- Show or hide the object, by clicking the checkbox at the beginning.
|
- Show or hide the object, by clicking the □ checkbox at the beginning.
|
||||||
- (On objects that can be repositionned) Reposition the object by clicking on the "Position" button.
|
- (On objects that can be repositionned) Reposition the object by clicking on the ![position](https://git.ad5001.eu/Ad5001/LogarithmPlotter/raw/branch/master/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/common/position.svg) button.
|
||||||
- Delete the object using the "trash" button.
|
- Delete the object using the ![trash](https://git.ad5001.eu/Ad5001/LogarithmPlotter/raw/branch/master/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/icons/common/delete.svg) button.
|
||||||
- Change the color of the object by clicking on the colored circle at the end of the line.
|
- Change the color of the object by clicking on the colored circle at the end of the line.
|
||||||
|
|
||||||
## Settings tab
|
## Settings tab
|
||||||
|
@ -188,7 +188,7 @@ List of settings:
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Show X gradiation</td>
|
<td>Show X graduation</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
<td>
|
<td>
|
||||||
When checked, will show the labels alongside the x-axis (10¹, 10², ... or 4, 8, ...). Otherwise, they will be hidden.
|
When checked, will show the labels alongside the x-axis (10¹, 10², ... or 4, 8, ...). Otherwise, they will be hidden.
|
||||||
|
@ -196,7 +196,7 @@ List of settings:
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>Show Y gradiation</td>
|
<td>Show Y graduation</td>
|
||||||
<td>✓</td>
|
<td>✓</td>
|
||||||
<td>
|
<td>
|
||||||
When checked, will show the labels alongside the y-axis (0, 4, ...). Otherwise, they will be hidden.
|
When checked, will show the labels alongside the y-axis (0, 4, ...). Otherwise, they will be hidden.
|
||||||
|
@ -217,6 +217,8 @@ List of the buttons:
|
||||||
- **IMPORTANT**: All unsaved changes to the previous diagram WILL BE LOST if you open a new one.
|
- **IMPORTANT**: All unsaved changes to the previous diagram WILL BE LOST if you open a new one.
|
||||||
|
|
||||||
|
|
||||||
|
<span id="history-tab"></span>
|
||||||
|
|
||||||
## History tab
|
## History tab
|
||||||
![Image of the history tab](https://apps.ad5001.eu/img/en/logarithmplotter/history.webp)
|
![Image of the history tab](https://apps.ad5001.eu/img/en/logarithmplotter/history.webp)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue