diff --git a/oscar/saveGraphLayoutSettings.cpp b/oscar/saveGraphLayoutSettings.cpp index d8a6fea9..009515e4 100644 --- a/oscar/saveGraphLayoutSettings.cpp +++ b/oscar/saveGraphLayoutSettings.cpp @@ -78,7 +78,8 @@ SaveGraphLayoutSettings::~SaveGraphLayoutSettings() void SaveGraphLayoutSettings::createSaveFolder() { // Insure that the save folder exists // Get the directory name for the save files - QString layoutFileFolder = "savedGraphLayoutSettings/"; + //QString layoutFileFolder = "savedGraphLayoutSettings/"; + QString layoutFileFolder = "layoutSettings/"; #if 0 // home directory for the current profile. @@ -223,22 +224,14 @@ void SaveGraphLayoutSettings::createHelp() { QFont helpInfoLabelFont = helpInfoFont; helpInfoLabelFont.setPointSize(fontSizeIncrease+ helpInfoFont.pointSize()); - - //QHBoxLayout* helpLayoutButtons; - //QLabel* helpInfoHeaderLabel; - //QFont helpInfoFont; - //QVBoxLayout* helpLayout; - - QLabel* helpInfoHeaderLabel = new QLabel("helpInfoHeaderLabel",parent); - helpInfoHeaderLabel->setText(QString( tr("
\ -
Add | Creates a new saved Setting item. The default description is the current date. \ - The description may be changed by the User. \ - The Add button will be greyed out when maximum number of saved layouts is reached. |
Other Buttons | \ -These buttons will be greyed out when no items are selected |
Restore | Loads the current graph layout setting with the selected saved settings then returns. |
Rename | Allows the user to modify the description of the selected saved session.\ - Same as a double click on the item. |
Update | Saves the current graph layout setting to the selected saved setting. Prompts for confirmation. |
Delete | Deletes the selected graph layout setting. Prompts for confirmation. |
Exit | (Red circle with a white \"X.\") Returns to OSCAR menu. |
* Name | * Order | * Pinning | * Height | \ -
* Height Options | * Event Flags | * Plots Enabled | * Dotted Lines | \ -
* | Maximum description size = 80 characters. | \ -
* | Maximum Saved Graph Layout Settings = 30 | \ -
* | Saved Graprhg Layout Setting are available for all user profiles | \ -
* | Graph Layout Settings only impact how graphs are displayed. \ - They do not contains any other data. | \
-
* | The Escape key \"esc\" will always exit a dialog menu - like this help or the layout menu | \ -
\
+ This feature manages the saving and restoring of Layout Settings.\
+
\
+ Layout Settings control the layout of a graph or chart.\
+
\
+ Different Layouts Settings can be saved and later restored.\
+
\
+
Button | \ +Description |
Add | \ +Creates a copy of the current Layout Settings. \ + The default description is the current date. \ + The description may be changed. \ + The Add button will be greyed out when maximum number is reached. |
Other Buttons | \ +Greyed out when there are no selections |
Restore | \ +Loads the Layout Settings from the selection. Automatically exits. |
Rename | \ +Modify the description of the selection. Same as a double click. |
Update | Saves the current Layout Settings to the selection. \ + Prompts for confirmation. |
Delete | \ +Deletes the selecton. \ + Prompts for confirmation. |
Control | \ +|
Exit | \ +(Red circle with a white \"X\".) Returns to OSCAR menu. |
Return | \ +Next to Exit icon. Only in Help Menu. Returns to Layout menu. |
Escape Key | \ +Exit the Help or Layout menu. |
Layout Settings
\ +* Name | \ +* Pinning | \ +* Plots Enabled | \ +* Height | \ +
* Order | \ +* Event Flags | \ +* Dotted Lines | \ +* Height Options | \ +
General Information
\ +