-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue with inconsistent click sound (now using psychopy instead…
… of playsound). Updated PySide to version 6.6.2.
- Loading branch information
Philipp
committed
Mar 6, 2024
1 parent
69237c6
commit aaaed61
Showing
7 changed files
with
31 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,10 @@ def __init__(self): | |
linkLabel.setOpenExternalLinks(True) | ||
|
||
licenseLabel = QLabel("The graphical user interface was built with PySide6 and PyQtGraph. The Circuit Pyhton driver \"cedargrove_nau7802\" is used to interface the NAU7802 ADC.\n\n" | ||
"If you encounter any issues, please reach out to [email protected].") | ||
"If you encounter any issues, please reach out to [email protected].") | ||
licenseLabel.setWordWrap(True) | ||
|
||
nameLabel = QLabel("Copyright 2023 Dr.-Ing. Philipp Bulling") | ||
nameLabel = QLabel("Copyright 2024 Dr.-Ing. Philipp Bulling") | ||
versionLabel = QLabel("Software Version: " + Params.version.value) | ||
|
||
layout.addWidget(aboutLabel) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters