-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telemetry tab labels #51
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I tweaked the code a bit to fix the spacing issue, now the top bar takes up the whole width of the window. Seeing as how you moved the log output to a different tab, can you remove the P&ID tab as well and add the button back to show the P&ID window?
main_window/main_window.py
Outdated
@@ -71,7 +86,7 @@ def __init__(self, parent=None): | |||
|
|||
# Show P&ID Diagram handler | |||
self.pid_window = PIDWindow() | |||
self.ui.showPIDButton.clicked.connect(self.open_pid_window) | |||
#self.ui.showPIDButton.clicked.connect(self.open_pid_window) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add this button back to the UI? It should have the correct functionality.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work!
* It works???? * It works???? * experiment * join em all * Cleanup * Remove datagram print statement * Clean up * Remove interface dropdown * Remove references to interface dropdown * Remove join check * Add new files to readme * Telemetry tab labels (#51) * Removed part of main window ui and added new log tab * Added labels to main window * Fixed whitespace issues, moved logo * Removed part of main window ui and added new log tab * Added labels to main window * Fixed whitespace issues, moved logo * Coded labels and readings for sensors * Commented PID window to avoid error (FIX LATER) * Fixed labels, added Celsius * Added functionality to readings labels * Added comments for clarity * Fix spacing issue * Added PID button and deleted PID tab --------- Co-authored-by: jackricketts <[email protected]> Co-authored-by: Elias Hawa <[email protected]> * It works???? * experiment * join em all * It works???? * Cleanup * Clean up * Remove interface dropdown * Remove references to interface dropdown * Remove join check --------- Co-authored-by: Matteo Golin <[email protected]> Co-authored-by: Brian Xu <[email protected]> Co-authored-by: jackricketts <[email protected]>
#33 Cleared part of the main window ui and used the blank space for telemetry reading values. Added functionality to them so that they display the information that the graphs has too.