From 9b12ecb2b4858af31ba58c213cbae9d912a01f76 Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Mon, 16 Jan 2023 12:04:31 -0500 Subject: [PATCH] Updated layout Settings HelpInfo --- oscar/saveGraphLayoutSettings.cpp | 114 +++++++++++++++++------------- 1 file changed, 65 insertions(+), 49 deletions(-) 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("

Help Menu - Manage Graph Layout Settings

"))); + helpInfoHeaderLabel->setText(QString( tr("

Help Menu - Manage Layout Settings

"))); helpInfoHeaderLabel->setFont(helpInfoLabelFont); QLabel* helpInfoLabel = new QLabel("helpInfo",parent); helpInfoLabel->setFont(helpInfoFont); helpInfoLabel->setText(helpInfo()) ; - helpLayoutButtons = new QHBoxLayout(); helpLayoutButtons->addWidget(helpInfoHeaderLabel); helpInfoExitBtn= helpBtn("" ,m_icon_return , styleOn ,QSizePolicy::Fixed , tr("Exits the help menu.")); @@ -260,47 +253,70 @@ void SaveGraphLayoutSettings::helpDestructor() { } QString SaveGraphLayoutSettings::helpInfo() { - return QString( tr("\ -

\ -

Button Description
\ - \ - \ -
\ - \ - \ -
\ - \ -
\ - \ -
\ - \ -
\ - \ -
\ - \ -
\ -
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.
\ -
Graph Layout Settings
\ - \ - \ - \ -
* Name * Order * Pinning * Height
* Height Options * Event Flags * Plots Enabled * Dotted Lines
\ -
General Information
\ - \ - \ - \ - \ - \ - \ -
* 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.\ +
\ +

\ + \ + \ + \ + \ + \ +
\ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ +
ButtonDescription
AddCreates 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
RestoreLoads 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.
DeleteDeletes the selecton.
\ + Prompts for confirmation.
Control
Exit (Red circle with a white \"X\".) Returns to OSCAR menu.
ReturnNext to Exit icon. Only in Help Menu. Returns to Layout menu.
Escape KeyExit the Help or Layout menu.
\ +

Layout Settings

\ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ +
* Name* Pinning* Plots Enabled * Height
* Order* Event Flags* Dotted Lines* Height Options
\ +

General Information

\ + \ ")); - } const QString SaveGraphLayoutSettings::calculateStyleMessageBox(QFont* font , QString& s1, QString& s2) {