Added gauges on connector connect

This commit is contained in:
2026-07-08 10:41:27 +01:00
parent 2748a90576
commit 5887e0d0a0
6 changed files with 71 additions and 4 deletions

View File

@@ -25,5 +25,14 @@ def build_windows() -> None:
with dpg.child_window(
tag="content_area", autosize_x=True, height=0, border=False
):
with dpg.group(tag=MENU_WINDOW_DATA_INPUT):
dpgg.status_light(label="JSON", show_value=False)
# with dpg.group(tag=MENU_WINDOW_DATA_INPUT):
with dpgg.gauge_panel(
label="Autobreak narrow panel", width=430, height=285
):
with dpgg.gauge_grid(
columns="auto", min_column_width=180, tag=MENU_WINDOW_DATA_INPUT
):
dpgg.analog_gauge(
tag="test_gauge",
label="new_gauge",
)