added multidevice support
This commit is contained in:
@@ -21,7 +21,8 @@ def main() -> int:
|
||||
"""Run Qt event loop and show main radar control window."""
|
||||
app = QApplication(sys.argv)
|
||||
apply_light_theme(app)
|
||||
pg.setConfigOptions(antialias=True, background="#ffffff", foreground="#334155")
|
||||
# PyQtGraph foreground controls axis lines, tick text, labels, and titles.
|
||||
pg.setConfigOptions(antialias=True, background="#ffffff", foreground="#ffffff")
|
||||
window = AppWindow(PROJECT_ROOT)
|
||||
window.showMaximized()
|
||||
return app.exec()
|
||||
|
||||
Reference in New Issue
Block a user