Merge pull request #626 from GriffinRichards/help

Update help buttons, chart help text
This commit is contained in:
GriffinR
2024-10-25 14:29:34 -04:00
committed by GitHub
7 changed files with 128 additions and 101 deletions

View File

@@ -49,6 +49,7 @@ private:
void restoreWindowState();
void initShortcuts();
QObjectList shortcutableObjects() const;
void openManual();
private slots:
void dialogButtonClicked(QAbstractButton *button);

View File

@@ -65,6 +65,8 @@ private:
void updateMaskOverlapWarning(QLabel * warning, QList<UIntSpinBox*> masks);
QStringList getWarpBehaviorsList();
void setWarpBehaviorsList(QStringList list);
void openFilesHelp();
void openIdentifiersHelp();
private slots:
void dialogButtonClicked(QAbstractButton *button);