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
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -46,6 +46,7 @@ class KeybindsWindow(QDialog):
"'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"
"'Ctrl+?' - Open the FAQ section."
)
information_layout.addWidget(title_label)
Loading