Working data ingress into live data buffer
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Copyright (C) 2026 Hector van der Aa <hector@h3cx.dev>
|
||||
# Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
from os import wait
|
||||
import dearpygui.dearpygui as dpg
|
||||
|
||||
import dpg_gauges as dpgg
|
||||
@@ -27,12 +28,9 @@ def build_windows() -> None:
|
||||
):
|
||||
# with dpg.group(tag=MENU_WINDOW_DATA_INPUT):
|
||||
with dpgg.gauge_panel(
|
||||
label="Autobreak narrow panel", width=430, height=285
|
||||
label="Autobreak narrow panel", autosize_x=True, autosize_y=True
|
||||
):
|
||||
with dpgg.gauge_grid(
|
||||
columns="auto", min_column_width=180, tag=MENU_WINDOW_DATA_INPUT
|
||||
):
|
||||
dpgg.analog_gauge(
|
||||
tag="test_gauge",
|
||||
label="new_gauge",
|
||||
)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user