mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +00:00
Updated help message
This commit is contained in:
parent
5f6988eaa9
commit
29ca0a55cf
@ -262,20 +262,27 @@ void SaveGraphLayoutSettings::helpDestructor() {
|
|||||||
QString SaveGraphLayoutSettings::helpInfo() {
|
QString SaveGraphLayoutSettings::helpInfo() {
|
||||||
|
|
||||||
return QString( tr("\
|
return QString( tr("\
|
||||||
<b><center>Button Description</center></b>\
|
|
||||||
<p style=\"color:black;\"> \
|
<p style=\"color:black;\"> \
|
||||||
|
<b><center>Button Description</center></b>\
|
||||||
<table width=\"100%\">\
|
<table width=\"100%\">\
|
||||||
<tr><td>Add </td> <td> Creates a new saved Setting item. The default descripton is the currenti date.<br>\
|
<tr><td>Add </td> <td> Creates a new saved Setting item. The default description is the current date.<br>\
|
||||||
The description may be changed by the User.<br>\
|
The description may be changed by the User.<br>\
|
||||||
The Add button will be greyed out when maximum number of saved layouts is reached.</td></tr>\
|
The Add button will be greyed out when maximum number of saved layouts is reached.</td></tr>\
|
||||||
|
<br>\
|
||||||
<tr><td><i><u>Other Buttons</u> </i></td> \
|
<tr><td><i><u>Other Buttons</u> </i></td> \
|
||||||
<td> These buttons will be greyed out when no items are selected</td></tr>\
|
<td> These buttons will be greyed out when no items are selected</td></tr>\
|
||||||
<tr><td>Restore</td> <td> Loads the current graph layout setting with the swlected saved settings then returns. </td></tr>\
|
<br>\
|
||||||
|
<tr><td>Restore</td> <td> Loads the current graph layout setting with the selected saved settings then returns. </td></tr>\
|
||||||
|
<br>\
|
||||||
<tr><td>Rename </td> <td> Allows the user to modify the description of the selected saved session.\
|
<tr><td>Rename </td> <td> Allows the user to modify the description of the selected saved session.\
|
||||||
Same as a double click on the item.</td></tr>\
|
Same as a double click on the item.</td></tr>\
|
||||||
<tr><td>Update </td> <td> Saves the current graph layout setting to the selected saved settings.<br>Prompts for confirmation.</td></tr>\
|
<br>\
|
||||||
|
<tr><td>Update </td> <td> Saves the current graph layout setting to the selected saved setting.<br>Prompts for confirmation.</td></tr>\
|
||||||
|
<br>\
|
||||||
<tr><td>Delete </td> <td> Deletes the selected graph layout setting. <br>Prompts for confirmation.</td></tr>\
|
<tr><td>Delete </td> <td> Deletes the selected graph layout setting. <br>Prompts for confirmation.</td></tr>\
|
||||||
|
<br>\
|
||||||
<tr><td>Exit </td> <td> (Red circle with a white \"X.\") Returns to OSCAR menu.</td></tr>\
|
<tr><td>Exit </td> <td> (Red circle with a white \"X.\") Returns to OSCAR menu.</td></tr>\
|
||||||
|
<br>\
|
||||||
</table> \
|
</table> \
|
||||||
<center><b>Graph Layout Settings</b></center>\
|
<center><b>Graph Layout Settings</b></center>\
|
||||||
<table width=\"100%\" > \
|
<table width=\"100%\" > \
|
||||||
@ -283,7 +290,7 @@ return QString( tr("\
|
|||||||
<tr> <td>* Height Options </td><td>* Event Flags </td><td>* Plots Enabled </td><td>* Dotted Lines</td>\
|
<tr> <td>* Height Options </td><td>* Event Flags </td><td>* Plots Enabled </td><td>* Dotted Lines</td>\
|
||||||
</table> \
|
</table> \
|
||||||
<center><b>General Information</b></center>\
|
<center><b>General Information</b></center>\
|
||||||
</table> \
|
<table> \
|
||||||
<tr><td>*</td> <td> Maximum description size = 80 characters.</td>\
|
<tr><td>*</td> <td> Maximum description size = 80 characters.</td>\
|
||||||
<tr><td>*</td> <td> Maximum Saved Graph Layout Settings = 30 </td>\
|
<tr><td>*</td> <td> Maximum Saved Graph Layout Settings = 30 </td>\
|
||||||
<tr><td>*</td> <td> Saved Graprhg Layout Setting are available for all user profiles</td>\
|
<tr><td>*</td> <td> Saved Graprhg Layout Setting are available for all user profiles</td>\
|
||||||
|
Loading…
Reference in New Issue
Block a user