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

Function on_page_changed

bank_managment_system/QTFrontend.py:1265–1267  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

1263 )
1264
1265 def on_page_changed(index):
1266 if index == 6: # update_employee_page2 is at index 6
1267 populate_employee_data()
1268
1269 # Connect the currentChanged signal to the on_page_changed function
1270 stacked_widget.currentChanged.connect(on_page_changed)

Callers

nothing calls this directly

Calls 1

populate_employee_dataFunction · 0.85

Tested by

no test coverage detected