MCPcopy Index your code
hub / github.com/flet-dev/flet / open_dialog

Function open_dialog

sdk/python/examples/community/mind_queue/main.py:76–80  ·  view source on GitHub ↗
(dialog: ft.AlertDialog)

Source from the content-addressed store, hash-verified

74 page.update()
75
76 def open_dialog(dialog: ft.AlertDialog):
77 if dialog not in page.overlay:
78 page.overlay.append(dialog)
79 dialog.open = True
80 page.update()
81
82 # ---------- System ----------
83 def clone_system(system_name: str):

Callers 10

confirm_delete_systemFunction · 0.70
open_system_actionsFunction · 0.70
open_add_system_dialogFunction · 0.70
edit_system_nameFunction · 0.70
edit_taskFunction · 0.70
open_task_actionsFunction · 0.70
add_taskFunction · 0.70
edit_headerFunction · 0.70
add_headerFunction · 0.70
confirm_delete_headerFunction · 0.70

Calls 2

appendMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected