MCPcopy Index your code
hub / github.com/geekcomputers/Python / main

Function main

bank_managment_system/QTFrontend.py:1746–1755  ·  view source on GitHub ↗

Main function to launch the application.

()

Source from the content-addressed store, hash-verified

1744
1745
1746def main():
1747 """Main function to launch the application."""
1748 app = QtWidgets.QApplication(sys.argv)
1749 main_window = QtWidgets.QMainWindow()
1750 stacked_widget, widgets = setup_main_window(main_window)
1751
1752 # Example: Connect submit buttons to print input values
1753
1754 main_window.show()
1755 sys.exit(app.exec_())
1756
1757
1758# -------------------------------------------------------------------------------------------------------------

Callers 1

QTFrontend.pyFile · 0.70

Calls 2

setup_main_windowFunction · 0.85
showMethod · 0.45

Tested by

no test coverage detected