Skip to content
Snippets Groups Projects

added logging and help section

Merged Jacob Wahlman requested to merge 91-logging-and-info-in-gui into develop
3 files
+ 21
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -45,6 +45,7 @@ class KeybindsWindow(QDialog):
"'Ctrl+R' - Reload the operation list to add any new operations created.\n"
"'Ctrl+Q' - Quit the application.\n"
"'Ctrl+LMouseButton' - On a operation will select the operation, without deselecting the other operations.\n"
"'Ctrl+S' (Plot) - Save the plot if a plot is visible.\n"
)
information_layout.addWidget(title_label)
Loading